vhardy 02/05/03 09:54:11
Modified: . build.xml
Log:
Added missing mkdir command
Revision Changes Path
1.112 +2 -1 xml-batik/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-batik/build.xml,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- build.xml 3 May 2002 16:42:58 -0000 1.111
+++ build.xml 3 May 2002 16:54:11 -0000 1.112
@@ -47,7 +47,7 @@
[win32] .\build.bat help
- $Id: build.xml,v 1.111 2002/05/03 16:42:58 vhardy Exp $
+ $Id: build.xml,v 1.112 2002/05/03 16:54:11 vhardy Exp $
-->
@@ -259,6 +259,7 @@
depends ="compile"
description="Compiles the source files for the samples scripts and the
test-resources">
<mkdir dir="${testresources}/classes"/>
+ <mkdir dir="${samples}/tests/resources/java/classes"/>
<echo message="debug ${debug}, optimize ${optimize}, deprecation
${deprecation}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]