It's not maven, but you could use classworlds to launch your app. used
by continuum at least, and I use it for running my binary
distributions.
So in the development environment we use exec:java to launch a module,
and in the test and production we use classworlds.. works like a charm

classworlds :http://classworlds.codehaus.org/

/Kaare

On 07/04/06, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> Cause ant is icky... ;-)
>
> -----Original Message-----
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 06, 2006 8:11 PM
> To: Maven Developers List
> Subject: Re: Maven application launcher?
>
> why not use ant:run with java task?
>
> -D
>
>
> On 4/6/06, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> >
> > There is something but it's hosted outside of the maven or mojo domain
>
> > and I can't remember what it's called. Try searching the archives of
> > the user group, I know it was posted there.
> >
> > -----Original Message-----
> > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jochen Kuhnle
> > Sent: Thursday, April 06, 2006 12:55 PM
> > To: dev@maven.apache.org
> > Subject: Maven application launcher?
> >
> > Hi,
> >
> > is there a component that can be used to launch application JARs
> > generated with maven, i.e. that allows me to run "java -jar
> > myapp.jar", which automatically downloads all dependencies, adds them
> > to the classpath and runs the application?
> >
> > Regards,
> > Jochen
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to