Re: [dbutils] Preparing the 1.1 release

2006-11-15 Thread Henri Yandell
Sorry for not reading this before the other reply Nico. I'd definitely be interested in how that works, though would be good to allow the 1.3 certify bit so I can get these releases out :) Hen On 11/14/06, Nicolas DE LOOF [EMAIL PROTECTED] wrote: Sorry, I didn't read the beginning of this

Re: [dbutils] Preparing the 1.1 release

2006-11-15 Thread Nicolas DE LOOF
For compiling targeting java 1.3 runtime - with maven1 : [project.properties] maven.compile.compilerargs = -bootclasspath ${java13.home}/lib/rt.jar maven.compile.source = 1.3 maven.compile.target = 1.3 = You have to set java13.home in your build.properties to your JRE 1.3 : java13.home =

Re: [dbutils] Preparing the 1.1 release

2006-11-14 Thread Dennis Lundberg
Henri Yandell wrote: Ideally I'd want to use Ant to build the dist under 1.3 and then use Maven to generate the site under 1.5. I'd use 1.2, but I'm not setup for that at the moment. In this case, I want to use Maven to do everything under 1.4 and point to the fact that Ant works under 1.3 to

Re: [dbutils] Preparing the 1.1 release

2006-11-14 Thread Nicolas DE LOOF
Sorry, I didn't read the beginning of this thread. Do you want to create an Ant build only to ensure compilation for Java 1.3 runtime ? I'm doing the same with maven by setting the compiler plugin to use JRE 1.3 rt.jar as bootclasspath. I've made some tests to ensure this produces java 1.3