> So you want to control your own CLASSPATH??

Correct, I confirm - I believe there are use cases where this could be useful. So you would say something like (I am obviously making this up, this option doesn't exist yet) <classpath>@BASEDIR@/mifos.war</classpath> and in your myapp.sh that would lead to (say if you also had <configurationDirectory>conf</configurationDirectory>) to CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$BASEDIR"/mifos.war and in your myapp.bat to set CLASSPATH="%BASEDIR%"\conf;"%BASEDIR%"\mifos.war. (Note the use of @BASEDIR@ placeholder, translated platform specifically to either "$BASEDIR"/ or "%BASEDIR%"\

> and no Repo. No Repo option is alreay supported

Ah yes, <generateRepository>false</generateRepository> - I hadn't seen that, sorry, ignore that part.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to