Update of /var/cvs/applications
In directory james.mmbase.org:/tmp/cvs-serv950
Modified Files:
buildbase.xml
Log Message:
moved creation of 'classes' dir a bit, to make ant whine less
See also: http://cvs.mmbase.org/viewcvs/applications
Index: buildbase.xml
===================================================================
RCS file: /var/cvs/applications/buildbase.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- buildbase.xml 25 Mar 2008 21:03:09 -0000 1.91
+++ buildbase.xml 1 Apr 2008 08:48:49 -0000 1.92
@@ -338,6 +338,7 @@
</target>
<target name="init.compile" depends="explicit.dependency.dir"
unless="external.libs.exist" description="Sets up the classpath for compiling
this">
+ <mkdir dir="${project.build.dir}/classes"/>
<echo message="Using default classpath based on on ${project.jars.dir} and
${build.dir}/lib" />
<available property="dummy" classname="dummy">
<classpath id="compile.classpath">
@@ -361,7 +362,6 @@
<target name="compile" description="Compile the source directory"
depends="init,init.compile" if="src.available">
- <mkdir dir="${project.build.dir}/classes"/>
<echo message="java version: ${ant.java.version}" />
<echo message="copying to ${project.build.dir}" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs