You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2011/06/22 12:10:53 UTC

[jira] [Closed] (BUILDR-365) test task should use the test compile dependencies

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

Peter Donald closed BUILDR-365.
-------------------------------


> test task should use the test compile dependencies
> --------------------------------------------------
>
>                 Key: BUILDR-365
>                 URL: https://issues.apache.org/jira/browse/BUILDR-365
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.5
>            Reporter: Alex Boisvert
>            Assignee: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.4
>
>
> The current spec,
> describe Buildr::TestTask do 
>   ...
>   it 'should not use the test compile dependencies' do
>     define('foo') { test.compile.using(:javac).with 'group:id:jar:1.0' }
>     project('foo').test.dependencies.should_not include(artifact('group:id:jar:1.0'))
>   end
>   ...
> end
> is invalid.  I raised this on the mailing list some time ago http://markmail.org/message/h5i672ko2nup27bw but haven't gotten material responses so I'm fixing it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira