jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Mojo AppAssembler Plugin
  • MAPPASM-146

Allow to specify a "wrapper.working.dir" property

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 1.2
  • Fix Version/s: 1.3
  • Labels:
    None
  • Patch Submitted:
    Yes

Description

Attached patch adds an ability to specify a "wrapper.working.dir" property in the POM.

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    JavaServiceWrapperDaemonGenerator.java.patch
    09/Feb/12 12:54 PM
    1 kB
    Lukasz Szelag

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Karl Heinz Marbaise added a comment - 31/Mar/12 7:56 AM

Based on my advanced understanding of the code it's already possible to configure the wrapper.working.dir property via the generatorConfigurations like this:

<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>
Show
Karl Heinz Marbaise added a comment - 31/Mar/12 7:56 AM Based on my advanced understanding of the code it's already possible to configure the wrapper.working.dir property via the generatorConfigurations like this:
<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>

People

  • Assignee:
    Unassigned
    Reporter:
    Lukasz Szelag
Vote (1)
Watch (1)

Dates

  • Created:
    09/Feb/12 12:54 PM
    Updated:
    31/Mar/12 7:57 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.