Re: FileDocument : cannot resolve symbol

2006-07-10 Thread James liu
i fix it...when i "import org.apache.lucene.demo.FileDocument;" and thk u for ur answer. 2006/7/10, Chris Hostetter <[EMAIL PROTECTED]>: : when i try javac Package: org.apache.lucene.demo; : name is IndexFiles.java : : it show me : FileDocument ,error info : cannot resolve symbol : : : how c

Re: FileDocument : cannot resolve symbol

2006-07-10 Thread Chris Hostetter
: when i try javac Package: org.apache.lucene.demo; : name is IndexFiles.java : : it show me : FileDocument ,error info : cannot resolve symbol : : : how can i compile it? The supported method for compiling Lucene is to use the ant build.xml file. If you take a look at the BUILD.txt file you'll

FileDocument : cannot resolve symbol

2006-07-08 Thread James liu
when i try javac Package: org.apache.lucene.demo; name is IndexFiles.java it show me : FileDocument ,error info : cannot resolve symbol how can i compile it?