Changes for page Java Client-WebStart Incremental Build
Last modified by David Avendasora on 2009/02/05 17:10
From version 31.1
edited by David Avendasora
on 2008/01/14 10:49
on 2008/01/14 10:49
Change comment:
There is no comment for this version
To version 28.1
edited by David Avendasora
on 2008/01/14 10:46
on 2008/01/14 10:46
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,16 +4,12 @@ 4 4 5 5 1. Add a "Java" directory to the "WebServerResources" directory in your Eclipse project. 6 6 1. Right-click on the new directory and select: "WOLips Tools -> Include as WebServerResource" 7 -1. Add the following code to the "javaclient" target (See the [[Ant Build>>Java Client-Build]] instructions) below the mkdir line.7 +1. Add the following code to the "javaclient" target (See the [[Ant Build>>Java Client-Build]] instructions). 8 8 9 9 {{code}} 10 10 11 -<jar basedir="${classes.dir}" includes="**/client/**/*.class,**/common/**/*.class" 12 - jarfile="WebServerResources/Java/${project.name}.jar"> 13 -</jar> 14 14 12 + 15 15 {{/code}} 16 16 17 -This code will cause the "WOLips Ant Tools -> Install" function to put the required jar file in the project's WebServerResources directory, which the incremental builder will then pick-up and place in the build directory. 18 - 19 -You will need to "Install" your application each time prior to running it in Eclipse, but it is much better than Eclipse's Run functionality not being available to you at all. 15 +This code will cause the "WOLips Ant Tools -> Install" function to put the required file in the project's WebServerResources directory, which the incremental builder will then pick-up and place in the build directory.