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
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
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:
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..
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