Wrapping PDFBox with JCC

2009-02-28 Thread Christian Heimes
Hello! I'm trying to wrap pdfbox with JCC and I run into multiple issues. At first the list of required jars kept on growing. I had to remove two packages and one class to keep the list small. Is there a better way to omit some packages from getting wrapped? --exclude didn't do what I was expectin

Re: Wrapping PDFBox with JCC

2009-02-28 Thread Andi Vajda
On Sat, 28 Feb 2009, Christian Heimes wrote: Once I got the wrappring right I run into another issue. The generated code failed to compile: ... XMLRecordReader.h - ... XMLRecordReader(const XMLRecordReader& obj) : java::lang::Object(obj) {} jboolean bool(const java::lang::St

Re: Wrapping PDFBox with JCC

2009-02-28 Thread Christian Heimes
Andi Vajda schrieb: > > On Sat, 28 Feb 2009, Christian Heimes wrote: > >> Once I got the wrappring right I run into another issue. The generated >> code failed to compile: >> >> ... >> >> >> XMLRecordReader.h >> - >> ... >> XMLRecordReader(const XMLRecordReader& obj) : java::lang:

Re: wrapping template types; neo4j

2009-02-28 Thread Bill Janssen
Andi Vajda wrote: > On Feb 27, 2009, at 19:30, Bill Janssen wrote: > > > Ah, I see hasRelationship is already there. The trick which I was > > missing is that you need to invoke it with a list of RelationshipType > > values, not just a single value. > > Yes, ... becomes an array. > > Andi..

Re: Wrapping PDFBox with JCC

2009-02-28 Thread Christian Heimes
Christian Heimes wrote: > Thanks Andi! Your proposed solution worked like a charm and the file > compiles. However the next file breaks with another error. This time it > didn't help to add "operator" to the list of RES Follow up: Apparently JCC doesn't check the list of RESERVED words when it cre