[ 
http://jira.codehaus.org/browse/MOJO-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86902
 ] 

Trygve Laugstol commented on MOJO-634:
--------------------------------------

Add a repository with this url: http://snapshots.repository.codehaus.org/ and 
it should be pulled down automatically. Make sure to enable snapshots for your 
repository.

http://snapshots.repository.codehaus.org/org/codehaus/mojo/appassembler-maven-plugin/1.0-SNAPSHOT/

> program name is not used, only one of 2 scripts created.
> --------------------------------------------------------
>
>                 Key: MOJO-634
>                 URL: http://jira.codehaus.org/browse/MOJO-634
>             Project: Mojo
>          Issue Type: Bug
>          Components: appassembler
>         Environment: Unix-Like (Linux)
>            Reporter: Max Berger
>
> Dear appassembler developers,
> we've recently moved jeuclid to maven, and now i wanted to use appassembler 
> to create scripts. 
> I followed the instructions from:
> http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/usage.html
> Here is the snipped from the pom.xml:
>    <programs>
>             <program>
>               <mainClass>net.sourceforge.jeuclid.app.MathViewer</mainClass>
>               <name>mathviewer</name>
>             </program>
>             <program>
>               <mainClass>net.sourceforge.jeuclid.util.Converter</mainClass>
>               <name>mml2xxx</name>
>             </program>
>           </programs>
> What gets created:
> target/appassembler/bin/MathViewer
> target/appassembler/bin/MathViewer.bat
> What I would have expected:
> mathviewer (lowercase)
> mathviwer.bat
> mml2xxx
> mml2xxx.bat
> Appassembler used:
> 1.0-alpha-2
> Other than that the generated scripts work very nicely. Thank you for your 
> plugin!
> Max

-- 
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