ISSUE 1

I'm having problem with an error somewhere but I can not find out where. 
The big problem is that the <ejbdoclet> task fails in our build script.

<ejbdoclet> says:   3 errors and 50 warnings  and nothing more

The previous output is full of the normal "Reference not found". About 50 
of them, all normal for the ejbdoclet build, but there are nothing that 
looks like an error. Running ant with -verbose just gives more noise. No 
more information. Not very helpful IMHO.

This is in version ~1.1.2.


ISSUE 2

I've seen that webdoclet uses log4j. To get further along in finding the 
errors in ISSUE 1 I thought I could maybe enable log4j in <webdoclet>. Am I 
correct? So, how do I enable log4j in <webdoclet>? I've been looking around 
on xdoclet.sourceforge.net without finding any useful information. log4j's 
web page has some documentation but I don't know how to integrate the 
property setting with ant.


ISSUE 3.

I tried to build XDoclet from CVS. I didn't found any documentation besides 
how to check out. I pulled, cd'ed into script and ran ./build.sh.

This gave these errors
beautify:

compile:
      [copy] Copying 123 files to /home/brada/xdoclet/core/build/src-filtered
     [javac] Compiling 123 source files to 
/home/brada/xdoclet/core/build/classes
     [javac] 
/home/brada/xdoclet/core/build/src-filtered/xdoclet/XDocletTagSupport.java:15: 
cannot resolve symbol
     [javac] symbol  : class XClass
     [javac] location: package xjavadoc
     [javac] import xjavadoc.XClass;
     [javac]                 ^
     [javac] 
/home/brada/xdoclet/core/build/src-filtered/xdoclet/XDocletTagSupport.java:16: 
cannot resolve symbol
     [javac] symbol  : class XDoc
     [javac] location: package xjavadoc
     [javac] import xjavadoc.XDoc;
     [javac]                 ^
     [javac] 
/home/brada/xdoclet/core/build/src-filtered/xdoclet/XDocletTagSupport.java:17: 
cannot resolve symbol
     [javac] symbol  : class XField
     [javac] location: package xjavadoc
     [javac] import xjavadoc.XField;
.....
sFormSubTask.java:46: cannot resolve symbol
     [javac] symbol  : class XTag
     [javac] location: class xdoclet.ejb.vendor.StrutsFormSubTask
     [javac]     protected XTag currentFormTag;
     [javac]                   ^
     [javac] 
/home/brada/xdoclet/core/build/src-filtered/xdoclet/ejb/vendor/StrutsFormSubTask.java:75:
 
cannot resolve symbol
     [javac] symbol  : class XTag
     [javac] location: class xdoclet.ejb.vendor.StrutsFormSubTask
     [javac]     public void setCurrentFormTag(XTag t) {
     [javac]                                       ^
     [javac] Note: 
/home/brada/xdoclet/core/build/src-filtered/xdoclet/util/XmlValidator.java 
uses or overrides a deprecated API.
     [javac] Note: Recompile with -deprecation for details.
     [javac] 100 errors

BUILD FAILED

/home/brada/xdoclet/core/script/build.xml:191: Compile failed, messages 
should have been provided.


I figure xjavadoc is missing. So what is I supposed to do to get it to build?

/Daniel


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to