...
- Right-Click on your project, and select Properties.
- Click on "Builders" on the left side.
- Click the "New" button.
- Select "Ant Build" and click "Okay".
- Name it "Java Client Incremental Builder"
- Under the "Main" tab, click "Browse Workspace".
- Click on your Project, and select the javaclientbuild.xml file you created in step 1, click "Okay".
- Under the "Refresh" tab, check "Refresh resources upon completion." and select "The project containing the selected resource"
- Under the "Targets" tab, set "javaclient" for "After a 'Clean'", "Manual Build" and "Auto Build".
It will show up as "Default <Default Target Selected>"
- Click okay to close the Builder Properties window.
- Make sure your new Builder is checked and executes AFTER the WOLips Incremental Builder, otherwise it will error.
- Click "Okay" to exit Project Properties.
...