I am trying to compile demo using ant but I get the messages below. Am I
doing something wrong?
C:\lucene>ant demo
Buildfile: build.xml
init:
javacc_check:
compile:
[javac] Compiling 7 source files to C:\lucene\ant.build\classes
[javac] C:\lucene\ant.build\src\HTMLParser.java:64: cannot resolve
symbol
[javac] symbol : class ParserThread
[javac] location: class demo.HTMLParser.HTMLParser
[javac] Thread thread = new ParserThread(this);
[javac] ^
[javac] C:\lucene\ant.build\src\HTMLParser.java:158: cannot resolve
symbol
[javac] symbol : variable Entities
[javac] location: class demo.HTMLParser.HTMLParser
[javac] addText(Entities.decode(t.image));
afterTag = false;
[javac] ^
[javac] 2 errors
BUILD FAILED
C:\lucene\build.xml:161: Compile failed, messages should have been provided.
Total time: 2 seconds
C:\lucene>
_______________________________________________
Lucene-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/lucene-dev