Re: [m2] Generating was5 ejb code ?

2006-01-25 Thread Dion Gillard
Be aware that using 'vanilla ant' to run the ws* tasks is not supported by IBM. You need to use the wsant batch/shell script. On 1/25/06, Lee Meador <[EMAIL PROTECTED]> wrote: > In the middle of this code: > > > inputJar="${project.build.directory}/${project.build.finalName}.jar" > worki

Re: [m2] Generating was5 ejb code ?

2006-01-24 Thread Lee Meador
In the middle of this code: you can add a classpath="" or classpathref="" to add references to the various jars that supply the missing classes. I don't know the property that would supply that but suspect there is one (hint, hint) I was doing the same thing for WAS 6 and have maven just ex

RE: [m2] Generating was5 ejb code ?

2006-01-23 Thread Marcel Schutte
Hi Malcolm, Are the EJB classes it is complaining about inside the jar you are trying to generate the deploy code for? I seem to recall that WAS doesn't like it when EJB classes are not directly in the jar but instead are referenced through a manifest classpath entry. Regards, Marcel --- Malcolm

RE: [m2] Generating was5 ejb code ?

2006-01-20 Thread Malcolm Wong Ho
. -Original Message- From: Marcel Schutte [mailto:[EMAIL PROTECTED] Sent: Thu 1/19/2006 10:32 AM To: Maven Users List Subject: Re: [m2] Generating was5 ejb code ? This works for me, but a real plugin would be nicer: In my pom.xml: maven-ejb-plugin true true

RE: [m2] Generating was5 ejb code ?

2006-01-19 Thread Marcel Schutte
I assume you mean the project directory layout. We use the WSAD form with ejbmodule for java sources etcetera. --- Malcolm Wong Ho <[EMAIL PROTECTED]> wrote: > > How do you cope with project structure? do you use M2 or Wsad/RAD > project structure ?

RE: [m2] Generating was5 ejb code ?

2006-01-19 Thread Malcolm Wong Ho
How do you cope with project structure? do you use M2 or Wsad/RAD project structure ? -Original Message- From: Marcel Schutte [mailto:[EMAIL PROTECTED] Sent: Thu 1/19/2006 10:32 AM To: Maven Users List Subject: Re: [m2] Generating was5 ejb code ? This works for me, but a real plugin

Re: [m2] Generating was5 ejb code ?

2006-01-19 Thread Marcel Schutte
This works for me, but a real plugin would be nicer: In my pom.xml: maven-ejb-plugin true true **/persist/ **/*Bean.class maven-antrun-plugin deploycode package

[m2] Generating was5 ejb code ?

2006-01-18 Thread Malcolm Wong Ho
How would i go go about generating was5 ejb code using Maven2 as there is no plugin support for M2 and only for M1 ? DISCLAIMER: This message may contain information which is confidential, private or privileged in nature. If you are not the intended recipient, you may not peruse, use, dissemi