The jSyncManager Team today tested the jSyncManager with the new Java 1.5 compiler and runtime.
Due to a change in the reserved keywords in Java 1.5 from provious versions, the jSyncManager source file "PopMail.java" will fail to compile unless one of the following conditions is met:
0) You specify "-source=1.4" int he javac command line,
1) You update your sources to the latest CVS revision, where this issue has been fixed.
Note you may also be required to change the target VM in the jSyncManager Ant build script. Specifically, you'll probably need to change the "compile.core" targets "target" attribute from "1.3" to "1.5" prior to compilation.
Otherwise, the jSyncManager has been found to compile correctly under Java 1.5. A basic sanity runtime test also seems to show that the jSyncManager will run correctly on this new platform, however additional testing is required to ensure this is the case.