No problem. I bet you'll love buildr! The whole ODE build has gone to only 500 lines and it's been working very reliably so far.
On 5/2/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
Thanks Mattheiu ! I need to find some time to look at ruby / rake / buildr ;-) On 5/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: mriou > Date: Wed May 2 08:25:16 2007 > New Revision: 534513 > > URL: http://svn.apache.org/viewvc?view=rev&rev=534513 > Log: > Forcing OpenJPA version until Buildr upgrades. > > Modified: > incubator/ode/trunk/Rakefile > > Modified: incubator/ode/trunk/Rakefile > URL: > http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=534513&r1=534512&r2=534513 > > ============================================================================== > --- incubator/ode/trunk/Rakefile (original) > +++ incubator/ode/trunk/Rakefile Wed May 2 08:25:16 2007 > @@ -5,6 +5,12 @@ > require "buildr/javacc" > require "buildr/jetty" > > +module Buildr > + module OpenJPA > + VERSION = "0.9.7-incubating" > + end > +end > + > # Keep this structure to allow the build system to update version numbers. > VERSION_NUMBER = "1.0-RC2-incubating-SNAPSHOT" > NEXT_VERSION = "1.0-RC2-incubating" > > > -- Cheers, Guillaume Nodet ------------------------ Principal Engineer, IONA Blog: http://gnodet.blogspot.com/
