mvdb 2003/01/01 09:17:09
Modified: betwixt build.xml
Log:
Applying patch from sam to fix build.xml and tested it under unix (still a test
failure though, but that is another problem)
Revision Changes Path
1.11 +3 -3 jakarta-commons/betwixt/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 30 Dec 2002 18:51:33 -0000 1.10
+++ build.xml 1 Jan 2003 17:17:08 -0000 1.11
@@ -14,7 +14,7 @@
- <property name="resourcedir"
value="D:\projects\cvs.apache.org\jakarta-commons\betwixt/src/java"></property>
+ <property name="resourcedir" value="."></property>
<property name="distdir" value="dist"></property>
<property name="javadocdir" value="target/docs/apidocs"></property>
@@ -91,7 +91,7 @@
<mkdir dir="${testreportdir}"></mkdir>
<junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true"
haltonerror="true">
- <sysproperty key="basedir"
value="D:\projects\cvs.apache.org\jakarta-commons\betwixt"></sysproperty>
+ <sysproperty key="basedir" value="${resourcedir}"></sysproperty>
<formatter type="xml"></formatter>
<formatter usefile="true" type="plain"></formatter>
<classpath>
@@ -198,4 +198,4 @@
</target>
</project>
-
\ No newline at end of file
+
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>