You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Pierre Delisle <pi...@sun.com> on 2000/09/06 20:29:30 UTC

[patch] utility/build.bat

Missing % in utility/build.bat prevents the classpath to be
set properly when building 'utility' under windows.

Index: build.bat
===================================================================
RCS file: /home/cvs/jakarta-taglibs/utility/build.bat,v
retrieving revision 1.1
diff -r1.1 build.bat
11c11
< set CLASSPATH=%CLASSPATH%;%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\xml.jar;%JAVA_HOME\lib\tools.jar
---
> set CLASSPATH=%CLASSPATH%;%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\xml.jar;%JAVA_HOME%\lib\tools.jar

Re: [patch] utility/build.bat

Posted by Justyna Horwat <Ju...@eng.sun.com>.
Thanks for the patch. I fixed the rest of the build scripts, they had the
same error.

Justyna
< horwat@eng.sun.com >

----- Original Message -----

> On Wed, 6 Sep 2000, Pierre Delisle wrote:
>
> > Missing % in utility/build.bat prevents the classpath to be
> > set properly when building 'utility' under windows.
>
> All fixed; thanks for the patch.
>
> Shawn
>


Re: [patch] utility/build.bat

Posted by Shawn Bayern <sh...@yale.edu>.
On Wed, 6 Sep 2000, Pierre Delisle wrote:

> Missing % in utility/build.bat prevents the classpath to be
> set properly when building 'utility' under windows.

All fixed; thanks for the patch.

Shawn