Hi all,
I have added some classes that I need to Lucene and now I cannot build
PyLucene 4.9.
Everything runs fine inside Eclipse, but when copying the .java files to
the corresponding folders inside the PyLucene source directory and
rebuilding, I get this error:
*C:\NLP\pylucene-4.9.0-0\lucen
Update: never mind, I was placing the files in the wrong folder. Solved!
Thanks,
Daniel
On 15 January 2015 at 17:00, Daniel Duma wrote:
> Hi all,
>
> I have added some classes that I need to Lucene and now I cannot build
> PyLucene 4.9.
>
> Everything runs fine inside Eclipse, but when copying
> On Jan 15, 2015, at 09:31, Daniel Duma wrote:
>
> Update: never mind, I was placing the files in the wrong folder. Solved!
Good, that was going to be my first question since you didn't tell us anything
about your new class(es).
The proper way to add things to lucene and pylucene is to put y
Thanks Andi,
I'd love to do it "the proper way", but I have no idea how to go about
building my own jar files, much less where to put that -jar parameter for
jcc. Is there a tutorial on this somewhere?
Cheers,
Daniel
On 15 January 2015 at 18:01, Andi Vajda wrote:
>
> > On Jan 15, 2015, at 09:3
Hi Daniel,
On Thu, 15 Jan 2015, Daniel Duma wrote:
Thanks Andi,
I'd love to do it "the proper way", but I have no idea how to go about
building my own jar files,
http://docs.oracle.com/javase/tutorial/deployment/jar/build.html
much less where to put that -jar parameter for
jcc. Is there