Author: [EMAIL PROTECTED]
Date: Tue Oct 14 12:05:34 2008
New Revision: 2775

Modified:
   trunk/build.xml

Log:
Commented out the Pack200 section in the IzPack descriptor for now because:
1) IzPack compression strips out the source code line numbers, which makes debugging and handling user bug reports more difficult.
2) It causes the bundled SQL Server driver to not work.

Until we figure out how to pass arguments to the IzPack Pack200 compression feature, it should be kept off.

Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml     (original)
+++ trunk/build.xml     Tue Oct 14 12:05:34 2008
@@ -859,7 +859,8 @@
                                                
<appversion>@{app.version}</appversion>
                                                
<url>http://www.sqlpower.ca/</url>
                                                <javaversion>1.5</javaversion>
-                                               <pack200/>
+ <!-- Need to figure how to pass options to the izpack pack200 compression feature -->
+                                               <!-- <pack200/> -->
                                        </info>
                                        <guiprefs height="600" resizable="yes" 
width="800">
                                                <laf name="metouia">

Reply via email to