You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/02/28 15:23:43 UTC

svn commit: r1732736 - /jmeter/trunk/build.xml

Author: pmouawad
Date: Sun Feb 28 14:23:43 2016
New Revision: 1732736

URL: http://svn.apache.org/viewvc?rev=1732736&view=rev
Log:
Test distributing full bundle for nightly build, see Bug 58936

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1732736&r1=1732735&r2=1732736&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Feb 28 14:23:43 2016
@@ -1423,10 +1423,16 @@ run JMeter unless all the JMeter jars ar
         <fail message="jmeter.version must be same as JMeterVersion.VERSION" unless="version.match"/>
     </target>
 
+	<!--
     <target
         name="nightly"
         depends="init-svnVersion,package,docs-printable,pack-nightly"
         description="Build JMeter for nightly dir (package docs-printable pack-nightly)"/>
+    -->
+    <target
+        name="nightly"
+        depends="distribution"
+        description="Build JMeter for nightly dir"/>
 
     <target name="_eolcheck">
         <!-- Determine if the native format is CRLF or LF (or neither) -->