RE: [SOLVED] RE: [M2] Intercept the workings of EJB Plugins (was RE: [m2] ant run plugin )

2006-08-09 Thread Peter . Pilgrim
> -Original Message- > From: Pilgrim, Peter ==== > > [install] The EJB plugin now executes agains and installs the EJB-JAR > into the M2 repository. > > Job done. > > I will document this craziness on my blog > http://jroller.com/page/peter_pilgrim > asap because this was too da

[SOLVED] RE: [M2] Intercept the workings of EJB Plugins (was RE: [m2] ant run plugin )

2006-08-08 Thread Peter . Pilgrim
See intermixed > -Original Message- > From: Pilgrim, Peter ==== > > > Hi > > I finally got M2 and Antrun Plugin and the WebSphere ant task > WsEjbDeploy to work successfully. > > I have a question on the M2 maven-ejb-Plugin. I would like to > intercept the EJB plugin after it c

[M2] Intercept the workings of EJB Plugins (was RE: [m2] ant run plugin )

2006-08-08 Thread Peter . Pilgrim
TED] On Behalf Of Lee Meador > Sent: 07 August 2006 21:24 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > maven.compile.classpath would give you the current classpath > for compile. > Look here for a bit more info on related stuff: > http://maven.

Re: [m2] ant run plugin

2006-08-07 Thread Lee Meador
wrote: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador > Sent: 07 August 2006 18:05 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > There is no official list of properties. > Surely there must be certa

Re: [m2] ant run plugin

2006-08-07 Thread Dion Gillard
On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] ==== > > From what I know, it's not a bug in the WAS ant tasks. > > That system property (and many others) are set by > ws_ant.bat|sh and setupCmdLine.bat|sh and

RE: [m2] ant run plugin

2006-08-07 Thread Peter . Pilgrim
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador > Sent: 07 August 2006 18:05 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > There is no official list of properties. > Surely there must be certa

RE: [m2] ant run plugin

2006-08-07 Thread Peter . Pilgrim
> -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] ==== > > From what I know, it's not a bug in the WAS ant tasks. > > That system property (and many others) are set by > ws_ant.bat|sh and setupCmdLine.bat|sh and some tasks rely on > those properties. > So how ar

Re: [m2] ant run plugin

2006-08-07 Thread Lee Meador
t; wrote: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador > Sent: 07 August 2006 16:49 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > I do it like this. I create a websphere classpath and then > use

Re: [m2] ant run plugin

2006-08-07 Thread Dion Gillard
rom: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: 07 August 2006 17:28 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > > > From: [EMAIL PROT

RE: [m2] ant run plugin

2006-08-07 Thread Peter . Pilgrim
> -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: 07 August 2006 17:28 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > -Original

Re: [m2] ant run plugin

2006-08-07 Thread Dion Gillard
On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador > Sent: 07 August 2006 16:49 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > I do it l

RE: [m2] ant run plugin

2006-08-07 Thread LECAN Damien
Damien > -Message d'origine- > De : Frederik Bayart [mailto:[EMAIL PROTECTED] > Envoyé : lundi 7 août 2006 17:53 > À : Maven Users List > Objet : RE: [m2] ant run plugin > > > see http://maven.apache.org/plugins/m

RE: [m2] ant run plugin

2006-08-07 Thread Peter . Pilgrim
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador > Sent: 07 August 2006 16:49 > To: Maven Users List > Subject: Re: [m2] ant run plugin > > I do it like this. I create a websphere classpath and then > use it

RE: [m2] ant run plugin

2006-08-07 Thread Frederik Bayart
see http://maven.apache.org/plugins/maven-antrun-plugin/usage.html -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 8:39 AM To: Maven Users List Subject: Re: [m2] ant run plugin Maven does not

Re: [m2] ant run plugin

2006-08-07 Thread Lee Meador
I do it like this. I create a websphere classpath and then use it in the This example, which I use, sets up things for the websphere end point enabler for use with web services. was.install.root is the folder where websphere is installed. In my case that is c:\Program Files\IBM\WebSphere\AppServ

Re: [m2] ant run plugin

2006-08-07 Thread Wayne Fay
Maven does not invoke Ant from Ant's installed directory. Instead it downloads the Ant libs to the Maven repo and uses them directly. You will need to install your WS lib in the Maven repo and specify it as a on the Ant plugin, so that Maven includes it when running your Ant commands. Wayne On