Can someone (gently) enlighten me as to why it is better to build the release binaries using 1.2? IIRC, for 2.0 we tested builds with 1.2, but make the release binaries using 1.4.
If we did then we were wrong. Its not that the bytecode produced will be wrong, but that the base JDK library has changed.
new StringBuffer(StringBufer) was added after JDK1.2, but compiling under 1.4 could link to it. Run the code under 1.2 and you get a NoSuchMethodError.
Basically, just using maven for the site is the way to go.
Stephen
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
