To rephrase my previous question, if the
${pom.dependencyClasspath} contains
xdoclet-ejb-module-1.2.jar which contains
xdoclet.modules.ejb.EjbDocletTask, then why do I get
this if my taskdef is like this:
===================================================
<ant:taskdef name="ejbdoclet"
classname="xdoclet.modules.ejb.EjbDocletTask">
<ant:classpath>
<ant:pathelement
path="${pom.dependencyClasspath}"/>
<ant:path
refid="maven.dependency.classpath"/>
</ant:classpath>
</ant:taskdef>
=====================================
C:\temp\eclipse\PlutoApp\modules\everest-module-registration>maven
ejb:install
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.1
build:start:
ejb:init:
java:prepare-filesystem:
java:compile:
[echo] java:compile ${pom.dependencyClasspath}=
C:\Documents and Settings\jm
ucsi/.maven/repository\opcert\jars\everest-module-bedrock-1.0.jar;C:\Documents
a
nd
Settings\jmucsi/.maven/repository\j2ee\jars\j2ee-1.3.1.jar;C:\Documents
and S
ettings\jmucsi/.maven/repository\commons-collections\jars\commons-collections-3.
1.jar;C:\ccviews\USOpCert\source\complib\log4j-1.2.8.jar;C:\Documents
and Settin
gs\jmucsi/.maven/repository\xdoclet\jars\xdoclet-1.2.jar;C:\Documents
and Settin
gs\jmucsi/.maven/repository\xdoclet\jars\xdoclet-xdoclet-module-1.2.jar;C:\Docum
ents and
Settings\jmucsi/.maven/repository\xdoclet\jars\xdoclet-ejb-module-1.2.j
ar;C:\Documents and
Settings\jmucsi/.maven/repository\xdoclet\jars\xdoclet-hiber
nate-module-1.2.jar;C:\Documents and
Settings\jmucsi/.maven/repository\xdoclet\j
ars\xdoclet-jboss-module-1.2.jar;
BUILD FAILED
File......
C:\temp\eclipse\PlutoApp\modules\everest-module-registration\maven.xm
l
Element... ant:taskdef
Line...... 9
Column.... 84
taskdef class xdoclet.modules.ejb.EjbDocletTask cannot
be found
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]