From 6c1a86f98246b717779ac51f71bd4b3ec90b02e0 Mon Sep 17 00:00:00 2001 From: vmassol Date: Wed, 9 Jul 2003 10:14:01 +0000 Subject: [PATCH] Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When jboss:start is executed, it causes a NoClassDefFoundError. This was due to the working directory not being an absolute filename. Thanks to Willie Wu. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113630 13f79535-47bb-0310-9956-ffa450edef68 --- jboss/plugin.jelly | 4 ++-- jboss/project.xml | 4 ++++ jboss/xdocs/changes.xml | 7 +++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/jboss/plugin.jelly b/jboss/plugin.jelly index 42c375ab..277f34d0 100644 --- a/jboss/plugin.jelly +++ b/jboss/plugin.jelly @@ -238,8 +238,8 @@ - - + + diff --git a/jboss/project.xml b/jboss/project.xml index bc57969c..6d439556 100644 --- a/jboss/project.xml +++ b/jboss/project.xml @@ -52,6 +52,10 @@ James CE Johnson jcej@tragus.org + + Willie Wu + ctwillie@ust.hk + diff --git a/jboss/xdocs/changes.xml b/jboss/xdocs/changes.xml index b6c2828f..32963bac 100644 --- a/jboss/xdocs/changes.xml +++ b/jboss/xdocs/changes.xml @@ -8,6 +8,13 @@ + + Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When + jboss:start is executed, it causes a + NoClassDefFoundError. This was due to the + working directory not being an absolute filename. Thanks to + Willie Wu. + Copy dependencies using artifact path to allow jar overrides to work