You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2009/02/26 19:43:01 UTC

[jira] Resolved: (BUILDR-262) build test=no fails when a test class has a dependency on another test class in a different project

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

Alex Boisvert resolved BUILDR-262.
----------------------------------

    Resolution: Invalid

> build test=no fails when a test class has a dependency on another test class in a different project
> ---------------------------------------------------------------------------------------------------
>
>                 Key: BUILDR-262
>                 URL: https://issues.apache.org/jira/browse/BUILDR-262
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.4
>            Reporter: Sean Ahn
>            Priority: Minor
>         Attachments: BUILDR-262.zip
>
>
> When you have:
> project_root - project_A - src - test - class_A
>                     - project_B - src - test - class_B
> define "project_B" do
>     test.with project("project_A")
> test classes for project_A are compiled into its target directory. However, during compiling test classes for project_B, compiler does not resolve project_A's test classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.