> I need to be able to use $CLASSPATH (and the value it > contains) > > <jvm-arg>-Djava.library.path=$CLASSPATH</jvm-arg> > is not going to work now, is it ?
Try:
<jvm-arg>-Djava.library.path=${CLASSPATH}</jvm-arg>
-- Sam
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
