Core and JDK 1.3

2006-03-07 Thread Sean Schofield
Dennis mentioned that we are not using JDK 1.3 compile option on the core branch. Can someone fix this and test? I will do one last build tonight. Sean

Re: Core and JDK 1.3

2006-03-07 Thread Mario Ivankovits
Hi Sean! Dennis mentioned that we are not using JDK 1.3 compile option on the core branch. Its not only to set the target/source options, but also to a) set the bootclasspath for the compiler to the jdk1.3 libraries - see: http://jroller.com/page/scolebourne?entry=compiling_for_older_jdks and

Re: Core and JDK 1.3

2006-03-07 Thread Sean Schofield
I believe the core is already compiled using: plugins plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.3/source target1.3/target /configuration /plugin /plugins This plugin is configured in the master pom. I

Re: Core and JDK 1.3

2006-03-07 Thread Dennis Byrne
Weird, the manifest said jdk 1.4 though. Dennis Byrne -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 7, 2006 03:37 PM To: 'MyFaces Development' Subject: Re: Core and JDK 1.3 I believe the core is already compiled using: plugins plugin

Re: Core and JDK 1.3

2006-03-07 Thread Simon Kitching
On Tue, 2006-03-07 at 20:56 +, Dennis Byrne wrote: Weird, the manifest said jdk 1.4 though. Dennis Byrne -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 7, 2006 03:37 PM To: 'MyFaces Development' Subject: Re: Core and JDK 1.3 I

Re: Core and JDK 1.3

2006-03-07 Thread Sean Schofield
. Dennis Byrne -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 7, 2006 03:37 PM To: 'MyFaces Development' Subject: Re: Core and JDK 1.3 I believe the core is already compiled using: plugins plugin artifactIdmaven