Re: Building non-core jar-files from lucene sources.

2014-12-02 Thread Robert Muir
If you run ant -p it will print targets and descriptions. you want 'ant compile'. In my opinion the default target should not be 'jar', but print this list of targets instead, just like the top-level build file. On Tue, Dec 2, 2014 at 12:09 PM, Badano Andrea wrote: > Hello, > > When I build luc

Building non-core jar-files from lucene sources.

2014-12-02 Thread Badano Andrea
Hello, When I build lucene from source using these instructions: https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/BUILD.txt I end up with only ./build/core/lucene-core-4.10.2-SNAPSHOT.jar I would like to build lucene-analyzers-common-4.10.2.jar and lucene-queryparser-4.10.2.jar as