Hey all,

following a prob with ttf to svg i had to recompile batik with debug=on.

this ends up with two errors (BUILD FAILED) with this file :

org/apache/batik/svggen/ImageCacher.java
line 252 :
        return new ImageCacheEntry(checksum, data, SIGN_POUND + id);
line 378 :
        return new ImageCacheEntry(checksum, imageFile, imageFile.getName());

the error being the same in both cases :

non-static variable this cannot be referenced from a static context.

i'm surprised about that because i'm sure i had been able to compile it with debug off...

best,

Yvon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to