Now the new dependency to javax.mail causes me trouble: Compiling with
JDK 1.3 fails now because the compiler reports an invalid class
version. The mail jar has been compiled with a JDK > 1.3. So what do
we do?
I'll check if we can use a previous version of javamail compatible with
Java 1.3.
I haven't found a version easily usable by Maven that is compatible with
Java 1.3. The Geronimo jars were compiled with Java 1.4.
We can either use javamail 1.3.3 from Sun (i.e more complex build
instructions) or change the test case to use reflection (it will fail,
but at least it compiles).
Emmanuel Bourg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]