Re: IBM custom project

2008-01-18 Thread Thomas Tardy
They are needed and they are being generated for my EJB project. On Jan 18, 2008 11:55 AM, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > On Jan 18, 2008 12:25 PM, Thomas Tardy <[EMAIL PROTECTED]> wrote: > > > Hello > > > > I'm not using a standalone WAS, I'm using the installation from the RSA7 > > i

Re: IBM custom project

2008-01-18 Thread Jeff Mutonho
On Jan 18, 2008 12:25 PM, Thomas Tardy <[EMAIL PROTECTED]> wrote: > Hello > > I'm not using a standalone WAS, I'm using the installation from the RSA7 > installation. And the property is looking like yours, just applied to the > RSA7 installation structure. I'm not facing any problems with the Win

Re: IBM custom project

2008-01-18 Thread Thomas Tardy
Hello I'm not using a standalone WAS, I'm using the installation from the RSA7 installation. And the property is looking like yours, just applied to the RSA7 installation structure. I'm not facing any problems with the Windows 'Program Files' directory. I have defined the property in my settings.

Re: IBM custom project

2008-01-18 Thread Jeff Mutonho
On Jan 18, 2008 11:43 AM, Thomas Tardy <[EMAIL PROTECTED]> wrote: > Hello, > > I haven't managed to get the example from Peter Pilgrim's blog working. In > the example they use the ant task. The problem I faced was, that you have > to > initialize the runtime with lot of properties and I wasn't fe

Re: IBM custom project

2008-01-18 Thread Thomas Tardy
Hello, I haven't managed to get the example from Peter Pilgrim's blog working. In the example they use the ant task. The problem I faced was, that you have to initialize the runtime with lot of properties and I wasn't feeling like finding all the required properties. Therefore I'm unsing the bat-

Re: IBM custom project

2008-01-17 Thread David J. M. Karlsen
On Wed, 16 Jan 2008, Wendy Smoak wrote: Hmm, I'm running just fine with the IBM jdk from WebSphere 6.1: C:\data\felles\spring-utils>java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20060511 (SR2)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Win

Re: IBM custom project

2008-01-17 Thread Daniele De Francesco
Hi, just a question: what version of WAS have installed? And: have you ever fixed your WAS installation? I had a similar problem with WAS v6.1 until I didn't install the fixpack 6.1.0.7 that solved my specific problem. So if you never ever patched WAS come on and join the club!! :-(( Cheers Dani

Re: IBM custom project

2008-01-17 Thread Jeff Mutonho
On Jan 17, 2008 4:20 PM, Stephen Coy <[EMAIL PROTECTED]> wrote: > > > > > > > > > On Jan 17, 2008 2:47 PM, Stephen Coy <[EMAIL PROTECTED]> wrote: > > > > > > default > >true > > > /Users/steve/servers/IBM/Websphere/AppServer home> > >

Re: IBM custom project

2008-01-17 Thread Stephen Coy
On 18/01/2008, at 12:15 AM, Jeff Mutonho wrote: Hi Steve I decided to take this off the list as it may be very trivial.Thanks for responding to my post. I think that was a failure! Anyway, it all finishes up in Google anyway and possibly helps someone else. On Jan 17, 2008 2:47 PM,

Re: IBM custom project

2008-01-17 Thread Jeff Mutonho
Hi Steve I decided to take this off the list as it may be very trivial.Thanks for responding to my post. On Jan 17, 2008 2:47 PM, Stephen Coy <[EMAIL PROTECTED]> wrote: > Hi, > > Note: > 1. ${was-home} is a property set in the user's settings.xml to suit > May I see how you set this in your set

Re: IBM custom project

2008-01-17 Thread Stephen Coy
Hi, Here is how we invoke the WAS WSDL2Java tool for generating web services. I'm sure that you can use a similar strategy for ejbdeploy: org.codehaus.mojo exec-maven-plugin MyWebServiceWSDL2Java exec

Re: IBM custom project

2008-01-17 Thread Jeff Mutonho
On Jan 17, 2008 9:51 AM, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > > > I've commented everything else in the maven-antrun-plugin and only left with : maven-antrun-plugin verify

