Error building PyLucene with added classes

2015-01-15 Thread Daniel Duma
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

Re: Error building PyLucene with added classes

2015-01-15 Thread Daniel Duma
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

Re: Error building PyLucene with added classes

2015-01-15 Thread Daniel Duma
; 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 t

Re: Error building PyLucene with added classes

2015-01-19 Thread Daniel Duma
Thank you! I will look into it =) Cheers, Daniel On 16 January 2015 at 01:54, Andi Vajda wrote: > > 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 ab