Hi Ara,

AA> My bad. It's now fixed.

Now the build fails later:

--- snip ---
C:\Archive\Develop\CVS\xdoclet\script>build dist
Buildfile: build.xml

init:

prepare:

dist:

init:

prepare:

beautify:

compile:

jar:

main:

document:
 [document] Generating Javadoc
 [document] Javadoc execution
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
doc\info\InfoTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\BmpTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\CmpTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\DataObjectTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\EjbRefTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\EjbTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\EntityTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\HomeTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\InterfaceTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\MdbTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\PersistentTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\PkTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\RelationTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\SecurityTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\SessionTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\UtilTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\vendor\JBossTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\vendor\MVCSoftTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\vendor\StrutsFormTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
ejb\tags\vendor\WeblogicRelationTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
jmx\JmxTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\AbstractProgramElementTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\ClassTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\ConfigTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\IdTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\MergeTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\MethodTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\PackageTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\ParameterTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\TagDefTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
tags\TypeTagsHandler.java...
 [document] Loading source file C:\Archive\Develop\CVS\xdoclet\core\src\xdoclet\
web\vendor\webwork\WebWorkTagsHandler.java...
 [document] Constructing Javadoc information...
 [document] Running <documentTags/>
 [document]   Generating output 'namespaces.html' using template file '\xdoclet\
doc\namespaces.j'.
 [document] (TagDefTagsHandler.tagDef            72  ) Class 'null' not found. M
ake sure it's added to XDoclet's classpath.
 [document] javadoc: In doclet class xdoclet.DocletTask$DocletMain,  method star
t has thrown an exception java.lang.reflect.InvocationTargetException
 [document] java.lang.ClassNotFoundException: xdoclet.tags.doc.DocumentationTags
Handler
 [document]     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
 [document]     at java.security.AccessController.doPrivileged(Native Method)
 [document]     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 [document]     at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
 [document]     at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
 [document]     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)

 [document]     at java.lang.Class.forName0(Native Method)
 [document]     at java.lang.Class.forName(Class.java:120)
 [document]     at xdoclet.tags.TagDefTagsHandler.tagDef(TagDefTagsHandler.java:
62)
 [document]     at java.lang.reflect.Method.invoke(Native Method)
 [document]     at xdoclet.template.TemplateEngine.invokeMethod(TemplateEngine.j
ava:743)
 [document]     at xdoclet.template.TemplateEngine.invokeContentMethod(TemplateE
ngine.java:868)
 [document]     at xdoclet.template.TemplateEngine.handleTag(TemplateEngine.java
:433)
 [document]     at xdoclet.template.TemplateEngine.generate(TemplateEngine.java:
313)
 [document]     at xdoclet.template.TemplateEngine.start(TemplateEngine.java:376
)
 [document]     at xdoclet.TemplateSubTask.startEngine(TemplateSubTask.java:432)

 [document]     at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:276
)
 [document]     at xdoclet.doc.DocumentTagsSubTask.execute(DocumentTagsSubTask.j
ava:83)
 [document]     at xdoclet.DocletTask$DocletMain.start(DocletTask.java:403)
 [document]     at java.lang.reflect.Method.invoke(Native Method)
 [document]     at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java
:193)
 [document]     at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:
95)
 [document]     at com.sun.tools.javadoc.Main.main(Main.java:233)
 [document] Running XDoclet failed:
 [document] Class 'null' not found. Make sure it's added to XDoclet's classpath.

 [document] 1 error

BUILD FAILED

C:\Archive\Develop\CVS\xdoclet\core\script\build.xml:159: Javadoc returned 1

Total time: 50 seconds
--- snip ---

so long


Ingo Bruell

---
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg    PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C  953C 8FE7 C648 169E E5FC
Germany      PGP-Public-Key available at pgpkeys.mit.edu



bis dann


Ingo Bruell

---
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg    PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C  953C 8FE7 C648 169E E5FC
Germany      PGP-Public-Key available at pgpkeys.mit.edu



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

Reply via email to