Morgan Delagrange wrote:
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.

Easy enough. I suspect this attachment would be comparable.

-Mark
#!/bin/sh

if [ -z "$FOREHEAD_CONF" ] ; then
  FOREHEAD_CONF=${JELLY_HOME}/bin/forehead.conf 
fi

$JAVA_HOME/bin/java -classpath ${CLASSPATH}:${JELLY_HOME}/lib/forehead.jar \
  -Dforehead.conf.file=${FOREHEAD_CONF} \
  -Dant.home=${ANT_HOME} -Djelly.home=${JELLY_HOME} \
  -Dtools.jar=${JAVA_HOME}/lib/tools.jar \
  ${JELLY_OPTS} \
  com.werken.forehead.Forehead $*

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

Reply via email to