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

Key: IDEABKL-4907
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Vladislav Kaznacheev
Reporter: Igor Karpov
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

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

Non-Java module type

Created: 09 Aug 06 12:51   Updated: 04 Oct 07 21:02
Component/s: Project Configuration
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-15427 Web module support Resolved
IDEABKL-1135 Non-Java modules Resolved
IDEA-10145 Provide non-Java module type Closed
Relates
 
This issue is related to:
IDEADEV-12326 Module system redesign (Facets) Normal Resolved

Build: 4,153


 Description  « Hide
Quite often a non-java module is needed in the project- a module that would contain just a bunch of files (text files, html, xml..)
As a workaround, I either create a java module and fill "output path" with something like c:\temp, which is quite weird, or attach the path contating the files I want to see and edit in Idea as "content root" to some other module, which is also not exacty what is wanted.

Could Idea have such a module? It's hard to come up with the name, perhaps "Content module"?
It should not have jdks, libraries, source paths, just a bunch of "roots"
That would come in very handy!



 All   Comments   Work Log   Change History      Sort Order:
Vladislav Kaznacheev - 30 Nov 06 15:07
Should be revisited when Facets prove to be convinient.

Most likely to be implemented as "Resource facet"


Igor Karpov - 17 Aug 07 16:00
Or, java could be made a facet? It would be nice to have a module without mention of java, e.g. for a bunch of documentation files, or C sources..