Changes for page JApplication
Last modified by Yana Oksner on 2026/01/08 12:27
From version 82.2
edited by Andrus Adamchik
on 2023/11/13 11:56
on 2023/11/13 11:56
Change comment:
Update document after refactoring.
To version 83.1
edited by Yana Oksner
on 2026/01/08 12:27
on 2026/01/08 12:27
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.an drus1 +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}}