Neurogami-roir 1.3.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. data/History.txt +22 -0
  2. data/Manifest.txt +250 -0
  3. data/README.md +12 -0
  4. data/Rakefile +63 -0
  5. data/bin/roir +176 -0
  6. data/data/GenericJavaApp.icns +0 -0
  7. data/data/JavaApplicationStub +0 -0
  8. data/data/Rawr logo 1 large.png +0 -0
  9. data/data/Rawr logo 2 large.png +0 -0
  10. data/data/Rawr logo2.png +0 -0
  11. data/data/website/_notes/dwsync.xml +1 -0
  12. data/data/website/css/1.css +254 -0
  13. data/data/website/css/_notes/dwsync.xml +1 -0
  14. data/data/website/images/_notes/dwsync.xml +1 -0
  15. data/data/website/images/body_bg.jpg +0 -0
  16. data/data/website/images/bullet.gif +0 -0
  17. data/data/website/images/content.jpg +0 -0
  18. data/data/website/images/content_h2.gif +0 -0
  19. data/data/website/images/details.gif +0 -0
  20. data/data/website/images/details.jpg +0 -0
  21. data/data/website/images/header_bg.jpg +0 -0
  22. data/data/website/images/nav_a_hover.gif +0 -0
  23. data/data/website/images/rawr_logo.png +0 -0
  24. data/data/website/index.html +164 -0
  25. data/lib/app_bundler.rb +138 -0
  26. data/lib/bundler.rb +36 -0
  27. data/lib/command.rb +68 -0
  28. data/lib/exe_bundler.rb +106 -0
  29. data/lib/generator.rb +127 -0
  30. data/lib/jar_builder.rb +57 -0
  31. data/lib/jruby_batch_compiler.rb +127 -0
  32. data/lib/jruby_release.rb +104 -0
  33. data/lib/launch4j/LICENSE.txt +30 -0
  34. data/lib/launch4j/bin-linux/COPYING +340 -0
  35. data/lib/launch4j/bin-linux/ld +0 -0
  36. data/lib/launch4j/bin-linux/windres +0 -0
  37. data/lib/launch4j/bin-mac/COPYING +340 -0
  38. data/lib/launch4j/bin-mac/ld +0 -0
  39. data/lib/launch4j/bin-mac/readme.txt +1 -0
  40. data/lib/launch4j/bin-mac/windres +0 -0
  41. data/lib/launch4j/bin-win/COPYING +340 -0
  42. data/lib/launch4j/bin-win/ld.exe +0 -0
  43. data/lib/launch4j/bin-win/windres.exe +0 -0
  44. data/lib/launch4j/build.xml +62 -0
  45. data/lib/launch4j/demo/ConsoleApp/ConsoleApp.jar +0 -0
  46. data/lib/launch4j/demo/ConsoleApp/build.xml +57 -0
  47. data/lib/launch4j/demo/ConsoleApp/l4j/ConsoleApp.ico +0 -0
  48. data/lib/launch4j/demo/ConsoleApp/lib/readme.txt +8 -0
  49. data/lib/launch4j/demo/ConsoleApp/readme.txt +1 -0
  50. data/lib/launch4j/demo/ConsoleApp/src/net/sf/launch4j/example/ConsoleApp.java +72 -0
  51. data/lib/launch4j/demo/LICENSE.txt +30 -0
  52. data/lib/launch4j/demo/SimpleApp/SimpleApp.jar +0 -0
  53. data/lib/launch4j/demo/SimpleApp/build.xml +52 -0
  54. data/lib/launch4j/demo/SimpleApp/l4j/SimpleApp.ico +0 -0
  55. data/lib/launch4j/demo/SimpleApp/l4j/SimpleApp.xml +18 -0
  56. data/lib/launch4j/demo/SimpleApp/l4j/splash.bmp +0 -0
  57. data/lib/launch4j/demo/SimpleApp/lib/readme.txt +8 -0
  58. data/lib/launch4j/demo/SimpleApp/readme.txt +1 -0
  59. data/lib/launch4j/demo/SimpleApp/src/net/sf/launch4j/example/SimpleApp.java +104 -0
  60. data/lib/launch4j/demo/readme.txt +3 -0
  61. data/lib/launch4j/head/LICENSE.txt +23 -0
  62. data/lib/launch4j/head/consolehead.o +0 -0
  63. data/lib/launch4j/head/guihead.o +0 -0
  64. data/lib/launch4j/head/head.o +0 -0
  65. data/lib/launch4j/head_src/LICENSE.txt +23 -0
  66. data/lib/launch4j/head_src/consolehead/Makefile.win +33 -0
  67. data/lib/launch4j/head_src/consolehead/consolehead.c +65 -0
  68. data/lib/launch4j/head_src/consolehead/consolehead.dev +108 -0
  69. data/lib/launch4j/head_src/guihead/Makefile.win +33 -0
  70. data/lib/launch4j/head_src/guihead/guihead.c +185 -0
  71. data/lib/launch4j/head_src/guihead/guihead.dev +109 -0
  72. data/lib/launch4j/head_src/guihead/guihead.h +43 -0
  73. data/lib/launch4j/head_src/head.c +807 -0
  74. data/lib/launch4j/head_src/head.h +113 -0
  75. data/lib/launch4j/head_src/resource.h +71 -0
  76. data/lib/launch4j/launch4j +8 -0
  77. data/lib/launch4j/launch4j.jar +0 -0
  78. data/lib/launch4j/launch4j.jfpr +0 -0
  79. data/lib/launch4j/lib/JGoodies.Forms.LICENSE.txt +31 -0
  80. data/lib/launch4j/lib/JGoodies.Looks.LICENSE.txt +31 -0
  81. data/lib/launch4j/lib/Nuvola.Icon.Theme.LICENSE.txt +504 -0
  82. data/lib/launch4j/lib/XStream.LICENSE.txt +27 -0
  83. data/lib/launch4j/lib/commons-beanutils.jar +0 -0
  84. data/lib/launch4j/lib/commons-logging.jar +0 -0
  85. data/lib/launch4j/lib/commons.LICENSE.txt +50 -0
  86. data/lib/launch4j/lib/forms.jar +0 -0
  87. data/lib/launch4j/lib/formsrt.jar +0 -0
  88. data/lib/launch4j/lib/foxtrot.LICENSE.txt +25 -0
  89. data/lib/launch4j/lib/foxtrot.jar +0 -0
  90. data/lib/launch4j/lib/looks.jar +0 -0
  91. data/lib/launch4j/lib/xstream.jar +0 -0
  92. data/lib/launch4j/manifest/uac.exe.manifest +12 -0
  93. data/lib/launch4j/manifest/xp-themes.exe.manifest +14 -0
  94. data/lib/launch4j/src/images/asterix-o.gif +0 -0
  95. data/lib/launch4j/src/images/asterix.gif +0 -0
  96. data/lib/launch4j/src/images/build.png +0 -0
  97. data/lib/launch4j/src/images/button_ok.png +0 -0
  98. data/lib/launch4j/src/images/cancel16.png +0 -0
  99. data/lib/launch4j/src/images/down16.png +0 -0
  100. data/lib/launch4j/src/images/edit_add16.png +0 -0
  101. data/lib/launch4j/src/images/info.png +0 -0
  102. data/lib/launch4j/src/images/new.png +0 -0
  103. data/lib/launch4j/src/images/new16.png +0 -0
  104. data/lib/launch4j/src/images/ok16.png +0 -0
  105. data/lib/launch4j/src/images/open.png +0 -0
  106. data/lib/launch4j/src/images/open16.png +0 -0
  107. data/lib/launch4j/src/images/run.png +0 -0
  108. data/lib/launch4j/src/images/save.png +0 -0
  109. data/lib/launch4j/src/images/up16.png +0 -0
  110. data/lib/launch4j/src/launch4j.properties +2 -0
  111. data/lib/launch4j/src/net/sf/launch4j/Builder.java +207 -0
  112. data/lib/launch4j/src/net/sf/launch4j/BuilderException.java +52 -0
  113. data/lib/launch4j/src/net/sf/launch4j/ExecException.java +66 -0
  114. data/lib/launch4j/src/net/sf/launch4j/FileChooserFilter.java +76 -0
  115. data/lib/launch4j/src/net/sf/launch4j/Log.java +105 -0
  116. data/lib/launch4j/src/net/sf/launch4j/Main.java +99 -0
  117. data/lib/launch4j/src/net/sf/launch4j/Messages.java +78 -0
  118. data/lib/launch4j/src/net/sf/launch4j/OptionParser.java +71 -0
  119. data/lib/launch4j/src/net/sf/launch4j/RcBuilder.java +340 -0
  120. data/lib/launch4j/src/net/sf/launch4j/Util.java +197 -0
  121. data/lib/launch4j/src/net/sf/launch4j/ant/AntClassPath.java +61 -0
  122. data/lib/launch4j/src/net/sf/launch4j/ant/AntConfig.java +129 -0
  123. data/lib/launch4j/src/net/sf/launch4j/ant/AntJre.java +69 -0
  124. data/lib/launch4j/src/net/sf/launch4j/ant/Launch4jTask.java +162 -0
  125. data/lib/launch4j/src/net/sf/launch4j/ant/Messages.java +55 -0
  126. data/lib/launch4j/src/net/sf/launch4j/ant/StringWrapper.java +67 -0
  127. data/lib/launch4j/src/net/sf/launch4j/ant/messages.properties +35 -0
  128. data/lib/launch4j/src/net/sf/launch4j/ant/messages_es.properties +35 -0
  129. data/lib/launch4j/src/net/sf/launch4j/binding/Binding.java +62 -0
  130. data/lib/launch4j/src/net/sf/launch4j/binding/BindingException.java +52 -0
  131. data/lib/launch4j/src/net/sf/launch4j/binding/Bindings.java +317 -0
  132. data/lib/launch4j/src/net/sf/launch4j/binding/IValidatable.java +44 -0
  133. data/lib/launch4j/src/net/sf/launch4j/binding/InvariantViolationException.java +67 -0
  134. data/lib/launch4j/src/net/sf/launch4j/binding/JComboBoxBinding.java +119 -0
  135. data/lib/launch4j/src/net/sf/launch4j/binding/JListBinding.java +118 -0
  136. data/lib/launch4j/src/net/sf/launch4j/binding/JRadioButtonBinding.java +146 -0
  137. data/lib/launch4j/src/net/sf/launch4j/binding/JTextAreaBinding.java +123 -0
  138. data/lib/launch4j/src/net/sf/launch4j/binding/JTextComponentBinding.java +108 -0
  139. data/lib/launch4j/src/net/sf/launch4j/binding/JToggleButtonBinding.java +108 -0
  140. data/lib/launch4j/src/net/sf/launch4j/binding/Messages.java +78 -0
  141. data/lib/launch4j/src/net/sf/launch4j/binding/OptComponentBinding.java +119 -0
  142. data/lib/launch4j/src/net/sf/launch4j/binding/OptJTextAreaBinding.java +141 -0
  143. data/lib/launch4j/src/net/sf/launch4j/binding/Validator.java +259 -0
  144. data/lib/launch4j/src/net/sf/launch4j/binding/messages.properties +52 -0
  145. data/lib/launch4j/src/net/sf/launch4j/binding/messages_es.properties +51 -0
  146. data/lib/launch4j/src/net/sf/launch4j/config/ClassPath.java +87 -0
  147. data/lib/launch4j/src/net/sf/launch4j/config/Config.java +396 -0
  148. data/lib/launch4j/src/net/sf/launch4j/config/ConfigPersister.java +249 -0
  149. data/lib/launch4j/src/net/sf/launch4j/config/ConfigPersisterException.java +51 -0
  150. data/lib/launch4j/src/net/sf/launch4j/config/Jre.java +235 -0
  151. data/lib/launch4j/src/net/sf/launch4j/config/LdDefaults.java +62 -0
  152. data/lib/launch4j/src/net/sf/launch4j/config/Messages.java +78 -0
  153. data/lib/launch4j/src/net/sf/launch4j/config/Msg.java +111 -0
  154. data/lib/launch4j/src/net/sf/launch4j/config/SingleInstance.java +74 -0
  155. data/lib/launch4j/src/net/sf/launch4j/config/Splash.java +103 -0
  156. data/lib/launch4j/src/net/sf/launch4j/config/VersionInfo.java +168 -0
  157. data/lib/launch4j/src/net/sf/launch4j/config/messages.properties +93 -0
  158. data/lib/launch4j/src/net/sf/launch4j/config/messages_es.properties +75 -0
  159. data/lib/launch4j/src/net/sf/launch4j/form/BasicForm.java +283 -0
  160. data/lib/launch4j/src/net/sf/launch4j/form/BasicForm.jfrm +0 -0
  161. data/lib/launch4j/src/net/sf/launch4j/form/ClassPathForm.java +193 -0
  162. data/lib/launch4j/src/net/sf/launch4j/form/ClassPathForm.jfrm +0 -0
  163. data/lib/launch4j/src/net/sf/launch4j/form/ConfigForm.java +132 -0
  164. data/lib/launch4j/src/net/sf/launch4j/form/ConfigForm.jfrm +0 -0
  165. data/lib/launch4j/src/net/sf/launch4j/form/EnvironmentVarsForm.java +127 -0
  166. data/lib/launch4j/src/net/sf/launch4j/form/EnvironmentVarsForm.jfrm +0 -0
  167. data/lib/launch4j/src/net/sf/launch4j/form/HeaderForm.java +171 -0
  168. data/lib/launch4j/src/net/sf/launch4j/form/HeaderForm.jfrm +0 -0
  169. data/lib/launch4j/src/net/sf/launch4j/form/JreForm.java +266 -0
  170. data/lib/launch4j/src/net/sf/launch4j/form/JreForm.jfrm +0 -0
  171. data/lib/launch4j/src/net/sf/launch4j/form/Messages.java +55 -0
  172. data/lib/launch4j/src/net/sf/launch4j/form/MessagesForm.java +183 -0
  173. data/lib/launch4j/src/net/sf/launch4j/form/MessagesForm.jfrm +0 -0
  174. data/lib/launch4j/src/net/sf/launch4j/form/SingleInstanceForm.java +141 -0
  175. data/lib/launch4j/src/net/sf/launch4j/form/SingleInstanceForm.jfrm +0 -0
  176. data/lib/launch4j/src/net/sf/launch4j/form/SplashForm.java +166 -0
  177. data/lib/launch4j/src/net/sf/launch4j/form/SplashForm.jfrm +0 -0
  178. data/lib/launch4j/src/net/sf/launch4j/form/VersionInfoForm.java +232 -0
  179. data/lib/launch4j/src/net/sf/launch4j/form/VersionInfoForm.jfrm +0 -0
  180. data/lib/launch4j/src/net/sf/launch4j/form/messages.properties +146 -0
  181. data/lib/launch4j/src/net/sf/launch4j/form/messages_es.properties +118 -0
  182. data/lib/launch4j/src/net/sf/launch4j/formimpl/AbstractAcceptListener.java +75 -0
  183. data/lib/launch4j/src/net/sf/launch4j/formimpl/BasicFormImpl.java +101 -0
  184. data/lib/launch4j/src/net/sf/launch4j/formimpl/BrowseActionListener.java +79 -0
  185. data/lib/launch4j/src/net/sf/launch4j/formimpl/ClassPathFormImpl.java +222 -0
  186. data/lib/launch4j/src/net/sf/launch4j/formimpl/ConfigFormImpl.java +100 -0
  187. data/lib/launch4j/src/net/sf/launch4j/formimpl/EnvironmentVarsFormImpl.java +50 -0
  188. data/lib/launch4j/src/net/sf/launch4j/formimpl/FileChooser.java +65 -0
  189. data/lib/launch4j/src/net/sf/launch4j/formimpl/GlassPane.java +67 -0
  190. data/lib/launch4j/src/net/sf/launch4j/formimpl/HeaderFormImpl.java +102 -0
  191. data/lib/launch4j/src/net/sf/launch4j/formimpl/JreFormImpl.java +166 -0
  192. data/lib/launch4j/src/net/sf/launch4j/formimpl/MainFrame.java +358 -0
  193. data/lib/launch4j/src/net/sf/launch4j/formimpl/Messages.java +55 -0
  194. data/lib/launch4j/src/net/sf/launch4j/formimpl/MessagesFormImpl.java +58 -0
  195. data/lib/launch4j/src/net/sf/launch4j/formimpl/SingleInstanceFormImpl.java +54 -0
  196. data/lib/launch4j/src/net/sf/launch4j/formimpl/SplashFormImpl.java +61 -0
  197. data/lib/launch4j/src/net/sf/launch4j/formimpl/VersionInfoFormImpl.java +63 -0
  198. data/lib/launch4j/src/net/sf/launch4j/formimpl/messages.properties +74 -0
  199. data/lib/launch4j/src/net/sf/launch4j/formimpl/messages_es.properties +56 -0
  200. data/lib/launch4j/src/net/sf/launch4j/messages.properties +45 -0
  201. data/lib/launch4j/src/net/sf/launch4j/messages_es.properties +45 -0
  202. data/lib/launch4j/w32api/MinGW.LICENSE.txt +25 -0
  203. data/lib/launch4j/w32api/crt2.o +0 -0
  204. data/lib/launch4j/w32api/libadvapi32.a +0 -0
  205. data/lib/launch4j/w32api/libgcc.a +0 -0
  206. data/lib/launch4j/w32api/libkernel32.a +0 -0
  207. data/lib/launch4j/w32api/libmingw32.a +0 -0
  208. data/lib/launch4j/w32api/libmsvcrt.a +0 -0
  209. data/lib/launch4j/w32api/libshell32.a +0 -0
  210. data/lib/launch4j/w32api/libuser32.a +0 -0
  211. data/lib/launch4j/web/bullet.gif +0 -0
  212. data/lib/launch4j/web/changelog.html +356 -0
  213. data/lib/launch4j/web/docs.html +585 -0
  214. data/lib/launch4j/web/index.html +128 -0
  215. data/lib/launch4j/web/launch4j-use.gif +0 -0
  216. data/lib/launch4j/web/launch4j.gif +0 -0
  217. data/lib/launch4j/web/links.html +73 -0
  218. data/lib/launch4j/web/style.css +159 -0
  219. data/lib/options.rb +101 -0
  220. data/lib/platform.rb +28 -0
  221. data/lib/rawr.rb +178 -0
  222. data/lib/rawr_bundle.rb +26 -0
  223. data/lib/rawr_version.rb +3 -0
  224. data/lib/web_bundler.rb +114 -0
  225. data/lib/zip/ioextras.rb +155 -0
  226. data/lib/zip/stdrubyext.rb +111 -0
  227. data/lib/zip/tempfile_bugfixed.rb +195 -0
  228. data/lib/zip/zip.rb +1848 -0
  229. data/lib/zip/zipfilesystem.rb +609 -0
  230. data/lib/zip/ziprequire.rb +90 -0
  231. data/tasks/ann.rake +81 -0
  232. data/tasks/bones.rake +21 -0
  233. data/tasks/gem.rake +121 -0
  234. data/tasks/manifest.rake +49 -0
  235. data/tasks/notes.rake +28 -0
  236. data/tasks/post_load.rake +39 -0
  237. data/tasks/rdoc.rake +51 -0
  238. data/tasks/rubyforge.rake +57 -0
  239. data/tasks/setup.rb +269 -0
  240. data/tasks/spec.rake +63 -0
  241. data/tasks/svn.rake +48 -0
  242. data/tasks/test.rake +38 -0
  243. data/test/unit/app_bundler_spec.rb +65 -0
  244. data/test/unit/bundler_spec.rb +27 -0
  245. data/test/unit/generator_spec.rb +49 -0
  246. data/test/unit/jar_builder_spec.rb +5 -0
  247. data/test/unit/options_spec.rb +97 -0
  248. data/test/unit/platform_spec.rb +29 -0
  249. data/test/unit/spec_helpers.rb +22 -0
  250. data/test/unit/web_bundler_spec.rb +83 -0
  251. metadata +501 -0
