Re: lucene and maven2

2006-06-29 Thread Otis Gospodnetic
yxell <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, June 22, 2006 11:52:56 AM Subject: lucene and maven2 what up g. trying to use the lucene-core.2.0.0.jar that is in the maven repository at http://www.ibiblio.org/maven2/org/apache/lucene/lucene-core/2.0.0/ my cl

Re: lucene and maven2

2006-06-22 Thread sfryxell
thats kinda what i was thinking. i'll just upload the correct jar to my companies repository. thanks. On Jun 22, 2006, at 11:43 AM, Chris Hostetter wrote: : http://www.ibiblio.org/maven2/org/apache/lucene/lucene-core/2.0.0/ : : my classes won't compile against this jar as it doesn't contain

Re: lucene and maven2

2006-06-22 Thread Chris Hostetter
: http://www.ibiblio.org/maven2/org/apache/lucene/lucene-core/2.0.0/ : : my classes won't compile against this jar as it doesn't contain any : class files. there is a pom in the manifest directory. I don't know much about maven, but that certainly doesn't look like a valid lucene-core jar. Perha

lucene and maven2

2006-06-22 Thread sfryxell
what up g. trying to use the lucene-core.2.0.0.jar that is in the maven repository at http://www.ibiblio.org/maven2/org/apache/lucene/lucene-core/2.0.0/ my classes won't compile against this jar as it doesn't contain any class files. there is a pom in the manifest directory. was this int