Bug 834684 - Checkstyle broken when running "buildr eclipse" on F17 after proxy rename
Summary: Checkstyle broken when running "buildr eclipse" on F17 after proxy rename
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Candlepin
Classification: Community
Component: candlepin
Version: 0.9
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Bryan Kearney
QA Contact: Eric Sammons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-22 19:03 UTC by Dennis Crissman
Modified: 2015-05-14 14:53 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-05 13:51:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Dennis Crissman 2012-06-22 19:03:17 UTC
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"

Comment 1 Dmitri Dolguikh 2012-06-23 18:33:49 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.