@@ -0,0 +1,356 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <title>Launch4j - Cross-platform Java executable wrapper</title>
5
+ <meta name="description" content="Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides better user experience.">
6
+ <meta name="keywords" content="java executable wrapper, java application wrapper, exe wrapper, jar wrapper, wrap, wraps, wrapping, free software, launch, launcher, linux, mac, windows, open source, ant, solaris, native splash screen, deploy, build tool">
7
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8
+ <meta name="author" content="Grzegorz Kowal" >
9
+ <link rel="stylesheet" type="text/css" href="style.css">
10
+ </head>
11
+ <body>
12
+ <div id="container">
13
+ <div id="top">
14
+ <img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.0.1</span>
15
+ </div>
16
+ <div id="leftnav">
17
+ <ul>
18
+ <li><a href="index.html">Home</a></li>
19
+ <li><a href="docs.html">Docs</a></li>
20
+ <li><a href="changelog.html">Changelog</a></li>
21
+ <li><a href="http://sourceforge.net/project/screenshots.php?group_id=95944">Screenshots</a></li>
22
+ <li><a href="http://sourceforge.net/project/showfiles.php?group_id=95944&amp;package_id=192323">Download</a></li>
23
+ <li><a href="http://sourceforge.net/forum/?group_id=95944">Support</a></li>
24
+ <li><a href="http://sourceforge.net/projects/launch4j">Project summary</a></li>
25
+ <li><a href="http://sourceforge.net/tracker/?atid=613100&amp;group_id=95944">Bug tracker</a></li>
26
+ <li><a href="links.html">Links</a></li>
27
+ </ul>
28
+ <!--
29
+ *** Spanish docs are outdated ***
30
+ <ul style="margin-top: 20px; font-size: 75%">
31
+ <li><a href="index.html">English</a></li>
32
+ <li><a href="index_es.html">Español</a></li>
33
+ </ul>
34
+ -->
35
+ </div>
36
+ <div id="content">
37
+ <h2>Changelog</h2>
38
+
39
+ <h4>Changes in version 3.0.1 (20-07-2008)</h4>
40
+ <ul class="changes">
41
+ <li>Enhanced the runtime logging (--l4j-debug).</li>
42
+ <li>Fixed critical bug #1925387 64-bit JDK detection problem caused a runtime search error (found by Stivo).</li>
43
+ <li>Fixed bug #1919406, #1989479 Not every option is loaded from saved xml file (found by Robert Lachner, Jan-Philipp Rathje).</li>
44
+ <li>Fixed bug #1930222 Simple typo (found by Daniel).</li>
45
+ </ul>
46
+
47
+ <h4>Changes in version 3.0.0 (16-03-2008)</h4>
48
+ <ul class="changes">
49
+ <li>FR #1390075 Added dynamic initial/max heap values.</li>
50
+ <li>FR #1707827 Allow to prefer JDK private runtimes over JREs (Ian Roberts).</li>
51
+ <li>FR #1730245 Allow to run only a single aplication instance (Sylvain Mina).</li>
52
+ <li>FR #1391610 Added IBM JRE/JDK support.</li>
53
+ <li>Added environment variable expansion in bundled JRE path.</li>
54
+ <li>Fixed critical bug #1882524 JRE detection problem on 64-bit Windows.</li>
55
+ <li>Fixed bug #1758912 Vista elevation to full administrator privileges.</li>
56
+ <li>Fixed bug #1784341 Problems with spaces in paths under linux (Michael Piefel).</li>
57
+ <li>Fixed bug where /bin was appended to path environment variable instead of jre_path/bin.</li>
58
+ </ul>
59
+
60
+ <h4>Changed license to BSD, MIT (26-01-2008)</h4>
61
+ <ul class="changes">
62
+ <li>
63
+ The upcoming Launch4j 3.0.0 release will be licensed under the much more
64
+ liberal new BSD license. The head subproject (the binary header attached to wrapped jars)
65
+ will be licensed under the similar MIT license.
66
+ </li>
67
+ </ul>
68
+
69
+ <h4>Changes in version 3.0.0-pre2 (29-10-2006)</h4>
70
+ <ul class="changes">
71
+ <li>Enhanced GUI.</li>
72
+ <li>Redesigned error reporting.</li>
73
+ <li>Added custom error messages.</li>
74
+ <li>Added support website feature.</li>
75
+ <li>Added PWD and OLDPWD special variables and access to the registry.</li>
76
+ <li>Runtime ini file extension changed to .l4j.ini, added comments (#).</li>
77
+ <li>FR #1427811 Initial process priority.</li>
78
+ <li>FR #1547339 Added VarFileInfo structure to Version Info (Stephan Laertz).</li>
79
+ <li>FR #1584295 Updated documentation for --l4j-debug.
80
+ <li>Fixed &lt;jarArgs/&gt; and &lt;args/&gt; config conversion bug (found by Dafe Simonek).</li>
81
+ <li>Fixed the Ant task exception reporting bug, added tmpdir and bindir attributes.</li>
82
+ <li>Fixed bug #1563415 Problem with launching application when ini file exists (found by mojomax).</li>
83
+ <li>Fixed bug #1527619 Console header wildcard expansion (found by erikjv).</li>
84
+ <li>Fixed bug #1544167 NPE when dontwrap and only classpath given (found by Hendrik Schreiber).</li>
85
+ <li>Fixed bug #1584264 Dropdown boxes get mixed up (found by Larsen).</li>
86
+ </ul>
87
+
88
+ <h4>News (17-10-2006)</h4>
89
+ <ul class="changes">
90
+ <li><a href="http://9stmaryrd.com/tools/launch4j-maven-plugin/">Launch4j Maven Plugin by Paul A. Jungwirth</a></li>
91
+ </ul>
92
+
93
+ <h4>Changes in version 3.0.0-pre1 (21-07-2006)</h4>
94
+ <ul class="changes">
95
+ <li>Improved configuration file format and embedded Ant config.</li>
96
+ <li>Launch executable jars, regular jars and class files.</li>
97
+ <li>Added dynamic classpath resolution with environment variable references and wildcards.</li>
98
+ <li>Added option to set environment variables before launching the application.</li>
99
+ <li>New command line switches to change the compiled options.</li>
100
+ <li>Improved debug information.</li>
101
+ <li>Added support for XP visual style manifests.</li>
102
+ <li>Added option to disable use of private JREs.</li>
103
+ <li>Many small fixes and improvements...</li>
104
+ </ul>
105
+
106
+ <h4 class="warn">Configuration file changes in 3.x</h4>
107
+ <ul class="changes">
108
+ <li>Previous formats (1.x and 2.x) are supported.</li>
109
+ <li><em>&lt;headerType&gt;</em> accepts gui|console</li>
110
+ <li><em>&lt;jarArgs&gt;</em> was changed to <em>&lt;cmdLine&gt;</em></li>
111
+ <li>
112
+ <em>&lt;launch4jConfig&gt;&lt;headerObjects&gt;&lt;file&gt;</em> was changed to
113
+ <em>&lt;launch4jConfig&gt;&lt;obj&gt;</em>
114
+ </li>
115
+ <li>
116
+ <em>&lt;launch4jConfig&gt;&lt;libs&gt;&lt;file&gt;</em> was changed to
117
+ <em>&lt;launch4jConfig&gt;&lt;lib&gt;</em>
118
+ </li>
119
+ <li>
120
+ <em>&lt;launch4jConfig&gt;&lt;jre&gt;&lt;args&gt;</em> was changed to multiple
121
+ <em>&lt;launch4jConfig&gt;&lt;jre&gt;&lt;opt&gt;</em>
122
+ </li>
123
+ </ul>
124
+
125
+ <h4 class="warn">Embedded Ant configuration changes in 3.x</h4>
126
+ <ul class="changes">
127
+ <li>
128
+ <em>&lt;jre args="value"&gt;</em> was changed to
129
+ <em>&lt;jre&gt;&lt;opt&gt;value&lt;/opt&gt;&lt;/jre&gt;</em>
130
+ </li>
131
+ <li>Now it's possible to define headerObjects, libs and classpath.</li>
132
+ </ul>
133
+
134
+ <h4>Changes in version 2.1.5 (21-07-2006)</h4>
135
+ <ul class="changes">
136
+ <li>Changed the Java download site to http://java.com/download.</li>
137
+ <li>Now it's possible to use absolute and relative paths to specify the bundled JRE.</li>
138
+ </ul>
139
+
140
+ <h4>Changes in version 2.1.4 (15-06-2006)</h4>
141
+ <ul class="changes">
142
+ <li>
143
+ Fixed bug #1503996 Only the first wrapper instance had a custom process name
144
+ (found by Helge Böhme).
145
+ </li>
146
+ </ul>
147
+
148
+ <h4>Changes in version 2.1.3 (31-05-2006)</h4>
149
+ <ul class="changes">
150
+ <li>
151
+ Fixed bug #1497453 Ant task doesn't support relative jar path with '..'
152
+ (found by Aston, Pavel Moukhataev).
153
+ </li>
154
+ <li>Jar argument size limit is now 16KB.</li>
155
+ <li>Environment variable size limit raised to 32KB.</li>
156
+ <li>Allow to concatenate multiple env. variables in one property (Maria D.)</li>
157
+ <li>Added launch4j.tmpdir property.</li>
158
+ </ul>
159
+
160
+ <h4>Changes in version 2.1.2 (03-04-2006)</h4>
161
+ <ul class="changes">
162
+ <li>Important bugfix: insufficient command line buffer size was increased to 32KB
163
+ (found by Sebastian Kopsan).</li>
164
+ <li>Added runtime JVM options from an .ini file.</li>
165
+ <li>Launch4j's bin directory is now configurable through launch4j.bindir
166
+ system property.</li>
167
+ </ul>
168
+
169
+ <h4>Changes in version 2.1.1 (25-01-2006)</h4>
170
+ <ul class="changes">
171
+ <li>Fixed bug #1402748. Validation error occurred when using an Ant task with
172
+ embedded config and dontWrapJar option (found by Chris Nokleberg).</li>
173
+ </ul>
174
+
175
+ <h4>Changes in version 2.1.0 (10-01-2006)</h4>
176
+ <ul class="changes">
177
+ <li><b>More features and smaller header: 18 KB!!</b></li>
178
+ <li>Added launcher mode, you can choose whether or not to wrap the jar.</li>
179
+ <li>Spanish translation of the website/docs and program messages
180
+ (Patricio Martínez Ros).</li>
181
+ <li>JRE's bin directory is appended to the Path environment variable
182
+ (Ianiv Schweber).</li>
183
+ <li>Added special variables EXEDIR and EXEFILE that hold the executable's
184
+ directory and full path.</li>
185
+ <li>Support for mapping environment variables to system properties.</li>
186
+ <li>Added debug launching mode - various information is displayed before
187
+ starting the Java application.</li>
188
+ <li>Fixed min/max JRE version checking, previous versions allowed these
189
+ to be equal (found by Ryan).</li>
190
+ <li>Bug fixed. Quotes in jar/JVM arguments were handled incorrectly (found by Juan Alvarez Ferrando).</li>
191
+ <li>A few other enhancements.</li>
192
+ </ul>
193
+
194
+ <h4>Changes in version 2.0.0 (31-10-2005)</h4>
195
+ <ul class="changes">
196
+ <li>Launch4j for Mac OS X is available thanks to Peter Centgraf.</li>
197
+ <li>Added support for custom headers.</li>
198
+ <li>Fixed bug #1343908, command line arguments with spaces were handled
199
+ incorrectly by the console header (found by Oliver Schaefer / Steve Alberty).</li>
200
+ <li>Fixed stdin redirection bug (found by Timo Santasalo).</li>
201
+ </ul>
202
+
203
+ <h4>Changes in version 2.0 RC3 (13-08-2005) - final RC</h4>
204
+ <ul class="changes">
205
+ <li>Correct handling of pathnames with spaces.</li>
206
+ <li>Fixed the '%20' pathname bug.</li>
207
+ <li>Fixed basedir bug (Richard Xing).</li>
208
+ <li>Splash screen can be closed when the application window becomes visible
209
+ with out specifying it's title (Martin Busik).
210
+ Update your config file: <em>&lt;waitForTitle&gt;title&lt;/waitForTitle&gt;</em>
211
+ is now <em>&lt;waitForWindow&gt;true&lt;/waitForWindow&gt;</em>.
212
+ </li>
213
+ <li>Fixed build.bat files in demo directories.</li>
214
+ </ul>
215
+
216
+ <h4>Changes in version 2.0 RC2 (21-06-2005)</h4>
217
+ <ul class="changes">
218
+ <li>chdir allows to change the current directory to arbitrary paths
219
+ relative to the executable (FR #1144907). It's incompatible with
220
+ previous versions, update your config file:
221
+ <em>&lt;chdir&gt;true&lt;/chdir&gt;</em>
222
+ is now <em>&lt;chdir&gt;.&lt;/chdir&gt;</em>.
223
+ </li>
224
+ <li>Bundled JRE path no longer depends on chdir function.</li>
225
+ <li>Fixed Ant task bug, build files outside launch4j's directory
226
+ wouldn't work. Josh Elsasser submitted a patch that works without
227
+ setting launch4j's home dir in the build file. Thanks!
228
+ </li>
229
+ <li>Removed static edge from splash screen (Serge Baranov).</li>
230
+ <li>Program checks that the output file path doesn't contain spaces.</li>
231
+ <li>Fixed a NPE bug caused by a missing maxVersion property
232
+ (found by Morgan Schweers).
233
+ </li>
234
+ <li>Fixed relative JRE path bug (found by Nili_).</li>
235
+ <li>Cleaned up the Builder class.</li>
236
+ <li>Fixed Ant task NPE where the config was entirely defined in the
237
+ build file (Josh Elsasser).
238
+ </li>
239
+ </ul>
240
+
241
+ <h4>Changes in version 2.0 RC (07-06-2005)</h4>
242
+ <ul class="changes">
243
+ <li>Added an Ant task for better build integration.</li>
244
+ <li>Added 2.x documentation.</li>
245
+ <li>Updated the demo configuration files.</li>
246
+ <li>Fixed issues with relative paths in the configuration.</li>
247
+ <li>Removed the '-1' option in console mode.</li>
248
+ <li>Minor fixes.</li>
249
+ </ul>
250
+
251
+ <h4>Changes in version 2.0 beta2 (23-05-2005)</h4>
252
+ <ul class="changes">
253
+ <li># comments are recognized when importing 1.x cfg files.</li>
254
+ <li>Added version information.</li>
255
+ <li>Resource file is displayed when a resource error occurs.</li>
256
+ <li>Fixed a bug found by Max, options on the first tab were always enabled.</li>
257
+ </ul>
258
+
259
+ <h4>Changes in version 2.0 beta1 (13-05-2005)</h4>
260
+ <ul class="changes">
261
+ <li>Completely new, cross-platform wrapper - create windows executables on Linux.</li>
262
+ <li>New .xml configuration file.</li>
263
+ <li>Application icon with multiple resolutions and color depths.</li>
264
+ <li>Swing GUI interface.</li>
265
+ <li>Header compiled with MinGW port of gcc instead of VC++.</li>
266
+ </ul>
267
+
268
+ <h4>Changes in version 1.4.2 (12-03-2005)</h4>
269
+ <ul class="changes">
270
+ <li>Fixed bug #1158143, stayAlive without a splash screen caused
271
+ an infinite loop (found by Gregory Kotsaftis).
272
+ </li>
273
+ </ul>
274
+
275
+ <h4>Changes in version 1.4.1 (04-03-2005)</h4>
276
+ <ul class="changes">
277
+ <li>Fixed bug #1119040, buffer for reading config properties
278
+ was too short (found by Tom Jensen and Neil).
279
+ </li>
280
+ <li>Added configurable splash timeout (FR #1102951).</li>
281
+ <li>Added option to disable the error message on splash timeout (FR #1109159).</li>
282
+ <li>Option to keep the gui launcher 'alive' after starting an application (FR #1124653).</li>
283
+ <li>Removed version info.</li>
284
+ <li>'waitfor' property is now optional.</li>
285
+ </ul>
286
+
287
+ <h4>Changes in version 1.4.0 (26-01-2005)</h4>
288
+ <ul class="changes">
289
+ <li>Removed .lch4j suffix from process name, now it has the
290
+ form of the executable filename. The temporary launchers are stored in
291
+ launch4j-tmp directory (suggested by Emmanuel).
292
+ </li>
293
+ <li>Added support for console apps (FR #1050053).</li>
294
+ </ul>
295
+
296
+ <h4>Changes in version 1.3.1 (05-11-2004)</h4>
297
+ <ul class="changes">
298
+ <li>Fixed a bug where explorer window was opened instead of
299
+ launching the application when setProcName was set to false
300
+ (found by Rob Jones).
301
+ </li>
302
+ <li>Fixed temporary launcher deletion bug.</li>
303
+ </ul>
304
+
305
+ <h4>Changes in version 1.3.0 (01-11-2004)</h4>
306
+ <ul class="changes">
307
+ <li>Now you can configure launch4j to:
308
+ <ul class="changes">
309
+ <li>Use a bundled JRE.</li>
310
+ <li>Search for java, show an error message if the
311
+ right version cannot be found and open the java download page.</li>
312
+ <li>And a feature you asked for: use bundled JRE, if
313
+ that fails search for java and bring up the java download page on error.</li>
314
+ </ul>
315
+ </li>
316
+ <li>Enhanced code that sets the custom process name. In
317
+ case launch4j can't refresh the temporary launcher, bundled JRE on a
318
+ read only file system for example, it will use one created previously,
319
+ if it's present and has the correct size. If not, launching will still
320
+ continue, but with javaw.exe process name.Temporary launchers are
321
+ now created in the jre directory instead of jre/bin.
322
+ </li>
323
+ <li>errTitle property allows to set the title of the error message box.</li>
324
+ </ul>
325
+
326
+ <h4>Changes in version 1.2.1 (25-09-2004)</h4>
327
+ <ul class="changes">
328
+ <li>Bugfix that allows launching from command line using short
329
+ name (#1026514 / found by Zach Del)
330
+ </li>
331
+ </ul>
332
+
333
+ <h4>Changes in version 1.2.0 (10-09-2004)</h4>
334
+ <ul class="changes">
335
+ <li><strong>Custom process name</strong> (<i>myapp.lch4j.exe</i>)</li>
336
+ <li><strong>9 KB stub!</strong></li>
337
+ <li>Jar arguments</li>
338
+ <li>Bugfix that allows launching from command line.</li>
339
+ <li>Hide splash on javaw error.</li>
340
+ <li>Easier configuration with case insensitive parameters + show unrecognized parameter.</li>
341
+ <li>12 KB demo application, 34 KB with splash screen.</li>
342
+ <li>Configuration parameter <em>'args'</em> changed to <em>'jvmArgs'</em></li>
343
+ </ul>
344
+ </div>
345
+ <div class="footer">
346
+ All trademarks mentioned are properties of their respective owners.<br />
347
+ Copyright &copy; 2005-2008 Grzegorz Kowal
348
+ <p style="margin-top: 2em">
349
+ <a href="http://sourceforge.net"><img style="width: 125px; height: 37px; border: none" src="http://sourceforge.net/sflogo.php?group_id=95944&amp;type=4" alt="sf.net"></a>
350
+ <a href="http://www.nosoftwarepatents.com"><img style="width: 90px; height: 40px; border: none; margin-left: 5%" src="http://www.nosoftwarepatents.com/banners/90x40_3.jpg" alt=""></a>
351
+ <a href="http://validator.w3.org/check?uri=referer"><img style="width: 88px; height: 31px; border: none; margin-left: 5%" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
352
+ </p>
353
+ </div>
354
+ </div>
355
+ </body>
356
+ </html>