Description of problem: Running "buildr eclipse" on F17 produces error, even though earlier versions of candlepin builds just fine. Version-Release number of selected component (if applicable): head of master How reproducible: Every time Steps to Reproduce: 1. pull down git repo on f17 with installed dependencies 2. execute "buildr eclipse" Actual results: [dcrissman@dcrissman candlepin]$ buildr eclipse /usr/local/share/gems/gems/buildr-1.4.7/lib/buildr/core/application.rb:596: Use RbConfig instead of obsolete and deprecated Config. /usr/share/rubygems/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead. (in /home/dcrissman/git/candlepin, development) Buildr aborted! LoadError : cannot load such file -- buildr/java /home/dcrissman/git/candlepin/buildfile:117:in `<top (required)>' /usr/local/share/gems/gems/buildr-1.4.7/lib/buildr/core/application.rb:416:in `raw_load_buildfile' /usr/local/share/gems/gems/buildr-1.4.7/lib/buildr/core/application.rb:224:in `block in load_buildfile' /usr/local/share/gems/gems/buildr-1.4.7/lib/buildr/core/application.rb:219:in `load_buildfile' (See full trace by running task with --trace) Expected results: Build to complete successfully. Additional info: I was able to get the build to work this way: "nocheckstyle=1 buildr eclipse"
this is an issue with buildr 1.4.7. 1.4.6 appears to be working fine. As a side note, I think buildr 1.4.7 provides its own version of checkstyle - will confirm that.