[pkg-java] r8041 - trunk/groovy/debian

varun at alioth.debian.org varun at alioth.debian.org
Sat Mar 7 02:17:24 UTC 2009


Author: varun
Date: 2009-03-07 02:17:23 +0000 (Sat, 07 Mar 2009)
New Revision: 8041

Modified:
   trunk/groovy/debian/ant.properties
   trunk/groovy/debian/build.xml
Log:
Fix another build issue

Modified: trunk/groovy/debian/ant.properties
===================================================================
--- trunk/groovy/debian/ant.properties	2009-03-04 21:44:46 UTC (rev 8040)
+++ trunk/groovy/debian/ant.properties	2009-03-07 02:17:23 UTC (rev 8041)
@@ -2,3 +2,4 @@
 source.dir=src/main
 jar.name=target/groovy.jar
 javadoc.dir=target/docs/api
+asm2.jar=/usr/share/java/asm2.jar

Modified: trunk/groovy/debian/build.xml
===================================================================
--- trunk/groovy/debian/build.xml	2009-03-04 21:44:46 UTC (rev 8040)
+++ trunk/groovy/debian/build.xml	2009-03-07 02:17:23 UTC (rev 8041)
@@ -35,6 +35,9 @@
 
     <groovyc srcdir="${source.dir}" destdir="${class.dir}"/>
 
+    <java classname="org.codehaus.groovy.tools.DgmConverter"
+	  classpath="${asm2.jar}:${class.dir}"/>
+
     <copy todir="${class.dir}">
       <fileset dir="${source.dir}">
 	<patternset refid="compiler.resources" />




More information about the pkg-java-commits mailing list