Doesn't work on windows. Either file:/ or file:/// works :-)

I fixed it once and forever.

Ara.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-devel-
> [EMAIL PROTECTED]] On Behalf Of Konstantin Pribluda
> Sent: Friday, February 22, 2002 6:21 PM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] CVS update: xjavadoc build.xml
> 
>   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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to