You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jerome Thibaud <th...@gmail.com> on 2007/06/08 21:43:44 UTC

Is there a plugin to generate launch scripts (.bat, .sh, etc.)

Hi All,
Is there a plugin to generate launch scripts (.bat, .sh, etc.)

regards

Jerome T.

Re: Is there a plugin to generate launch scripts (.bat, .sh, etc.)

Posted by Jerome Thibaud <th...@gmail.com>.
Thanks for the pointers, I'll be trying it out.

regards

J.T.

On 6/8/07, Mick Knutson <mi...@gmail.com> wrote:
>
> oops. Sorry bout that....
>
> On 6/8/07, Wayne Fay <wa...@gmail.com> wrote:
> >
> > Mick, he said "generate" not "execute". ;-)
> >
> > Wayne
> >
> > On 6/8/07, Mick Knutson <mi...@gmail.com> wrote:
> > > Im doing that now. genInterface.bat is in the root DIR:
> > >
> > >
> > >             <plugin>
> > >                 <groupId>org.codehaus.mojo</groupId>
> > >                 <artifactId>exec-maven-plugin</artifactId>
> > >                 <executions>
> > >                     <execution>
> > >                         <phase>generate-sources</phase>
> > >                         <goals>
> > >                             <goal>exec</goal>
> > >                         </goals>
> > >                     </execution>
> > >                 </executions>
> > >                 <configuration>
> > >                     <executable>genInterface.bat</executable>
> > >                 </configuration>
> > >             </plugin>
> > >
> > >
> > >
> > >
> > >
> > > On 6/8/07, Kaare Nilsen <ka...@kaare-nilsen.com> wrote:
> > > >
> > > >
> > > > On Jun 8, 2007, at 9:43 PM, Jerome Thibaud wrote:
> > > >
> > > > > Hi All,
> > > > > Is there a plugin to generate launch scripts (.bat, .sh, etc.)
> > > >
> > > > Check
> http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/
> > > >
> > > > But just be aware that the latest snapshot is very different from
> the
> > > > released alpha, and there will be (in the somewhat near) future new
> > > > documentation and release available
> > > >
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > ---
> > > Thanks,
> > > Mick Knutson
> > >
> > > http://www.baselogic.com
> > > http://www.blincmagazine.com
> > > http://www.djmick.com
> > > http://www.myspace.com/mickknutson
> > > http://www.myspace.com/djmick_dot_com
> > > http://www.myspace.com/sexybeotches
> > > http://www.thumpradio.com
> > > ---
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> --
> ---
> Thanks,
> Mick Knutson
>
> http://www.baselogic.com
> http://www.blincmagazine.com
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> http://www.myspace.com/djmick_dot_com
> http://www.myspace.com/sexybeotches
> http://www.thumpradio.com
> ---
>

Re: Is there a plugin to generate launch scripts (.bat, .sh, etc.)

Posted by Mick Knutson <mi...@gmail.com>.
oops. Sorry bout that....

On 6/8/07, Wayne Fay <wa...@gmail.com> wrote:
>
> Mick, he said "generate" not "execute". ;-)
>
> Wayne
>
> On 6/8/07, Mick Knutson <mi...@gmail.com> wrote:
> > Im doing that now. genInterface.bat is in the root DIR:
> >
> >
> >             <plugin>
> >                 <groupId>org.codehaus.mojo</groupId>
> >                 <artifactId>exec-maven-plugin</artifactId>
> >                 <executions>
> >                     <execution>
> >                         <phase>generate-sources</phase>
> >                         <goals>
> >                             <goal>exec</goal>
> >                         </goals>
> >                     </execution>
> >                 </executions>
> >                 <configuration>
> >                     <executable>genInterface.bat</executable>
> >                 </configuration>
> >             </plugin>
> >
> >
> >
> >
> >
> > On 6/8/07, Kaare Nilsen <ka...@kaare-nilsen.com> wrote:
> > >
> > >
> > > On Jun 8, 2007, at 9:43 PM, Jerome Thibaud wrote:
> > >
> > > > Hi All,
> > > > Is there a plugin to generate launch scripts (.bat, .sh, etc.)
> > >
> > > Check http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/
> > >
> > > But just be aware that the latest snapshot is very different from the
> > > released alpha, and there will be (in the somewhat near) future new
> > > documentation and release available
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
> >
> > --
> > ---
> > Thanks,
> > Mick Knutson
> >
> > http://www.baselogic.com
> > http://www.blincmagazine.com
> > http://www.djmick.com
> > http://www.myspace.com/mickknutson
> > http://www.myspace.com/djmick_dot_com
> > http://www.myspace.com/sexybeotches
> > http://www.thumpradio.com
> > ---
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
---
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Re: Is there a plugin to generate launch scripts (.bat, .sh, etc.)

Posted by Wayne Fay <wa...@gmail.com>.
Mick, he said "generate" not "execute". ;-)

Wayne

On 6/8/07, Mick Knutson <mi...@gmail.com> wrote:
> Im doing that now. genInterface.bat is in the root DIR:
>
>
>             <plugin>
>                 <groupId>org.codehaus.mojo</groupId>
>                 <artifactId>exec-maven-plugin</artifactId>
>                 <executions>
>                     <execution>
>                         <phase>generate-sources</phase>
>                         <goals>
>                             <goal>exec</goal>
>                         </goals>
>                     </execution>
>                 </executions>
>                 <configuration>
>                     <executable>genInterface.bat</executable>
>                 </configuration>
>             </plugin>
>
>
>
>
>
> On 6/8/07, Kaare Nilsen <ka...@kaare-nilsen.com> wrote:
> >
> >
> > On Jun 8, 2007, at 9:43 PM, Jerome Thibaud wrote:
> >
> > > Hi All,
> > > Is there a plugin to generate launch scripts (.bat, .sh, etc.)
> >
> > Check http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/
> >
> > But just be aware that the latest snapshot is very different from the
> > released alpha, and there will be (in the somewhat near) future new
> > documentation and release available
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> --
> ---
> Thanks,
> Mick Knutson
>
> http://www.baselogic.com
> http://www.blincmagazine.com
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> http://www.myspace.com/djmick_dot_com
> http://www.myspace.com/sexybeotches
> http://www.thumpradio.com
> ---
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Is there a plugin to generate launch scripts (.bat, .sh, etc.)

Posted by Mick Knutson <mi...@gmail.com>.
Im doing that now. genInterface.bat is in the root DIR:


            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>exec-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>generate-sources</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <executable>genInterface.bat</executable>
                </configuration>
            </plugin>





On 6/8/07, Kaare Nilsen <ka...@kaare-nilsen.com> wrote:
>
>
> On Jun 8, 2007, at 9:43 PM, Jerome Thibaud wrote:
>
> > Hi All,
> > Is there a plugin to generate launch scripts (.bat, .sh, etc.)
>
> Check http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/
>
> But just be aware that the latest snapshot is very different from the
> released alpha, and there will be (in the somewhat near) future new
> documentation and release available
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
---
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Re: Is there a plugin to generate launch scripts (.bat, .sh, etc.)

Posted by Kaare Nilsen <ka...@kaare-nilsen.com>.
On Jun 8, 2007, at 9:43 PM, Jerome Thibaud wrote:

> Hi All,
> Is there a plugin to generate launch scripts (.bat, .sh, etc.)

Check http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/

But just be aware that the latest snapshot is very different from the  
released alpha, and there will be (in the somewhat near) future new  
documentation and release available



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org