RE: JBoss plugin problem with JBoss/Tomcat 3.0.x

2003-07-08 Thread Willie Vu
Attached is a patch to fix the problem. -- Willie Vu > -Original Message- > From: Willie Vu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 7:57 > To: 'Maven Developers List' > Subject: JBoss plugin problem with JBoss/Tomcat 3.0.x > > &g

JBoss plugin problem with JBoss/Tomcat 3.0.x

2003-07-08 Thread Willie Vu
There is a problem with the new modifications, when JBoss 3.0.4/Tomcat 4.1.12 is used. When jboss:start is executed, it causes a NoClassDefFoundError. It has to do with the fact that when JBoss is started, the working directory is not /bin. Here is the exception: [exec] org.jboss.deployment.De

RE: JBoss plugin - new modifications

2003-06-16 Thread Willie Vu
Vincent, Here is my 2 cents. Maven is designed to have one artifact per project. If a project produces more than one artifact, imagine what will happen when 2 artifacts from the same project are referenced as dependencies. foo ejb SNAPSHOT foo ear SNAPSHOT

PATCH: deploy plugin's plugin.jelly

2003-06-05 Thread Willie Vu
-- Willie Vu Index: plugin.jelly === RCS file: /home/cvspublic/maven/src/plugins-build/deploy/plugin.jelly,v retrieving revision 1.6 diff -u -u -r1.6 plugin.jelly --- plugin.jelly3 Jun 2003 05:20:35 - 1.6

[PATCH] ejb plugin.jelly

2003-04-04 Thread Willie Vu
This patch adds the following goals to ejb plugin: ejb:snapshot ejb:deploy ejb:deploy-snapshot ejb:install-snaphost -- Willie Vu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]