On Wed, Feb 2, 2011 at 6:42 PM, Mark David <[email protected]> wrote: > Hey, Lucenesters, > > I’m just getting started developing with Solr/Lucene. I successfully > checked out the code from SVN and built it using “ant”. > > However, the demo page (http://lucene.apache.org/java/3_0_3/demo.html) says > that I should be able to run “ant war-demo”, but there is no target with > that name in the build.xml file, and no war files were generated by my > regular build. >
Hi, are you checking out from our svn trunk? (https://svn.apache.org/repos/asf/lucene/dev/trunk/) ? In this case the demo has moved under lucene/contrib/demo You will find the same ant targets work under that directory. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
