Hi Folks,
hope you had a nice weekend. My Weekend was fine...
I have a probelm using the xdoclet ejb task in maven.xml. The maven log
complains with the following message:
2002-10-21 08:45:27,656 ERROR org.apache.commons.jelly.tags.ant.AntTag -
Can't create a packageSubstitution element under ejbdoclet. Make sure the
jar file containing the corresponding subtask class is on the classpath
specified in the <taskdef> that defined ejbdoclet.
2002-10-21 08:45:27,656 ERROR org.apache.commons.jelly.tags.ant.AntTag -
Can't create a packageSubstitution element under ejbdoclet. Make sure the
jar file containing the corresponding subtask class is on the classpath
specified in the <taskdef> that defined ejbdoclet.
2002-10-21 08:45:27,656 ERROR org.apache.commons.jelly.tags.ant.AntTag -
Can't create a packageSubstitution element under ejbdoclet. Make sure the
jar file containing the corresponding subtask class is on the classpath
specified in the <taskdef> that defined ejbdoclet.
Here are my dependecy (I'using $maven.dependeny.classpath to feed the ant
task):
<dependency>
<id>xdoclet:xjavadoc</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet-xdoclet-module</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet-web-module</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet-ejb-module</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet-jboss-module</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet-apache-module</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet-java-module</id>
<type>required</type>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet:xdoclet-jmx-module</id>
<type>required</type>
<version>1.2</version>
</dependency>
</dependencies>
Any ideas whats missing?
Thx a loooot. :-)
Toby
--
To unsubscribe, e-mail: <mailto:turbine-maven-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-user-help@;jakarta.apache.org>