Re: [Jelly] Making jelly.bat a little smarter

2003-01-01 Thread Mark R. Diggory
The big issue I recently ran into which caused me to suggest the changes to the jelly.bat file involved the configuration of services like log4j on JVM initialization. I seem to have to place the following on the classpath prior to initializing forehead for log4j to configure properly through

[Jelly] Making jelly.bat a little smarter

2002-12-27 Thread Mark R. Diggory
Making jelly.bat support alternate sources for forehead.conf would good as well. This allows for addition of jars to the classpath when its unfeasable to place them into the jelly/custom directory. @echo off if %FOREHEAD_CONF%== set FOREHEAD_CONF=%JELLY_HOME%\bin\forehead.conf

Re: [Jelly] Making jelly.bat a little smarter

2002-12-27 Thread Morgan Delagrange
Sounds platform-specific. Didn't you point out that the Windows script was missing a feature of the unix script? Show me some unix syntax too and I'll make it happen. Just don't make a patch. I hate patches. ;) - Morgan --- Mark R. Diggory [EMAIL PROTECTED] wrote: Making jelly.bat support