Re: m2: starting a java class

2005-10-20 Thread Roy van der Kuil
HI Jesse,

I am really looking forward to the try the run plugin. If you need any help
testing/coding it please let me know, because this seems like the most
important hurdle to take before moving to maven.
For now I will try to build the execute plugin and see where that brings me
:)

Tanks

On 10/20/05, Jesse McConnell <[EMAIL PROTECTED]> wrote:
>
> that particular plugin isn't available on any mirrors as it is largely a
> bastard child plugin that certain developers have given me a hard time for
> even spawning...so no release on it...
>
> you can checkout mojo and build it yourself if you want to use it in the
> shortterm until the runtime plugin comes out...I ought to have something
> to
> release on the runtime one next week providing I still get my vacation
> time
> :P
>
> mojo.codehaus.org  
> for the mojo package
>
> jesse
>
> On 10/20/05, Roy van der Kuil <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > Thanks for you're fast reply, although I have tried to insert the
> 'plugin'
> > part into my pom.xml's build properties.
> > Whenever I start maven, it complains it cannot find the plugin.
> > Should I add something to my local plugin repository?
> >
> > Thanks for your help,
> > -Roy
> >
> > On 10/19/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> > >
> > > On Wed, 2005-10-19 at 13:42 +0200, Roy van der Kuil wrote:
> > > > Hi All,
> > > >
> > > > We are currently moving (or at least trying too) from ant to maven.
> > > Mostly
> > > > because we'd really like to solve those nasty classpath issues on
> > > different
> > > > systems.
> > > > As for compiling the sources everyting looks very promising (no
> > problems
> > > so
> > > > far), but since we are developing rich client applications (swing)
> I'd
> > > like
> > > > to be able to start my java class from my maven project. We used to
> > have
> > > an
> > > > 'ant run' command and I'd like to know if there is anything similar
> > for
> > > > maven (2.0). I have seen a scope 'runtime' for dependancies but I am
> > not
> > > > quite sure it is used for what I have in mind.
> > >
> > > http://mojo.codehaus.org/maven-execute-plugin/
> > >
> > > > Thanks for your help,
> > > > -Roy
> > > --
> > > jvz.
> > >
> > > Jason van Zyl
> > > jason at maven.org   <
> http://maven.org>
> > > http://maven.apache.org
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
>
> --
> jesse mcconnell
>
>


Re: m2: starting a java class

2005-10-20 Thread Jesse McConnell
that particular plugin isn't available on any mirrors as it is largely a
bastard child plugin that certain developers have given me a hard time for
even spawning...so no release on it...

you can checkout mojo and build it yourself if you want to use it in the
shortterm until the runtime plugin comes out...I ought to have something to
release on the runtime one next week providing I still get my vacation time
:P

mojo.codehaus.org  for the mojo package

jesse

On 10/20/05, Roy van der Kuil <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Thanks for you're fast reply, although I have tried to insert the 'plugin'
> part into my pom.xml's build properties.
> Whenever I start maven, it complains it cannot find the plugin.
> Should I add something to my local plugin repository?
>
> Thanks for your help,
> -Roy
>
> On 10/19/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> >
> > On Wed, 2005-10-19 at 13:42 +0200, Roy van der Kuil wrote:
> > > Hi All,
> > >
> > > We are currently moving (or at least trying too) from ant to maven.
> > Mostly
> > > because we'd really like to solve those nasty classpath issues on
> > different
> > > systems.
> > > As for compiling the sources everyting looks very promising (no
> problems
> > so
> > > far), but since we are developing rich client applications (swing) I'd
> > like
> > > to be able to start my java class from my maven project. We used to
> have
> > an
> > > 'ant run' command and I'd like to know if there is anything similar
> for
> > > maven (2.0). I have seen a scope 'runtime' for dependancies but I am
> not
> > > quite sure it is used for what I have in mind.
> >
> > http://mojo.codehaus.org/maven-execute-plugin/
> >
> > > Thanks for your help,
> > > -Roy
> > --
> > jvz.
> >
> > Jason van Zyl
> > jason at maven.org  
> > http://maven.apache.org
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>


--
jesse mcconnell


Re: m2: starting a java class

2005-10-20 Thread Roy van der Kuil
Hi all,

