[jira] [Commented] (PROTON-550) Ruby tests fail if dependencies are missing

2014-04-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13965676#comment-13965676
 ] 

ASF subversion and git services commented on PROTON-550:


Commit 1586400 from mcpie...@apache.org in branch 'proton/trunk'
[ https://svn.apache.org/r1586400 ]

PROTON-550: Fail build if Ruby is enabled but missing dependencies.

Now, instead of just stating that a dependency is missing, CMake will
fail if it's trying to build Ruby but any dependency is missing.

 Ruby tests fail if dependencies are missing
 ---

 Key: PROTON-550
 URL: https://issues.apache.org/jira/browse/PROTON-550
 Project: Qpid Proton
  Issue Type: Bug
  Components: ruby-binding
Affects Versions: 0.7
 Environment: Fedora 19, x86-64
Reporter: Justin Ross
Assignee: Darryl L. Pierce

 The ruby tests fail (that is, they do not opt out) if I don't have rspec and 
 simplecov installed.
 On Fedora, I had to install rubygem-rspec and rubygem-simplecov.
 These deps, if missing, should produce warnings in the initial cmake output.  
 If missing, the tests should be skipped.  Finally, rspec and simplecov should 
 be listed in the README with minitest.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (PROTON-550) Ruby tests fail if dependencies are missing

2014-03-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13955649#comment-13955649
 ] 

ASF subversion and git services commented on PROTON-550:


Commit 1583443 from [~mcpierce] in branch 'proton/trunk'
[ https://svn.apache.org/r1583443 ]

PROTON-550: Add check for Ruby gem dependencies for tests.

If these dependencies are missing then raise a warning message during
the CMake generation process.

 Ruby tests fail if dependencies are missing
 ---

 Key: PROTON-550
 URL: https://issues.apache.org/jira/browse/PROTON-550
 Project: Qpid Proton
  Issue Type: Bug
  Components: ruby-binding
Affects Versions: 0.7
 Environment: Fedora 19, x86-64
Reporter: Justin Ross
Assignee: Darryl L. Pierce

 The ruby tests fail (that is, they do not opt out) if I don't have rspec and 
 simplecov installed.
 On Fedora, I had to install rubygem-rspec and rubygem-simplecov.
 These deps, if missing, should produce warnings in the initial cmake output.  
 If missing, the tests should be skipped.  Finally, rspec and simplecov should 
 be listed in the README with minitest.



--
This message was sent by Atlassian JIRA
(v6.2#6252)