Hi Jeff, What are your pain points? how does your task look like? Do you know you can easily reuse Ant tasks from Buildr? see $ode/tasks/derby.rake for instance.
The learning might feel steep but once you passed that point, you'll see how crazy it is to write Maven plugins. Alexis On Thu, Dec 3, 2009 at 6:37 AM, Jeff Yu <[email protected]> wrote: > +1. > > It really adds a steep learning curve for newcomers to contribute to ODE. I > don't know how long it will take me to write the task to use Hibernate > builtin tool to generate ddl from the JPA's annotation. :-(, wish someone > else could help me on this task. > > -Jeff > > On Thu, Dec 3, 2009 at 9:53 PM, Kurt T Stam <[email protected]> wrote: > > > Tammo van Lessen wrote: > > > >> On 03.12.2009 14:41, Jeff Yu wrote: > >> > >> > >>> Hi Tammo, > >>> > >>> It WORKS great with buildr 1.3.4. ;-) > >>> > >>> Do you know any reason that why I would get 'segmentation fault' > against > >>> JDK1.6? I am seeing this quite frequently, but just for 1.3.5, I > believe > >>> it > >>> is same for buildr 1.2.10 > >>> > >>> > >> > >> No, sorry. I had them a year ago on a linux machine. I though that it > >> was related to the ruby-java bridge, but that's just wild guessing. > >> Using JRuby might help. > >> > >> Tammo > >> > >> > >> > > Yeah I believe the issue is mixing the bit (32/64) versions between ruby > > and java. I have it all working on my machine - and have given it 6 > months > > to get used to - but have to say I'm not a huge fan of using ruby and > > buildr. It's a very fragile setup, and it increases the number of links > in > > the chain. I think 20% of all msgs on the user/dev list are about this > > particular issue.. > > > > my 2 cents > > > > --Kurt > > >
