This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154795 - Support multiple languages per project
Summary: Support multiple languages per project
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 17:31 UTC by voidmain
Modified: 2008-12-05 17:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description voidmain 2008-12-05 17:31:07 UTC
Currently, NetBeans project configuration, layout and management only supports a single project type. It would be nice
if the project orientation was changed completely so that it is just a project that has different 'facets' attached to
it. You could add the Java, C++ and Groovy facets.

This would be really helpful for me because I have a project that contains source code that has been ported from Java to
C++, C#, Python, Ruby and other languages. Rather than keep these in separate projects, I can use the same project and
run an entire build, test and release from a single location.

Having NetBeans support this model would really help. I realize that it could be a drastic shift, but considering the
increase usage of multiple languages in a single project (polyglot programming), this is something vital for IDEs.
IntelliJ is already and it seems like Eclipse is thinking along the same lines.