On Tue, May 20, 2008 at 3:32 AM, Arkadiusz Burdach <[EMAIL PROTECTED]> wrote:
> I have some compilation errors: > > Building ode > rake aborted! > Don't know how to build task > '/home/arkadius/ode/dao-jpa-ojpa-derby/src/main/scripts/license-header.sql' > Don't know how to build task > '/home/arkadius/ode/dao-jpa-ojpa-derby/src/main/descriptors/persistence.derby.xml' > Don't know how to build task > '/home/arkadius/ode/dao-jpa-ojpa-derby/src/main/scripts/simplesched-derby.sql' > ... > > $ cp dao-jpa-db/src/main/descriptors > dao-jpa-ojpa-derby/src/main/descriptors/ > $ cp dao-jpa-db/src/main/scripts dao-jpa-ojpa-derby/src/main/scripts/ > > resolved this. > Ah yes, that must be my last night commit. I renamed the module and forgot to change the build. Should be fixed now. Thanks, Matthieu > > Cheers, > Arek > > --- > Arkadiusz Burdach > http://touk.pl > http://apatrz.org > > > Matthieu Riou wrote: > >> Hi guys, >> >> I've just finished merging everything we had from 1.1 to the trunk and >> fixed >> all the broken test cases. All the tests should pass now. Which doesn't >> mean >> there's no bug in there, just none that we know of :) But it should be >> much >> more stable and functional now. >> >> I still mean to refactor a couple stuff here and there but that's just >> house >> cleaning. If you have some bigger processes on the side, that'd be a good >> time to try them and see if they still work. >> >> Now the main thing I'd like to tackle is backward compatibility with 1.1.x >> and then we'll be in good shape for a major release. >> >> Cheers, >> Matthieu >> >> >> > >
