Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When
<code>jboss:start</code> is executed, it causes a
<code>NoClassDefFoundError</code>. 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
This commit is contained in:
parent
dd8b525b47
commit
6c1a86f982
@ -238,8 +238,8 @@
|
||||
<j:choose>
|
||||
|
||||
<j:when test="${isWindows}">
|
||||
<ant:exec dir="${maven.jboss.build.bin.dir}" executable="cmd.exe">
|
||||
<ant:arg line="/c run.bat"/>
|
||||
<ant:exec dir="${maven.jboss.home}/bin" executable="cmd.exe">
|
||||
<ant:arg line="/c ${maven.jboss.build.bin.dir}/run.bat"/>
|
||||
</ant:exec>
|
||||
</j:when>
|
||||
|
||||
|
||||
@ -52,6 +52,10 @@
|
||||
<name>James CE Johnson</name>
|
||||
<email>jcej@tragus.org</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Willie Wu</name>
|
||||
<email>ctwillie@ust.hk</email>
|
||||
</contributor>
|
||||
</contributors>
|
||||
|
||||
<dependencies/>
|
||||
|
||||
@ -8,6 +8,13 @@
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="vmassol" type="fix">
|
||||
Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When
|
||||
<code>jboss:start</code> is executed, it causes a
|
||||
<code>NoClassDefFoundError</code>. This was due to the
|
||||
working directory not being an absolute filename. Thanks to
|
||||
Willie Wu.
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Copy dependencies using artifact path to allow jar overrides to work
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user