User: ko5tik
Date: 02/02/22 06:50:42
Modified: . build.xml
Log:
fixed URL again. ( for log4j properties )
did they worked on windows? how????
Revision Changes Path
1.20 +2 -2 xjavadoc/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -r1.19 -r1.20
--- build.xml 22 Feb 2002 00:31:05 -0000 1.19
+++ build.xml 22 Feb 2002 14:50:42 -0000 1.20
@@ -167,7 +167,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>
@@ -177,7 +177,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