Buildfile: c:\eclipse\workspace\Mozdex\build.xml
init:
compile-core:
[javac] Compiling 141 source files to
C:\eclipse\workspace\Mozdex\build\classes
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\analysis\NutchAnalysis.java:733:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] for (java.util.Enumeration enum =
jj_expentries.elements(); enum.hasMoreElements();) {
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\analysis\NutchAnalysis.java:733:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] for (java.util.Enumeration enum =
jj_expentries.elements(); enum.hasMoreElements();) {
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\analysis\NutchAnalysis.java:734:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] int[] oldentry =
(int[])(enum.nextElement());
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:27:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] public void seek(TermEnum enum) throws
IOException { in.seek(enum); }
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:27:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] public void seek(TermEnum enum) throws
IOException { in.seek(enum); }
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:114:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] public void seek(TermEnum enum) throws
IOException {
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:115:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] super.seek(enum);
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:116:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] termDocs.seek(enum);
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:118:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] byte[] norms =
reader.norms(enum.term().field());
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:122:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] int count = (int)Math.ceil(enum.docFreq()
* FRACTION);
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:123:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] System.out.println("Optimizing " +
enum.term()
[javac] ^
[javac]
C:\eclipse\workspace\Mozdex\src\java\net\nutch\indexer\IndexOptimizer.java:124:
as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as
an identifier)
[javac] + " from " + enum.docFreq()
[javac] ^
[javac] 12 errors
BUILD FAILED:
C:\eclipse\workspace\Mozdex\build.xml:63: Compile
failed; see the compiler error output for details.
Total time: 2 seconds
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers