disable command prompt  when execute  javaapp with binScript on Windows(use: 
start /min javaw)
----------------------------------------------------------------------------------------------

                 Key: MOJO-1079
                 URL: http://jira.codehaus.org/browse/MOJO-1079
             Project: Mojo
          Issue Type: New Feature
          Components: appassembler
         Environment: Windows 2000, Windows XP, Windows Vista
            Reporter: Hiroya KUBO
            Priority: Trivial
         Attachments: appassembler-maven-plugin_javabin_javaw.patch

<project>
  ...
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>appassembler-maven-plugin</artifactId>
        <configuration>
          <programs>
            <program>
              <mainClass>com.mycompany.app.App</mainClass>
              <name>app</name>
              <showConsoleWindow>false</showConsoleWindow>
            </program>
          </programs>
        </configuration>
      </plugin>
    </plugins>
  </build>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.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


Reply via email to