Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 66456 invoked from network); 10 Jul 2006 08:08:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 08:08:42 -0000 Received: (qmail 57714 invoked by uid 500); 10 Jul 2006 08:08:35 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 57671 invoked by uid 500); 10 Jul 2006 08:08:35 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 57660 invoked by uid 99); 10 Jul 2006 08:08:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 01:08:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 01:08:34 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 648155B779; Mon, 10 Jul 2006 01:08:11 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 580BB7F403 for ; Mon, 10 Jul 2006 01:08:11 -0700 (PDT) Date: Mon, 10 Jul 2006 01:08:11 -0700 (PDT) From: Chris Hostetter To: java-user@lucene.apache.org Subject: Re: FileDocument : cannot resolve symbol In-Reply-To: <5d5204510607082050s5ca5b376gb69088492d506b65@mail.gmail.com> Message-ID: References: <5d5204510607082050s5ca5b376gb69088492d506b65@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : 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 find more information. If you run ant "package-zip" and still get compilation errors, please mail the complete error message and someone will probably be ablt to help you. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org