On 11/10/14, 1:16 AM, "cd...@apache.org" <cd...@apache.org> wrote:
>+ <target name="flex-tool-api-jar" depends="flex-tool-api-jar-check" >unless="flexToolApi.jar.exists" >+ description="Downloads and copies flex-tool-api.jar to the >lib directory."> >+ >+ <get >src="http://repository.apache.org/content/groups/snapshots/org/apache/flex >/flex-tool-api/1.0.0-SNAPSHOT/flex-tool-api-1.0.0-20141105.140704-1.jar" >+ dest="${download.dir}/flex-tool-api.jar" >+ verbose="false"/> >+ >+ <copy file="${download.dir}/flex-tool-api.jar" >toDir="${lib.ext.dir}" verbose="true"/> >+ </target> >+ Chris, should to toDir be lib.in.dir? And why not just download the jar to the lib folder and skip all of these intermediate folders? Also check the “clean” targets to make sure they get rid of the jar in the right scenarios. -Alex