You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Assaf Arkin (JIRA)" <ji...@apache.org> on 2008/07/01 05:15:44 UTC

[jira] Resolved: (BUILDR-92) IDEA 7x: add resources directories to classpath

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

Assaf Arkin resolved BUILDR-92.
-------------------------------

    Resolution: Fixed

> IDEA 7x: add resources directories to classpath
> -----------------------------------------------
>
>                 Key: BUILDR-92
>                 URL: https://issues.apache.org/jira/browse/BUILDR-92
>             Project: Buildr
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Alexis Midon
>             Fix For: 1.3.2
>
>         Attachments: BUILDR-92.patch.txt
>
>
> Since Buildr 1.3, resources are no longer merged with classes into the target/classes directory.
> They now have their own target dir: target/resources, target/test/resources.
> However IDEA doe snot support multiple output directories, which means that only target/classes and target/test/classes are included in "Run/Test configurations".
> Resources are ignored, and not added in the classpath.  Thus Run/Tests fail.
> The fix is to add target/resources, target/test/resources as module dependencies in the module definition file.

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