History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12808
Type: New Feature New Feature
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Jo Vandermeeren
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

CLONE -Support for custom resource directory

Created: 18 May 07 13:26   Updated: 23 Oct 07 18:07
Component/s: Compiling Project

Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-15886 Module configuration improvements (2) Resolved

Build: 4,155


 Description  « Hide
There are directory layouts which dictate that resources (e.g. images, configuration files, etc.) and source code files are in different directories (e.g. by Maven). So it would be very helpful if a user could specify for each module (or at least project - e.g. under compiler settings) where the resources are located. These resources should then be copied over to the respective output directory for the classes.

Example (as defined by Maven):

src/main/java : Source code directory
src/main/resources: Resources (e.g. images, configuration files, etc.)
target/classes: Output directory for classes and resources

src/main/test: Source code directory for test classes
src/main/resources: Resources (e.g. images, configuration files, etc.) used for running unit tests
target/test-classes: Output directory for test classes and test resources.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.