Ok, I'm trying to build xDoclet from scratch, I'm using java 1.3.1, ant 1.6.1 and the source for xDoclet version 1.2.1, I get the follow error:

xdoclet-xml:

[echo] C:\xdoclet-1.2.1\lib\bsf.jar;C:\xdoclet-1.2.1\lib\commons-collections-2.0.jar;C:\xdoclet-1.2.1\lib\commons-logging.jar;

C:\xdoclet-1.2.1\lib\junit.jar;C:\xdoclet-1.2.1\lib\log4j.jar;C:\xdoclet-1.2.1\lib\mockobjects-core-0.07.jar;C:\xdoclet-1.2.1\lib\p

rettyprinter.jar;C:\xdoclet-1.2.1\lib\velocity-1.3.1.jar;C:\xdoclet-1.2.1\lib\xalan.jar;C:\xdoclet-1.2.1\lib\xjavadoc-1.0.3.jar;C:\

xdoclet-1.2.1\lib\xml-apis.jar;C:\xdoclet-1.2.1\modules\build\xdoclet\classes;C:\xdoclet-1.2.1\modules\xdoclet\src;C:\xdoclet-1.2.1

\core\build\classes

[mkdir] Created dir: C:\xdoclet-1.2.1\modules\build\xdoclet\classes\META-INF

[xdoclet] [INFO] start - -RUNNING_TASKNAME arguments: [Ljava.lang.String;@23a559

[xdoclet] [INFO] engineStarted - -GENERATING_TEMPLATE_OUTPUT_SINGLE_FILE arguments: [Ljava.lang.String;@7c804b

[xdoclet] WARNING: Some classes refer to other classes that were not found among the sources or on the classpath.

[xdoclet] (Perhaps the referred class doesn't exist? Hasn't been generated yet?)

[xdoclet] The referring classes do not import any fully qualified classes matching these classes.

[xdoclet] Since at least one package is imported, it is impossible for xjavadoc to figure out

[xdoclet] what package the referred classes belong to. The classes are:

[xdoclet] C:\xdoclet-1.2.1\modules\xdoclet\src\xdoclet\modules\util\CollectionTagsHandler.java --> XDocletTagSupport qualified to

xdoclet.modules.util.XDocletTagSupport

externalizer:

[echo] Copying resources...

[copy] Copying 3 files to C:\xdoclet-1.2.1\target\l10n

[echo] Generating message bundle files for module...

BUILD FAILED

C:\xdoclet-1.2.1\build.xml:55: Following error occured while executing this line

C:\xdoclet-1.2.1\core\build.xml:207: Following error occured while executing this line

C:\xdoclet-1.2.1\modules\modules-common.ent:175: CREATE_TASK_ERROR arguments: [Ljava.lang.String;@3529d6

Reply via email to