hi everybody,
I figured it out. the problem was that I was using a "custom" jar to
deploy this along with other libs that I use in my application. so at
the end of my build.xml I create a jar file with all the required libs.
the problem was that I was adding lucene-core.jar with a filter of
includes="**/*.class" and I guess there are some required files there
that I was missing. removing that filter fixed the problem
<zipfileset src="${file.reference.lucene-core.jar}"/>
thanks everyone,
Igal
On 1/9/2013 2:12 AM, Igal Sapir wrote:
>
> Thanks, I'll do that.
>
> p.s. -- that was http://getrailo.org -- 'auto-correct' messed it up ;-)
>
> --
> typos, misspels, and other weird words brought to you courtesy of my
> mobile device.
>
> On Jan 9, 2013 2:08 AM, "Nick Burch" <apache@gagravarr.org
> <mailto:apache@gagravarr.org>> wrote:
>
> On Wed, 9 Jan 2013, Igal Sapir wrote:
>
> The syntax is CFML / CFScript (ColdFusion Script). Railo is
> an open
> source, high performance, ColdFusion server. http://getrailo.arg/
>
> I will re-download the Lucene jars and try again. I'll let
> you know what I find.
>
>
> It may be worth double-checking that you don't have any older
> lucene jars kicking around your classpath confusing things. I've
> not used CF in a while, but when I last did we'd often get caught
> out by an old version of a jar we were introducing already being
> shipped with CF. You can fairly easily (via the classloader +
> getresource) work out which jar a given class file is coming from,
> you should use that to verify it's the jar you were expecting!
>
> Nick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> <mailto:java-user-unsubscribe@lucene.apache.org>
> For additional commands, e-mail: java-user-help@lucene.apache.org
> <mailto:java-user-help@lucene.apache.org>
>
|