Issue Type: New Feature New Feature
Affects Versions: 1.2.2
Assignee: Unassigned
Created: 14/Jun/12 9:13 PM
Description:

With showConsoleWindow=false, on windows JAVACMD is set to "start /min javaw". This works nicely to spin a swing app and the generated script does not get blocked on the at the command line

On Unix, all we need is to introduce '&' at the end to full java execution command , this way the generated script will not get blocked on command line as well.

ie exec $JAVACMD ...... &

Environment: linux
Project: Mojo AppAssembler Plugin
Priority: Major Major
Reporter: Dan Tran
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