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 Writing /home/camyhsu/code/bug-submit/buildr/ruby1.9-idea/subproject/ruby1.9-idea-test-subproject-7x.iml Buildr aborted! NoMethodError : undefined method `sort' for "src/test/java":String (See full trace by running task with --trace) $ Is this a known issue? I saw a ticket for ruby 1.9 compatibility. Should I add a comment to that ticket or open a new bug under IDE integration? Cheers, Chiaming Hsu
