You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Mark R. Diggory" <md...@latte.harvard.edu> on 2002/12/27 22:02:56 UTC

[Jelly] Classpath not passed into jelly.bat

I've noticed that in the unix shell script file the classpath is gotten 
from the environment like this:

-classpath ${CLASSPATH}:${JELLY_HOME}/lib/forehead.jar

while in the jelly.bat file it looks like this:

-classpath %JELLY_HOME%\lib\forehead.jar

It'd be good to have it like the shell script so that things can get 
added to the classpath externally when jelly.bat is called.

-classpath %CLASSPATH%;%JELLY_HOME%\lib\forehead.jar

Cheers,
Mark


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