Return-Path: Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 76428 invoked from network); 13 Oct 2001 19:56:33 -0000 Received: from relay4.uswest.net (HELO relay2.uswest.net) (63.226.138.12) by daedalus.apache.org with SMTP; 13 Oct 2001 19:56:33 -0000 Received: (qmail 26794 invoked by uid 0); 13 Oct 2001 19:56:38 -0000 Received: from unknown (HELO earthlink.net) (65.100.117.194) by relay2.uswest.net with SMTP; 13 Oct 2001 19:56:38 -0000 Message-ID: <3BC89C6A.5020209@earthlink.net> Date: Sat, 13 Oct 2001 13:56:26 -0600 From: Dmitry Serebrennikov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: lucene-dev@jakarta.apache.org Subject: build.xml still requires anakia Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The latest build.xml works fine with Ant and without the batch files, but it has a classpath statement that fails if anakia is not present. I don't have it and I don't think developers typically need it for just the java part. I'm not well enough versed in Ant to be able to fix the file properly, so I can't offer diffs. Commenting the statement out worked for me but I'm sure there are better ways.