You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by neetu ganapathy <ne...@hotmail.com> on 2002/11/03 13:32:29 UTC

Help with classpath




Hi,
   I have an application developed using turbine. The problem I am facing is 
the following : My classpath is very long. So I have converted most of it 
into variables like say
ANT_JARS=d:\ant\lib\ant.jar;d:\ant\lib\crimson.jar;d:\ant\lib\jaxp.jar
TURBINE_JARS=d:\tdk\webapps\newapp\web-inf\lib\turbine-2.1.jar;d:\tdk\webapps\newapp\web-inf\lib\velocity-1.2-dev.jar;d:\tdk\common\lib\servlet.jar;d:\tdk\webapps\newapp\web-inf\lib\xmlrpc.jar;d:\tdk\webapps\newapp\web-inf\lib\jta1.0.1.jar;d:\tdk\webapps\newapp\web-inf\lib\village-1.5.1.jar;d:\tdk\webapps\newapp\web-inf\lib\log4j-1.1.jar;d:\tdk\webapps\newapp\web-inf\lib\activation-1.0.1.jar;d:\tdk\webapps\newapp\web-inf\lib\xalan-1.2.1.jar;d:\tdk\webapps\newapp\web-inf\lib\xerces-1.3.0.jar;d:\tdk\webapps\newapp\web-inf\lib\ecs-1.4.1.jar;d:\tdk\webapps\newapp\web-inf\lib\jakarta-regexp-1.3-dev.jar;d:\tdk\webapps\newapp\web-inf\lib\jdbc-se2.0.jar;d:\tdk\webapps\newapp\web-inf\lib\mm.mysql-2.0.4.jar;d:\tdk\webapps\newapp\web-inf\lib\httpunit.jar;d:\tdk\webapps\newapp\web-inf\lib\junit-3.2.jar;

etc.
Now I use these variables in the classpath as :
set classpath=%ANT_JARS%;%TURBINE_JARS%;
These varibles do not expand totally.
Please tell me  how I could achieve this. The longer the classpath the more 
the problems.
I would be grateful for any suggestions.
Thanks,





_________________________________________________________________
Internet access plans that fit your lifestyle -- join MSN. 
http://resourcecenter.msn.com/access/plans/default.asp


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>