Author: sebb Date: Sun Sep 20 12:28:00 2009 New Revision: 817017 URL: http://svn.apache.org/viewvc?rev=817017&view=rev Log: Oops! Need to download jars before trying to compile/install
Modified: jakarta/jmeter/trunk/build.xml Modified: jakarta/jmeter/trunk/build.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=817017&r1=817016&r2=817017&view=diff ============================================================================== --- jakarta/jmeter/trunk/build.xml (original) +++ jakarta/jmeter/trunk/build.xml Sun Sep 20 12:28:00 2009 @@ -1243,11 +1243,10 @@ --> <!-- Used by project jakarta-jmeter-cvs --> <target name="gump-build" - depends="_gump_properties,clean,install" + depends="_gump_properties,download_jars,clean,install" description="Build JMeter"> <property name="dist.name" value="jakarta-jmeter-${jmeter.version}"/> <available file="${velocity.jar}" property="3rdparty.present"/> - <antcall target="download_jars"/> <!-- No need to create the archives for Gump <antcall target="_pack-binaries"/> <antcall target="_pack-libraries"/> --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org