----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-05-12/xdoclet.html>
----------------------------------------------------
Buildfile: build.xml
init:
prepare:
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/dist
dist:
init:
build-xjavadoc:
[echo] XJavadoc sources are available. Building xjavadoc...
init:
pretty:
prepare:
[copy] Copying 4 files to /home/rubys/jakarta/xjavadoc/build/src
jjtree:
copy-grammar:
Target is already built - skipping
(/home/rubys/jakarta/xjavadoc/build/src/xjavadoc/nodeparser.jjt)
generate-node-parser:
[javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
[javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
[javacc] Copyright (c) 1997-2000 Metamata, Inc.
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file
/home/rubys/jakarta/xjavadoc/build/src/xjavadoc/nodeparser.jj . . .
[javacc] Warning: Line 267, Column 3: The generated CharStream class cannot handle
16 bit characters. Please set the JAVA_UNICODE_ESCAPE option or the UNICODE_INPUT
option to true so that a CharStream class that can handle 16 bit characters is
generated.
[javacc] Warning: TokenMgrError.java: File is obsolete. Please rename or delete
this file so that a new one can be generated for you.
[javacc] File "ASCII_CharStream.java" does not exist. Will create one.
[javacc] Warning: ParseException.java: File is obsolete. Please rename or delete
this file so that a new one can be generated for you.
[javacc] Warning: Token.java: File is obsolete. Please rename or delete this file
so that a new one can be generated for you.
[javacc] Parser generated with 0 errors and 4 warnings.
generate-simple-parser:
copy-grammar:
[javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
[javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
[javacc] Copyright (c) 1997-2000 Metamata, Inc.
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file
/home/rubys/jakarta/xjavadoc/build/src/xjavadoc/simpleparser.jj . . .
[javacc] Warning: Line 48, Column 3: Bad option name "MULTI". Option setting will
be ignored.
[javacc] Warning: Line 49, Column 3: Bad option name "VISITOR". Option setting
will be ignored.
[javacc] Warning: Line 50, Column 3: Bad option name "NODE_USES_PARSER". Option
setting will be ignored.
[javacc] Warning: Line 270, Column 3: The generated CharStream class cannot handle
16 bit characters. Please set the JAVA_UNICODE_ESCAPE option or the UNICODE_INPUT
option to true so that a CharStream class that can handle 16 bit characters is
generated.
[javacc] Warning: TokenMgrError.java: File is obsolete. Please rename or delete
this file so that a new one can be generated for you.
[javacc] Warning: ParseException.java: File is obsolete. Please rename or delete
this file so that a new one can be generated for you.
[javacc] Parser generated with 0 errors and 7 warnings.
[javacc] Warning: Token.java: File is obsolete. Please rename or delete this file
so that a new one can be generated for you.
generate-parsers:
compile:
[javac] Compiling 11 source files to /home/rubys/jakarta/xjavadoc/build/classes
delete-tests:
[delete] Deleting 4 files from /home/rubys/jakarta/xjavadoc/build/src
[delete] Deleting 4 files from /home/rubys/jakarta/xjavadoc/build/classes
jar:
[jar] Building jar: /home/rubys/jakarta/xdoclet/lib/xjavadoc.jar
prepare:
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/build/src-filtered
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/build/docs
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/build/docs/api
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/dist
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/dist/docs
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/dist/docs/api
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/dist/samples
[mkdir] Created dir: /home/rubys/jakarta/xdoclet/core/dist/lib
beautify:
compile:
[copy] Copying 123 files to /home/rubys/jakarta/xdoclet/core/build/src-filtered
[javac] Compiling 123 source files to
/home/rubys/jakarta/xdoclet/core/build/classes
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/XDocletMain.java:12:
cannot resolve symbol
[javac] symbol : class XJavaDocMain
[javac] location: package ant
[javac] import xjavadoc.ant.XJavaDocMain;
[javac] ^
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/XDocletMain.java:26:
cannot resolve symbol
[javac] symbol : class XJavaDocMain
[javac] location: class xdoclet.XDocletMain
[javac] public class XDocletMain extends XJavaDocMain
[javac] ^
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/DocletTask.java:37:
xdoclet.DocletTask should be declared abstract; it does not define start() in
xjavadoc.ant.XJavadocTask
[javac] public class DocletTask extends XJavadocTask
[javac] ^
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/DocletTask.java:63: cannot
resolve symbol
[javac] symbol : method setClassname (java.lang.String)
[javac] location: class xdoclet.DocletTask
[javac] setClassname( "xdoclet.XDocletMain" );
[javac] ^
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/DocletTask.java:237:
execute() in xdoclet.DocletTask cannot override execute() in
xjavadoc.ant.XJavadocTask; overridden method is final
[javac] public void execute() throws BuildException
[javac] ^
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/DocletTask.java:242:
cannot resolve symbol
[javac] symbol : method save (xdoclet.DocletContext,java.io.File)
[javac] location: class xdoclet.DocletTask
[javac] save( getContext(), _tmpFile );
[javac] ^
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/DocletTask.java:243:
cannot resolve symbol
[javac] symbol : method createArg ()
[javac] location: class xdoclet.DocletTask
[javac] createArg().setValue( _tmpFile.getAbsolutePath() );
[javac] ^
[javac]
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/XDocletMain.java:47:
cannot resolve symbol
[javac] symbol : method loadAndDelete (java.lang.String)
[javac] location: class xdoclet.XDocletMain
[javac] DocletContext dc = ( DocletContext ) loadAndDelete(
args[0] );
[javac] ^
[javac] Note:
/home/rubys/jakarta/xdoclet/core/build/src-filtered/xdoclet/util/XmlValidator.java
uses or overrides a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 8 errors
BUILD FAILED
/home/rubys/jakarta/xdoclet/core/script/build.xml:191: Compile failed; see the
compiler error output for details.
Total time: 1 minute 3 seconds
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel