Why should any of the libraries required by optional
tasks should need to be required in the CLASSPATH?

For JVM1.2 and above, at least, we should modify our
tasks to be able to use either a ThreadClassLoader or
some of the features of AntClassLoader so that all
optional tasks can use a <classpath> element to find
its classes.

This would really simplify the management of optional
stuff in different projects that may require different
versions of libraries.

Jose Alberto


 --- Edson Alves Pereira
<[EMAIL PROTECTED]> wrote: >   Without that
line in build.bat i couldn't build
> Ant!
> 
> C:\home\edson\jakarta\jakarta-ant>cvs -d
> :pserver:[EMAIL PROTECTED]:/home/cvspublic diff
> -u build.bat
> Index: build.bat
>
===================================================================
> RCS file: /home/cvspublic/jakarta-ant/build.bat,v
> retrieving revision 1.31
> diff -u -r1.31 build.bat
> --- build.bat   2001/11/12 11:26:47     1.31
> +++ build.bat   2001/12/25 13:31:04
> @@ -11,6 +11,7 @@
> 
>  :runAnt
>  set
> LOCALCLASSPATH=lib\crimson.jar;bootstrap\lib\ant.jar
> +set
>
LOCALCLASSPATH=lib\optional\junit.jar;%LOCALCLASSPATH%
>  for %%i in (lib\optional\*.jar) do call
> bootstrap\bin\lcp.bat %%i
>  set
>
CLASSPATH=lib\optional\xalanj1compat.jar;%LOCALCLASSPATH%;%CLASSPATH%
>  set LOCALCLASSPATH=
> 
>   With best wishes,
>   Edson Alves Pereira
> -- 
> ///////////////////////////////////////
> Better well done than well said.
>  --//--
> To follow the path:
> look to the master,
> follow the master,
> walk with the master,
> see through the master,
> become the master.
> 
> Modern Zen poem
> ///////////////////////////////////////
> 
> 
> 
>
__________________________________________________________________
> Your favorite stores, helpful shopping tools and
> great gift ideas. Experience the convenience of
> buying online with [EMAIL PROTECTED]
> http://shopnow.netscape.com/
> 
> Get your own FREE, personal Netscape Mail account
> today at http://webmail.netscape.com/
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to