Re: IBM custom project

2008-01-16 Thread Jeff Mutonho
On Jan 16, 2008 2:48 PM, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > Hi > > I have a custom IBM project with ejbs ( for the 2.1 spec).I've followed > steps outlined at Peter Pilgrim's blog > (http://www.jroller.com/peter_pilgrim/entry/battling_with_maven_2_integrating > ) and everything seems in or

Re: IBM custom project

2008-01-16 Thread Stuart McCulloch
On 17/01/2008, Jörg Schaible <[EMAIL PROTECTED]> wrote: > > Wendy Smoak wrote: > > > On Jan 16, 2008 6:19 AM, Jörg Schaible > > <[EMAIL PROTECTED]> wrote: > > > >> For whatever reason, Maven 2 does not run on an IBM JDK. > > > > I don't see anything in JIRA about this. > > I always intended to, but

Re: IBM custom project

2008-01-16 Thread David J. M. Karlsen
Stephen Coy wrote: Maven 2.0.4 -> 2.0.8 certainly works on the IBM 1.5 JDK under Windows. I would be really surprised if there were any issues under Linux. We have been using it for more than a year. Cheers, Steve C I've got a m2 plugin which wraps around the ws_ant (generating an ant build

Re: IBM custom project

2008-01-16 Thread Stephen Coy
Maven 2.0.4 -> 2.0.8 certainly works on the IBM 1.5 JDK under Windows. I would be really surprised if there were any issues under Linux. We have been using it for more than a year. Cheers, Steve C On 17/01/2008, at 3:46 AM, Jörg Schaible wrote: Wendy Smoak wrote: On Jan 16, 2008 6:19 AM,

Re: IBM custom project

2008-01-16 Thread Jörg Schaible
Wendy Smoak wrote: > On Jan 16, 2008 6:19 AM, Jörg Schaible > <[EMAIL PROTECTED]> wrote: > >> For whatever reason, Maven 2 does not run on an IBM JDK. > > I don't see anything in JIRA about this. I always intended to, but forgot about it again. > What issues have you run into? http://commons

Re: IBM custom project

2008-01-16 Thread Wendy Smoak
On Jan 16, 2008 6:19 AM, Jörg Schaible <[EMAIL PROTECTED]> wrote: > For whatever reason, Maven 2 does not run on an IBM JDK. I don't see anything in JIRA about this. What issues have you run into? -- Wendy - To unsubscribe, e

Re: IBM custom project

2008-01-16 Thread Jeff Mutonho
On Jan 16, 2008 3:19 PM, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Jeff Mutonho wrote: > > Hi > > > > I have a custom IBM project with ejbs ( for the 2.1 spec).I've > > followed steps outlined at Peter Pilgrim's blog > > (http://www.jroller.com/peter_pilgrim/entry/battling_with_mave > > n_2_integ

RE: IBM custom project

2008-01-16 Thread Jörg Schaible
Jeff Mutonho wrote: > Hi > > I have a custom IBM project with ejbs ( for the 2.1 spec).I've > followed steps outlined at Peter Pilgrim's blog > (http://www.jroller.com/peter_pilgrim/entry/battling_with_mave > n_2_integrating ) and everything seems in order. However when the > maven-antrun-plugin i

Re: IBM custom project

2008-01-16 Thread Jeff Mutonho
I've added the following to my and running this yields : [INFO] [antrun:run {execution: default}] [INFO] Executing tasks [echo] compile classpath: null Could this be the source of the problem? Why isnt my maven.compile.classpathresolving to "null" ? On Jan 16, 2008 2:48 PM, Jeff Mutonh

IBM custom project

2008-01-16 Thread Jeff Mutonho
Hi I have a custom IBM project with ejbs ( for the 2.1 spec).I've followed steps outlined at Peter Pilgrim's blog (http://www.jroller.com/peter_pilgrim/entry/battling_with_maven_2_integrating ) and everything seems in order. However when the maven-antrun-plugin is failing with an error message I'm