Thanks for you're fast reply, although I have tried to insert the 'plugin'
part into my pom.xml's build properties.
Whenever I start maven, it complains it cannot find the plugin.
Should I add something to my local plugin repository?

Thanks for your help,
-Roy

On 10/19/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>
> On Wed, 2005-10-19 at 13:42 +0200, Roy van der Kuil wrote:
> > Hi All,
> >
> > We are currently moving (or at least trying too) from ant to maven.
> Mostly
> > because we'd really like to solve those nasty classpath issues on
> different
> > systems.
> > As for compiling the sources everyting looks very promising (no problems
> so
> > far), but since we are developing rich client applications (swing) I'd
> like
> > to be able to start my java class from my maven project. We used to have
> an
> > 'ant run' command and I'd like to know if there is anything similar for
> > maven (2.0). I have seen a scope 'runtime' for dependancies but I am not
> > quite sure it is used for what I have in mind.
>
> http://mojo.codehaus.org/maven-execute-plugin/
>
> > Thanks for your help,
> > -Roy
> --
> jvz.
>
> Jason van Zyl
> jason at maven.org 
> http://maven.apache.org
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: m2: starting a java class

2005-10-19 Thread rks
Is there an equivalent of this for m1.0.2?

Thanks,

Rk
x77309

On Wed, 19 Oct 2005, Jason van Zyl wrote:

> On Wed, 2005-10-19 at 13:42 +0200, Roy van der Kuil wrote:
> > Hi All,
> > 
> > We are currently moving (or at least trying too) from ant to maven. Mostly
> > because we'd really like to solve those nasty classpath issues on different
> > systems.
> > As for compiling the sources everyting looks very promising (no problems so
> > far), but since we are developing rich client applications (swing) I'd like
> > to be able to start my java class from my maven project. We used to have an
> > 'ant run' command and I'd like to know if there is anything similar for
> > maven (2.0). I have seen a scope 'runtime' for dependancies but I am not
> > quite sure it is used for what I have in mind.
> 
> http://mojo.codehaus.org/maven-execute-plugin/
> 
> > Thanks for your help,
> > -Roy
> -- 
> jvz.
> 
> Jason van Zyl
> jason at maven.org
> http://maven.apache.org
> 
> 
> 
> -
> 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]



Re: m2: starting a java class

2005-10-19 Thread Jesse McConnell
and we are working towards replacing that with a more featureful plugin as
described here

http://docs.codehaus.org/display/MAVEN/Maven+Runtime

thoughts and comments are welcome on that, I am working on the most basic
case for it right now.

jesse

On 10/19/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>
> On Wed, 2005-10-19 at 13:42 +0200, Roy van der Kuil wrote:
> > Hi All,
> >
> > We are currently moving (or at least trying too) from ant to maven.
> Mostly
> > because we'd really like to solve those nasty classpath issues on
> different
> > systems.
> > As for compiling the sources everyting looks very promising (no problems
> so
> > far), but since we are developing rich client applications (swing) I'd
> like
> > to be able to start my java class from my maven project. We used to have
> an
> > 'ant run' command and I'd like to know if there is anything similar for
> > maven (2.0). I have seen a scope 'runtime' for dependancies but I am not
> > quite sure it is used for what I have in mind.
>
> http://mojo.codehaus.org/maven-execute-plugin/
>
> > Thanks for your help,
> > -Roy
> --
> jvz.
>
> Jason van Zyl
> jason at maven.org 
> http://maven.apache.org
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
jesse mcconnell


Re: m2: starting a java class

2005-10-19 Thread Jason van Zyl
On Wed, 2005-10-19 at 13:42 +0200, Roy van der Kuil wrote:
> Hi All,
> 
> We are currently moving (or at least trying too) from ant to maven. Mostly
> because we'd really like to solve those nasty classpath issues on different
> systems.
> As for compiling the sources everyting looks very promising (no problems so
> far), but since we are developing rich client applications (swing) I'd like
> to be able to start my java class from my maven project. We used to have an
> 'ant run' command and I'd like to know if there is anything similar for
> maven (2.0). I have seen a scope 'runtime' for dependancies but I am not
> quite sure it is used for what I have in mind.

http://mojo.codehaus.org/maven-execute-plugin/

> Thanks for your help,
> -Roy
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org



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