RE: "ant test" and contribs

2012-03-26 Thread Steven A Rowe
Check out solr/contrib/analysis-extras/build.xml -Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent: Monday, March 26, 2012 2:14 AM To: solr-user@lucene.apache.org Subject: Re: "ant test" and contribs Ah! It is more complex. There is code and a library jar

Re: "ant test" and contribs

2012-03-25 Thread Lance Norskog
.xml imports lucene/contrib/contrib-build.xml; > and lucene/contrib/contrib-build.xml imports lucene/common-build.xml. > > Simple! > > Steve > > -Original Message- > From: Lance Norskog [mailto:goks...@gmail.com] > Sent: Saturday, March 24, 2012 7:56 PM > To: solr-u

RE: "ant test" and contribs

2012-03-24 Thread Steven A Rowe
To: solr-user Subject: "ant test" and contribs What do I need to add so that a contrib/project/src/test/ directory can find the classes in contrib/project/src/java? I've gotten the ant files to where 'ant test-contrib' works. But 'ant test' fails: it can

"ant test" and contribs

2012-03-24 Thread Lance Norskog
What do I need to add so that a contrib/project/src/test/ directory can find the classes in contrib/project/src/java? I've gotten the ant files to where 'ant test-contrib' works. But 'ant test' fails: it cannot compile the test classes after building the jars for contrib/project. Any hints? -- La