User: rinkrank
Date: 02/02/17 17:29:13
Modified: . build.xml
Log:
Modified the log4j URLs to avoid warnings on W2K. Hope it works on Linux/UNIX too.
If not, let's discuss instead of fighting over a platform.
Revision Changes Path
1.17 +2 -2 xjavadoc/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -r1.16 -r1.17
--- build.xml 11 Feb 2002 13:51:35 -0000 1.16
+++ build.xml 18 Feb 2002 01:29:13 -0000 1.17
@@ -163,7 +163,7 @@
<target name="junit-swing" depends="compile" description="Runs the JUnit Swing
UI">
<java classname="junit.swingui.TestRunner" fork="yes">
<classpath refid="classpath"/>
- <jvmarg value="-Dlog4j.configuration=file://${log4j.dir}/${log4j.file}"/>
+ <jvmarg value="-Dlog4j.configuration=file:/${log4j.dir}/${log4j.file}"/>
</java>
</target>
@@ -173,7 +173,7 @@
<target name="junit" depends="compile" description="Runs All JUnit tests">
<mkdir dir="${build.reports.xml.dir}"/>
<junit fork="yes">
- <jvmarg value="-Dlog4j.configuration=file://${log4j.dir}/${log4j.file}"/>
+ <jvmarg value="-Dlog4j.configuration=file:/${log4j.dir}/${log4j.file}"/>
<classpath refid="classpath"/>
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel