I'd much rather we build the release with jdk 1.3. There are 1.4 specific methods, e.g. in StringBuffer that mean that code compiled on 1.4 wont necessarily run on 1.3
On 9/2/05, Henning P. Schmiedehausen <[EMAIL PROTECTED]> wrote: > Stephen Colebourne <[EMAIL PROTECTED]> writes: > > >c) The jar file is built on JDK1.4. Is that your target JDK version? If > >your target is lower, then compiling using JDK1.4 can cause issues when > >running with earlier versions. This discussion has occurred before in > >the archives. The chances are that in a component like this, you won't > >be affected, but the risk is present. This point is -0. > > It is built with (in project.properties): > > maven.compile.source=1.3 > maven.compile.target=1.3 > > so that shouldn't be a problem IMHO. (Eric and I did our tests on the > 1.4.2 runtime, though). Thanks for pointing this out, if you advise to > build the release using the 1.3.1 JDK, I will consider looking into > this. > > Regards > Henning > -- > Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH > [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ > > RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire > Linux, Java, perl, Solaris -- Consulting, Training, Development > > 4 - 8 - 15 - 16 - 23 - 42 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://www.multitask.com.au/people/dion/ "You are going to let the fear of poverty govern your life and your reward will be that you will eat, but you will not live." - George Bernard Shaw --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
