[ http://issues.ops4j.org/browse/PAXRUNNER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12336#action_12336 ]
Toni Menzel commented on PAXRUNNER-177: --------------------------------------- extended it a little bit. Now there is a zip executor that creates the desired zip. For example: pax-run.sh --executor=zip --workingDirectory=myapp creates paxrunner-myapp.zip. Haven't tested on win yet. Also, deletion of workingDir should be done. > Create standalone executable instead of launching vm instantly > -------------------------------------------------------------- > > Key: PAXRUNNER-177 > URL: http://issues.ops4j.org/browse/PAXRUNNER-177 > Project: Pax Runner > Issue Type: New Feature > Components: frameworks > Reporter: Toni Menzel > Assignee: Toni Menzel > > What we want: > Have a target option for paxrunner that just works like we know it but > instead of creating a new process with the new vm it should create a > executable (jar) file that contains everything from the workingDir (all > bundles+framework itself) and preserve all vm parameters. > So this: > # pax-run.sh --executor="bucket" > should output a single jar in current directory called paxrunner-bucket.jar > It can be run via: > java -jar paxrunner-bucket.jar > The filename can be set via option. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.ops4j.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general