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 138229 - support for multiple source folders
Summary: support for multiple source folders
Status: RESOLVED DUPLICATE of bug 138228
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 14:38 UTC by minashokry
Modified: 2008-06-25 14:40 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 minashokry 2008-06-25 14:38:40 UTC
netbeans can only see source files exists under source folder "src" but in some cases there is a need for multiple
source folders, for example in case there is a need to put application source files under "src" and unit tests under
"test" folder.
but netbeans can only use folder indicated by property ${src.dir} in nbproject/project.properties file.
Comment 1 Milos Kleint 2008-06-25 14:40:23 UTC

*** This issue has been marked as a duplicate of 138228 ***