|
Hey,
I am using Ant version 1.4.1. Here is the error i
get (i tweaked the log4j settings but it didn't give me any more info on this
error, gave me lots of other info though :P)
[ejbdoclet] Running
<deploymentDescriptor/>
[ejbdoclet] Generating EJB deployment descriptor. [ejbdoclet] Running XDoclet failed. [ejbdoclet] <<No such EJB defined: ete/Member>> [ejbdoclet] 1 error [ejbdoclet] javadoc: In doclet class xdoclet.DocletTask$DocletMain, method start has thrown an exception java.lang.refl ect.InvocationTargetException [ejbdoclet] 2 warnings BUILD FAILED
C:\java\ete\build\build.xml:100: Javadoc returned
1
Total time: 44 seconds
C:\java\ete\build>ant -version Ant version 1.4.1 compiled on October 11 2001 This was run on the comand line (Using Windows XP)
with jdk 1.4.0
The exact same thing works if i use jdk
1.3.1_02
Here is the log4j settings i used:
log4j.rootCategory=INFO,
Console
log4j.appender.Console=org.apache.log4j.ConsoleAppender log4j.appender.Console.layout=org.apache.log4j.PatternLayout log4j.appender.Console.layout.ConversionPattern=(%-35c{2} %-4L) %m%n # Uncomment to debug
all
log4j.category.xdoclet=DEBUG # Example: Uncomment to debug all EJB Tasks
only
log4j.category.xdoclet.ejb=DEBUG # Example: Uncomment to debug the class SubTask
only
#log4j.category.xdoclet.SubTask=DEBUG #log4j.category.xdoclet.ejb.tags.RelationTagsHandler=DEBUG #log4j.category.xdoclet.ejb.tags.MethodTagsHandler=DEBUG # Example: Uncomment to debug the tokenizeValue()
method of SubTask
only
#log4j.category.xdoclet.SubTask.tokenizeValue=DEBUG # Uncomment this line if you want to see stack
traces
# Please always do so when you want to report a bug log4j.category.xdoclet.DocletTask=DEBUG log4j.category.xdoclet.DocletTask$DocletMain=DEBUG log4j.category.xdoclet.tags.MethodTagsHandler=DEBUG
I really don't know how to proceed with this as i
don't know how to get more debug info out of it.
Regards,
Johan Isacsson
|
- AW: [Xdoclet-user] Java 1.4 with XDoclet? bwillner
- RE: [Xdoclet-user] Java 1.4 with XDoclet? Johan Isacsson
- RE: [Xdoclet-user] Java 1.4 with XDoclet? Ara Abrahamian
