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 2017/12/23 15:28:56 UTC

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

Author: pmouawad
Date: Sat Dec 23 15:28:56 2017
New Revision: 1819160

URL: http://svn.apache.org/viewvc?rev=1819160&view=rev
Log:
Add files being compiled

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1819160&r1=1819159&r2=1819160&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Dec 23 15:28:56 2017
@@ -736,7 +736,7 @@
         <fileset dir="${lib.dir}" includes="*.jar"/>
       </classpath>
     </taskdef>
-    <groovyc srcdir="${src.test}" destdir="${build.test}" encoding="${encoding}">
+    <groovyc srcdir="${src.test}" destdir="${build.test}" encoding="${encoding}" listfiles="true">
       <classpath>
         <pathelement location="${build.jorphan}"/>
         <pathelement location="${build.core}"/>