Changes for page JApplication

Last modified by Yana Oksner on 2026/01/08 12:27

From version 82.1
edited by Andrus Adamchik
on 2006/12/10 12:40
Change comment: Migrated to Confluence 5.3
To version 83.1
edited by Yana Oksner
on 2026/01/08 12:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -WOProject-Ant
1 +WOL.Home.WOProject-Ant.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.andrus
1 +XWiki.yanasd
Content
... ... @@ -117,14 +117,14 @@
117 117  
118 118  Loading task:
119 119  
120 -{{noformat}}
120 +{{code}}
121 121  <taskdef name="japplication" classname="org.objectstyle.woproject.ant.JApplication"/>
122 -{{/noformat}}
122 +{{/code}}
123 123  
124 124  Building a Windows application, resulting in "MyApp.exe" launcher that starts "MyApp.jar" file.
125 125  
126 -{{noformat}}
126 +{{code}}
127 127  <japplication name="MyApp" destDir="dist" mainClass="org.example.Main" os="windows">
128 128   <lib dir="lib" includes="**/*.jar"/>
129 129  </japplication>
130 -{{/noformat}}
130 +{{/code}}