You shouldn't have to add anything like that. Try taking your new
additions to the
classpath out and executing 'ant clean clean-jars', then 'ant resolve'
then build...

The other possibility is that you have some "odd" jars already in your
classpath, but all the jars you need should be in the Solr checkout, other
than your JDK (which must be 1.6 BTW).

Best
Erick

On Mon, Aug 20, 2012 at 9:28 AM, Itamar Syn-Hershko <[email protected]> wrote:
> Hi there,
>
> I checked out trunk, but can't get it to compile.
>
> I'm getting package / import errors in the following files:
>
> \lucene\tools\src\java\org\apache\lucene\validation\ForbiddenApisCheckTask.java
> \lucene\test-framework\src\java\org\apache\lucene\codecs\asserting\AssertingCodec.java
> \lucene\test-framework\src\java\org\apache\lucene\codecs\asserting\AssertingPostingsFormat.java
> \lucene\test-framework\src\java\org\apache\lucene\codecs\asserting\AssertingTermVectorsFormat.java
>
> Only a few of those errors in ForbiddenApisCheckTask went away when I added
> a classpath config for org.objectweb.asm.* , but still import
> org.objectweb.asm.commons.Method; can't be found.
>
> What am I missing?
>
> Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to