You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2005/08/19 06:10:53 UTC

svn commit: r233428 - /jakarta/commons/sandbox/exec/trunk/build.xml

Author: brett
Date: Thu Aug 18 21:10:51 2005
New Revision: 233428

URL: http://svn.apache.org/viewcvs?rev=233428&view=rev
Log:
PR: 36181
make the directory for the artifact before downloading
also filed MNG-749 to later correct the ant script generation

Modified:
    jakarta/commons/sandbox/exec/trunk/build.xml

Modified: jakarta/commons/sandbox/exec/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/exec/trunk/build.xml?rev=233428&r1=233427&r2=233428&view=diff
==============================================================================
--- jakarta/commons/sandbox/exec/trunk/build.xml (original)
+++ jakarta/commons/sandbox/exec/trunk/build.xml Thu Aug 18 21:10:51 2005
@@ -71,7 +71,7 @@
     </condition>
   </target>
   <target name="get-deps" depends="test-offline" description="Download all dependencies" unless="maven.mode.offline">
-    <mkdir dir="${maven.repo.local}"/>
+    <mkdir dir="${maven.repo.local}/commons-logging/commons-logging-api/1.0.4/"/>
     <get src="http://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar" dest="${maven.repo.local}/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar" usetimestamp="true" ignoreerrors="true"/>
   </target>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org