Revision: 3474
Author: mo.jeff
Date: Mon Apr 26 08:20:24 2010
Log: Slight modification to the osx_jdbc_tgz target. We moved to calling tar through the 'exec' task rather than using the 'tar' task because the ant tar task did not allow us to specify the flag that preserves file permissions (thus removing the execute flag from the executable jar in the app bundle). But since Windows typically doesn't have a tar command, the build will usually 'fail' when it hits this target.
http://code.google.com/p/power-architect/source/detail?r=3474

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Mon Apr  5 14:01:08 2010
+++ /trunk/build.xml    Mon Apr 26 08:20:24 2010
@@ -1321,7 +1321,7 @@
                </tar>
        </target>

-       <target name="osx_jdbc_tgz" depends="osx_jdbc_dist" if="isNotMac">
+       <target name="osx_jdbc_tgz" depends="osx_jdbc_dist" if="isNotWindows">
                <exec executable="tar" dir="${staging.dir}">
                        <arg value="-cpzf" />
                        <arg 
value="../${dist.dir}/Architect-OSX-${app.version}.tar.gz"/>


--
Subscription settings: 
http://groups.google.com/group/architect-commits/subscribe?hl=en

Reply via email to