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 : Fri Mar 19 2004 - 04:56:03 EST