Dear signs-team
I get two compilation errors when compiling from SVN. I'm running Eclipse 3.2 on Java 1.6. I'm compiling with Eclipse (not with Ant).
The problem is in the constructor of PrintStream. The code tries to call new PrintStream(File). I've changed it to new PrintStream(FileOutputStream), which fixes the compilation error.
Hope you can integrate this in the official release.
kind regards
Philippe
bugfix for compile error