Re: r5979 - branches/eclipse_3_5/wolips/core/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Fri Sep 11 2009 - 02:17:32 EDT

  • Next message: Tim Worman: "Re: 3.5 WOLips incremental builder problem"

    Isn't this what F5 is for? i.e., won't your change cause it to
    constantly auto-refresh the project files within the workspace?

    On 11/09/2009, at 4:05 PM, qdola..bjectstyle.org wrote:

    > Author: qdolan
    > Date: 2009-09-11 02:04:59 -0400 (Fri, 11 Sep 2009)
    > New Revision: 5979
    >
    > Modified:
    > branches/eclipse_3_5/wolips/core/plugins/
    > org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/
    > internal/WOIncrementalBuilder.java
    > Log:
    > Hey eclipse, do we have to tell you to do everything?
    > How about you check if something is actually missing before you go
    > bitching about it. Idiot!
    >
    >
    > Modified: branches/eclipse_3_5/wolips/core/plugins/
    > org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/
    > internal/WOIncrementalBuilder.java
    > ===================================================================
    > --- branches/eclipse_3_5/wolips/core/plugins/
    > org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/
    > internal/WOIncrementalBuilder.java 2009-09-10 20:53:17 UTC (rev 5978)
    > +++ branches/eclipse_3_5/wolips/core/plugins/
    > org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/
    > internal/WOIncrementalBuilder.java 2009-09-11 06:04:59 UTC (rev 5979)
    >.. -230,6 +230,7 @@
    >
    > infoPListTemplate.createProjectContents(project, targetContainer,
    > new NullProgressMonitor());
    > IFile infoPList = targetContainer.getFile(new Path("Info.plist"));
    > + infoPList.refreshLocal(IResource.DEPTH_ZERO, null);
    > infoPList.setDerived(true);
    > }
    >
    >

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Fri Sep 11 2009 - 02:18:34 EDT