Run task should not add test dependencies
-----------------------------------------
Key: BUILDR-630
URL: https://issues.apache.org/jira/browse/BUILDR-630
Project: Buildr
Issue Type: Bug
Components: Core features
Affects Versions: 1.4.6, 1.4.7
Reporter: Russell Teabeault
Your running application should not depend on test classes or test
dependencies. If it does then I would say you have problems.
The following should be removed from buildr/run.rb:
after_define(:run => :test) do |project|
project.run.with project.test.compile.dependencies
project.run.with project.test.compile.target if project.test.compile.target
end
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira