RE: Problem with was5 plugin

2004-11-11 Thread Oren Berenson
, do I need to set it to use the jdk provided with WebSphere for the was5 plugin to run? Louis M. Burroughs III, OCTO "Oren Berenson" <[EMAIL PROTECTED]>11/11/2004 03:57 AM Please respond to "Maven Users List" To: "Maven Users List" <[EMAI

RE: Problem with was5 plugin

2004-11-11 Thread Oren Berenson
Is your JAVA_HOME set to the ibm jdk? Oren -Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 21:01 To: Maven Users List Subject: Problem with was5 plugin I got this error when trying to invoke a command on the was5 plugin (version 1.2) Any sugg

RE: How to include stubs in ejb-client jar?

2004-10-21 Thread Oren Berenson
Thanks for that. I modified the goal ejb:ejb-client so it copies the stubs into the directory where the jar is build: Oren -Original Message- From: Harald Ommang [mailto:[EMAIL PROTECTED] Sent: 21 October 20

RE: WebSphere 5.0/5.1 Plugin problem

2004-10-20 Thread Oren Berenson
gain. On Thu, 14 Oct 2004 10:14:59 +0100, Oren Berenson <[EMAIL PROTECTED]> wrote: > Before running was5:reinstallApp i need to make sure the server is > running. Can i use was5:serverStatus somehow to conditionally run > was5:startServer? > > Oren > > > >

How to include stubs in ejb-client jar?

2004-10-20 Thread Oren Berenson
Hi, I am using was5:ejbDeploy to generate stubs etc and it work fine with the ejb.jar. I then call ejb:install-client to create the ejb-client jar. The client jar is created with the interfaces only. How can i cause it to include the stubs? I can see out put that indicate rmic is being invoked.

RE: Maven

2004-10-20 Thread Oren Berenson
Set the properties needed and run this after building the jar: Oren -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: 20 October 2004 09:01 To: Maven Users List Subject: RE: Maven Take a look at the uberjar plugin.. it handles creating the classpath... > -Origin

Problem with was5:run-script

2004-10-14 Thread Oren Berenson
ed an ${arg} just before the line and it was the value i defined. I added additional echo for ${context.getVariable(arg)} and it was empty, which mean my script don't get the arg. I changed to and it worked. Why and not ? Oren Berenson Java Developer Morpheus - eBusiness

RE: WebSphere 5.0/5.1 Plugin problem

2004-10-14 Thread Oren Berenson
: WebSphere 5.0/5.1 Plugin problem Not that I know of. The plugin is designed to work with an appserver installation. On Wed, 13 Oct 2004 17:31:59 +0100, Oren Berenson <[EMAIL PROTECTED]> wrote: > Did someone manage deploying to wsad 5.1.2 with the above plugin?

WebSphere 5.0/5.1 Plugin problem

2004-10-13 Thread Oren Berenson
Did someone manage deploying to wsad 5.1.2 with the above plugin? Oren This email and any files transmitted with it contain information that may be confidential or privileged, and are intended solely for the use o

RE: Unversioned artifacts

2004-10-13 Thread Oren Berenson
[mailto:[EMAIL PROTECTED] Sent: 12 October 2004 22:06 To: Oren Berenson Cc: Maven Users List Subject: Re: Unversioned artifacts If you build the war plugin from CVS (checkout maven-plugins/war maven-plugins/plugin-parent, run maven plugin:install in war directory), it has been fixed there. On Tue, 12

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
Do i need to apply the patches of bug MPJAVA-8? If so how do i apply patches? Thanks Oren -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 14:27 To: Oren Berenson Cc: Maven Users List Subject: Re: Unversioned artifacts theoretically

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
Ok, So how can i control the war name in the ear file? Instead of xxx-1.0.war in the ear i need xxx.war. Oren -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 14:13 To: Oren Berenson Cc: Maven Users List Subject: Re: Unversioned artifacts sorry

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
d the resolution to MPARTIFACT-35... a fix is needed in maven-ear-plugin. On Tue, 12 Oct 2004 13:45:35 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I think this is already filed as a bug - MPWAR-31 / MPARTIFACT-35 > > James > > > > -----Original Message---

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
True. I am battling with it now. Oren -Original Message- From: jeff mutonho [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 13:37 To: Maven Users List Subject: Re: Unversioned artifacts >use maven.final.name to force maven to produce artifact with name like ${maven.final.name}.ear Tha

RE: Specify directory for resources in ear

2004-10-11 Thread Oren Berenson
7;t that suppose to be maven.ear.appxml=${basedir}/META-INF/application.xml ? I also specify **/META-INF/** under the "includes" in my EAR subproject's project.xml jeff mutonho --- Oren Berenson <[EMAIL PROTECTED]> wrote: > I want the application.xml to be copied

Specify directory for resources in ear

2004-10-11 Thread Oren Berenson
I want the application.xml to be copied into /META-INF in the ear file. I set the properties as follow: maven.ear.appxml=${basedir}/META-INF maven.ear.src=${basedir}/META-INF maven.ear.resources=${basedir}/META-INF The application.xml is being picked up but it is inserted into the ear

RE: [SPAM] - RE: No goal [ejb:install] - Found word(s) list error in the Text body.

2004-10-11 Thread Oren Berenson
jb:install Regards, Stéphane -Original Message----- From: Oren Berenson [mailto:[EMAIL PROTECTED] Sent: lundi 11 octobre 2004 12:04 To: Maven Users List; Brett Porter Subject: [SPAM] - RE: No goal [ejb:install] - Found word(s) list error in the Text body. This is my

RE: No goal [ejb:install]

2004-10-11 Thread Oren Berenson
Is it correct to use clean like i did? Oren -Original Message- From: Oren Berenson [mailto:[EMAIL PROTECTED] Sent: 11 October 2004 08:54 To: Brett Porter; Maven Users List Subject: RE: No goal [ejb:install] Maven reported it installed. I installed it manually and then got different

RE: No goal [ejb:install]

2004-10-11 Thread Oren Berenson
? Oren -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 09 October 2004 00:18 To: Maven Users List Subject: Re: No goal [ejb:install] does maven --info report it installed? if so, what does maven -P ejb say? Thanks, Brett On Fri, 08 Oct 2004 16:28:57 +0100, Oren

No goal [ejb:install]

2004-10-08 Thread Oren Berenson
? Oren Berenson Java Developer Morpheus - eBusiness Solutions Morpheus Limited, Unit 6, The Courtyard, Eastern Road, Bracknell, Berkshire, RG12 2XB Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: 01344 458188; Fax: 01344 458189 Web: http://www.morpheus.co.uk