On Thu, Jan 15, 2009 at 9:49 AM, Henrik Thostrup Jensen <[email protected]> wrote: > 2009/1/15 Assaf Arkin <[email protected]>: >> On Thu, Jan 15, 2009 at 1:38 AM, Henrik Thostrup Jensen >>> >>> Any ideas, before I bow my head, and go back to maven :-(. >> >> Buildr for JRuby. >> >> I had similar issue under Ubuntu, Ruby and JDK 1.6. If I ran a task >> that took a while, say a minute, Buildr would seg fault at some point, >> not always the same point. No such problem with Ruby/1.5 or JRuby/1.6, >> so I would recommend switching to JRuby. > > Switching to JRuby fixed the segfaults, and I now have a working build. > > Is a bit sluggish tough (10 seconds for clean). Is there a way to improve > this?
1.3.4 will cut down the start time, you can give it a try: http://incubator.apache.org/buildr/contributing.html#living_on_the_edge Assaf > > I will find a way to work around the semi-circular dependency for now. > > > -- > - Henrik >
