Buildr idea / idea7x failed on ruby 1.9.x -- String no long has method sort

2011-01-11 Thread Chiaming Hsu
I ran into an issue today where idea / idea7x project generations uses method sort on String. This won't work for ruby 1.9.x: $ buildr idea7x (in /home/camyhsu/code/bug-submit/buildr/ruby1.9-idea, development) Writing /home/camyhsu/code/bug-submit/buildr/ruby1.9-idea/ruby1.9-idea-test-7x.ipr Wr

Re: Buildr idea / idea7x failed on ruby 1.9.x -- String no long has method sort

2011-01-11 Thread Alex Boisvert
Hi Chiaming, Thanks for reporting this. I think it's better open a separate issue. alex On Tue, Jan 11, 2011 at 11:43 AM, Chiaming Hsu wrote: > I ran into an issue today where idea / idea7x project generations uses > method > sort on String. This won't work for ruby 1.9.x: > > $ buildr idea7

Re: Buildr idea / idea7x failed on ruby 1.9.x -- String no long has method sort

2011-01-11 Thread Peter Donald
The idea plugin in trunk has completely rewritten and may or may not suffer from this problem anymore. If you could checkout the latest version of buildr in trunk and try this to see if it is still a problem then that would be muh appreciated. On Wed, Jan 12, 2011 at 6:43 AM, Chiaming Hsu wrote:

Re: Buildr idea / idea7x failed on ruby 1.9.x -- String no long has method sort

2011-01-11 Thread Chiaming Hsu
Message From: Peter Donald To: dev@buildr.apache.org Sent: Tue, January 11, 2011 12:32:01 PM Subject: Re: Buildr idea / idea7x failed on ruby 1.9.x -- String no long has method sort The idea plugin in trunk has completely rewritten and may or may not suffer from this problem anymore. If you could