From: Eric S. <eri...@at...> - 2004-05-06 16:45:28
|
On Thursday 06 May 2004 08:03, Michel D'Hooge wrote: > BTW, I am looking for the best solution to put these modifications in > Oscar. As Stephane Chomat pointed out, since there is no preprocessor i= n > java, it is quite boring. I was considering using the GNU patch tool to > apply the changes to a given version of Oscar. You might check out the hsqldb project at sf.net. They use what they cal= l=20 'Code Switcher' which manages different versions of Java source code, and= is=20 used to create different builds for different JDKs. It acts as a=20 pre-processor. In this manner, you would have one build script for Oscar= ,=20 which could be used to create builds for multiple JDKs and platforms. Eric |