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

2007-06-08 Thread Kaare Nilsen


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-06-08 Thread Mick Knutson

Im doing that now. genInterface.bat is in the root DIR:


   plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIdexec-maven-plugin/artifactId
   executions
   execution
   phasegenerate-sources/phase
   goals
   goalexec/goal
   /goals
   /execution
   /executions
   configuration
   executablegenInterface.bat/executable
   /configuration
   /plugin





On 6/8/07, Kaare Nilsen [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





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

2007-06-08 Thread Wayne Fay

Mick, he said generate not execute. ;-)

Wayne

On 6/8/07, Mick Knutson [EMAIL PROTECTED] wrote:

Im doing that now. genInterface.bat is in the root DIR:


plugin
groupIdorg.codehaus.mojo/groupId
artifactIdexec-maven-plugin/artifactId
executions
execution
phasegenerate-sources/phase
goals
goalexec/goal
/goals
/execution
/executions
configuration
executablegenInterface.bat/executable
/configuration
/plugin





On 6/8/07, Kaare Nilsen [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
---
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-06-08 Thread Mick Knutson

oops. Sorry bout that

On 6/8/07, Wayne Fay [EMAIL PROTECTED] wrote:


Mick, he said generate not execute. ;-)

Wayne

On 6/8/07, Mick Knutson [EMAIL PROTECTED] wrote:
 Im doing that now. genInterface.bat is in the root DIR:


 plugin
 groupIdorg.codehaus.mojo/groupId
 artifactIdexec-maven-plugin/artifactId
 executions
 execution
 phasegenerate-sources/phase
 goals
 goalexec/goal
 /goals
 /execution
 /executions
 configuration
 executablegenInterface.bat/executable
 /configuration
 /plugin





 On 6/8/07, Kaare Nilsen [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 ---
 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





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

2007-06-08 Thread Jerome Thibaud

Thanks for the pointers, I'll be trying it out.

regards

J.T.

On 6/8/07, Mick Knutson [EMAIL PROTECTED] wrote:


oops. Sorry bout that

On 6/8/07, Wayne Fay [EMAIL PROTECTED] wrote:

 Mick, he said generate not execute. ;-)

 Wayne

 On 6/8/07, Mick Knutson [EMAIL PROTECTED] wrote:
  Im doing that now. genInterface.bat is in the root DIR:
 
 
  plugin
  groupIdorg.codehaus.mojo/groupId
  artifactIdexec-maven-plugin/artifactId
  executions
  execution
  phasegenerate-sources/phase
  goals
  goalexec/goal
  /goals
  /execution
  /executions
  configuration
  executablegenInterface.bat/executable
  /configuration
  /plugin
 
 
 
 
 
  On 6/8/07, Kaare Nilsen [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  ---
  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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




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