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

2003-07-09 Thread Rafal Krzewski
Willie Vu wrote: Attached is a patch to fix the problem. Please, please post patches to Jira. That makes the life of maintainers a lot easier, and gives you the best chance of getting your patches in. R. - To unsubscribe,

[jira] Created: (MAVEN-557) JBoss plugin problem with JBoss/Tomcat 3.0.x

2003-07-09 Thread jira
: - Key: MAVEN-557 Summary: JBoss plugin problem with JBoss/Tomcat 3.0.x Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-other Versions: 1.0-beta-10

[jira] Closed: (MAVEN-557) JBoss plugin problem with JBoss/Tomcat 3.0.x

2003-07-09 Thread jira
://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-557 Here is an overview of the issue: - Key: MAVEN-557 Summary: JBoss plugin problem with JBoss/Tomcat 3.0.x Type: Bug Status: Closed Priority: Major

[jira] Commented: (MAVEN-557) JBoss plugin problem with JBoss/Tomcat 3.0.x

2003-07-09 Thread jira
://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-557 Here is an overview of the issue: - Key: MAVEN-557 Summary: JBoss plugin problem with JBoss/Tomcat 3.0.x Type: Bug Status: Closed Priority: Major Resolution

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 JBoss Install Directory/bin. Here is the exception: [exec]

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 There is a problem with the new