Re: WOLips news

From: WebObjects EMail (webobject..tcc.datos.de)
Date: Mon Mar 22 2004 - 06:11:19 EST

  • Next message: Ashley Aitken: "Re: Recommendation: GUI Builder for Java Client?"

    Hello Koester,

    can you tell me please which Build.xml file should i edit? i have in every project such a file, is that file do you mean?
    and what you post is the old
    <wsresources dir=".">
    <patternset>
    <includesfile name="wsresources.include.patternset"/>
    <excludesfile name="wsresources.exclude.patternset"/>
    </patternset>

    and this new?
    <resources dir=".">
    <patternset>
    <includesfile name="resources.include.patternset"/>
    <excludesfile name="resources.exclude.patternset"/>
    </patternset>
    </resources>

    thank you.
    Sako
      ----- Original Message -----
      From: Ulrich Köster
      To: Woproject <woproject-de..bjectstyle.org>
      Sent: Friday, March 19, 2004 10:55 AM
      Subject: WOLips news

      Hi,

      some info for our contributors. The ant build and PB.project shares the same patternsets. The patternset are created when you change a resource in the case they don't exist.

    ------------------------------------------------------------------------------

      You have to modify the build.xml manually:

      <wsresources dir=".">
      <patternset>
      <includesfile name="wsresources.include.patternset"/>
      <excludesfile name="wsresources.exclude.patternset"/>
      </patternset>
      </wsresources>
      <resources dir=".">
      <patternset>
      <includesfile name="resources.include.patternset"/>
      <excludesfile name="resources.exclude.patternset"/>
      </patternset>
      </resources>

      To test it modify the patternset files to fit your needs.

    ------------------------------------------------------------------------------

      WOLips should build your project and update the PB.project when save the patternset file. The forced update of the PB.project via the "WOLips Tools" menu is now a WorkspaceModifyOperation without a open/close on the Project.

      Resources are in the "WOAPP_RESOURCES" tree and the WebServer Resources are in the "WEBSERVER_RESOURCES" tree in the PB.project.

      The next step is the incremental build.

      Please report all issues with Jira.

      Thanks

      Ulrich



    This archive was generated by hypermail 2.0.0 : Mon Mar 22 2004 - 06:12:05 EST