Changes for page Java Client-WebStart Incremental Build
Last modified by David Avendasora on 2009/02/05 17:10
From version 35.1
edited by David Avendasora
on 2008/01/15 10:21
on 2008/01/15 10:21
Change comment:
There is no comment for this version
To version 36.1
edited by David Avendasora
on 2008/06/17 14:19
on 2008/06/17 14:19
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -34,12 +34,18 @@ 34 34 {{/code}} 35 35 36 36 1. Right-Click on your project, and select Properties. 37 -1. Click on "Builders" on the right side. 37 +1. Click on "Builders" on the left side. 38 +[[image:Picture 2.png]] 38 38 1. Click the "New" button. 39 39 1. Select "Ant Build" and click "Okay". 40 40 1. Name it "Java Client Incremental Builder" 41 41 1. Under the "Main" tab, click "Browse Workspace". 42 42 1. Click on your Project, and select the javaclientbuild.xml file you created in step 1, click "Okay". 44 +[[image:Picture 3.png]] 45 +1. Under the "Refresh" tab, check "Refresh resources upon completion." and select "The project containing the selected resource" 46 +[[image:Picture 4.png]] 47 +1. Under the "Targets" tab, set "javaclient" for "After a 'Clean'", "Manual Build" and "Auto Build". It will show up as "Default Target" 48 +[[image:Picture 5.png]] 43 43 1. Click okay to close the Builder Properties window. 44 44 1. Make sure your new Builder is checked and executes AFTER the WOLips Incremental Builder, otherwise it will error. 45 45 1. Click "Okay" to exit Project Properties.