Hi,

The current ant build file for this relies on having previously used
mvn to build the project

Index: build.xml
===================================================================
--- build.xml   (revision 727000)
+++ build.xml   (working copy)
@@ -45,7 +45,6 @@
       <src>
         <pathelement location="${basedir}/src/main/java"/>
       </src>
-      <classpath refid="build.classpath"/>
     </javac>
   </target>


This fixes the issue and allows us ant users to compile the project
without having any .m2 etc.

Should I commit this directly?

Thanks,
Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to