You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bi...@apache.org on 2006/12/08 04:37:38 UTC

svn commit: r483811 - /jakarta/commons/proper/modeler/trunk/build.xml

Author: billbarker
Date: Thu Dec  7 19:37:37 2006
New Revision: 483811

URL: http://svn.apache.org/viewvc?view=rev&rev=483811
Log:
Improve the build dependancies when using Ant.

Fixes:
MODELER-20:  Based on a patch submitted by Petteri Raty
MODELER-21:  Patch submitted by Petteri Raty

Modified:
    jakarta/commons/proper/modeler/trunk/build.xml

Modified: jakarta/commons/proper/modeler/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/build.xml?view=diff&rev=483811&r1=483810&r2=483811
==============================================================================
--- jakarta/commons/proper/modeler/trunk/build.xml (original)
+++ jakarta/commons/proper/modeler/trunk/build.xml Thu Dec  7 19:37:37 2006
@@ -150,8 +150,8 @@
 
 
   <target name="compile-only" >
-    <available property="ant16.available"  classname="org.apache.tools.ant.PropertyHelper" />
-    <available property="digester.available"  classname="org.apache.commons.digester.Digester" />
+    <available property="ant16.available"  classname="org.apache.tools.ant.PropertyHelper" classpathref="compile.classpath" />
+    <available property="digester.available"  classname="org.apache.commons.digester.Digester" classpathref="compile.classpath" />
 
     <javac  srcdir="${source.home}"
            destdir="${build.home}/classes"
@@ -205,7 +205,7 @@
            classpathref="compile.classpath" />
   </target>
 
-  <target name="jar" depends="compile-only" > 
+  <target name="jar" depends="compile,init-dist" > 
     <mkdir      dir="${build.home}/classes/META-INF"/>
     <copy      file="src/java/org/apache/commons/modeler/ant/ant.properties"
              tofile="${build.home}/classes/META-INF/ant.properties"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org