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.

Reply via email to