[ 
https://issues.apache.org/jira/browse/BUILDR-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Donald closed BUILDR-630.
-------------------------------

    
> 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
>            Assignee: Antoine Toulme
>             Fix For: 1.4.8
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to