You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/10/30 21:59:36 UTC

svn commit: r1403867 - /incubator/flex/falcon/trunk/compiler/build.xml

Author: cframpton
Date: Tue Oct 30 20:59:36 2012
New Revision: 1403867

URL: http://svn.apache.org/viewvc?rev=1403867&view=rev
Log:
If sdk.branch is a binary distro rather than a source branch, antTasks is in a different location.

Modified:
    incubator/flex/falcon/trunk/compiler/build.xml

Modified: incubator/flex/falcon/trunk/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler/build.xml?rev=1403867&r1=1403866&r2=1403867&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler/build.xml (original)
+++ incubator/flex/falcon/trunk/compiler/build.xml Tue Oct 30 20:59:36 2012
@@ -763,6 +763,8 @@
                 <exclude name="frameworks/projects/**/*"/>
              </fileset>
         </copy>
+        <!-- if sdk.branch is set to binary distro antTasks is in a different place -->
+        <copy file="${sdk.branch}/ant/lib/antTasks.jar" todir="${sdk}/lib" failonerror="false"/>
         <copy todir="${sdk}/bin-legacy" includeEmptyDirs="false">
             <fileset dir="${sdk.branch}/bin">
                 <include name="**/*"/>