[
https://jira.codehaus.org/browse/MAPPASM-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=295493#comment-295493
]
Karl Heinz Marbaise commented on MAPPASM-146:
---------------------------------------------
Based on my advanced understanding of the code it's already possible to
configure the wrapper.working.dir property via the generatorConfigurations like
this:
{code}
<configuration>
<daemons>
<daemon>
<id>daemon-1</id>
<mainClass>org.codehaus.mojo.appassembler.example.helloworld.HelloWorld</mainClass>
<commandLineArguments>
<commandLineArgument>start</commandLineArgument>
</commandLineArguments>
<platforms>
<platform>jsw</platform>
</platforms>
<generatorConfigurations>
<generatorConfiguration>
<generator>jsw</generator>
<configuration>
<property>
<name>wrapper.working.dir</name>
<value>TheValueYouLikeToHaveHere</value>
</property>
</configuration>
</generatorConfiguration>
</generatorConfigurations>
</daemon>
</daemons>
</configuration>
{code}
> Allow to specify a "wrapper.working.dir" property
> -------------------------------------------------
>
> Key: MAPPASM-146
> URL: https://jira.codehaus.org/browse/MAPPASM-146
> Project: Mojo AppAssembler Plugin
> Issue Type: New Feature
> Affects Versions: 1.2
> Reporter: Lukasz Szelag
> Priority: Minor
> Fix For: 1.3
>
> Attachments: JavaServiceWrapperDaemonGenerator.java.patch
>
>
> Attached patch adds an ability to specify a "wrapper.working.dir" property in
> the POM.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
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