[ 
https://issues.apache.org/jira/browse/BUILDR-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227130#comment-13227130
 ] 

Hudson commented on BUILDR-630:
-------------------------------

Integrated in Buildr-ci-build #301 (See 
[https://builds.apache.org/job/Buildr-ci-build/301/])
    BUILDR-629 and BUILDR-630  thanks to Russell Teabault
* Change: BUILDR-630 Run task should not add test dependencies (Russell 
Teabeault)
* Change: BUILDR-629 JavaRunner should include target/resources in classpath 
(Russell Teabeault) (Revision 1299410)

     Result = FAILURE
toulmean : 
Files : 
* /buildr/trunk/CHANGELOG
* /buildr/trunk/lib/buildr/core/run.rb
* /buildr/trunk/lib/buildr/run.rb
* /buildr/trunk/spec/core/run_spec.rb

                
> 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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to