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 72337 - Allow to set same cp for source and test packages
Summary: Allow to set same cp for source and test packages
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 65708 114027 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-07 09:59 UTC by Milan Kubec
Modified: 2010-01-11 04:28 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 Milan Kubec 2006-02-07 09:59:16 UTC
[release50]

Java freeform project assumes that if user specifies source packages folder and
test packges folder that s/he also has different classpaths for those source
roots - it's not possible to uncheck "Separate Classpath for each Source package
folder" - the checkbox is disabled. But there are projects that defines only one
classpath for every compilations, so it would be easier to share the classpath
definition even for test folders. The checkbox might be checked by default but
not disabled.
Comment 1 Milan Kubec 2008-10-21 14:07:04 UTC
*** Issue 114027 has been marked as a duplicate of this issue. ***
Comment 2 Milan Kubec 2008-10-31 14:39:44 UTC
I found out that the checkbox called 'Separate Classpath for each Source package folder' is in fact about compilation
units, not really about classpath and it's enabled if there are couple of source folders that can be grouped into one
compilation unit. So if we change the behavior to allow even test source folders use the same classpath then semantics
of the checkbox will change, because in that case even source roots that were included in one compilation unit would
have to be in separate CU.
Comment 3 Milan Kubec 2008-11-21 11:05:46 UTC
*** Issue 65708 has been marked as a duplicate of this issue. ***
Comment 4 Antonin Nebuzelsky 2010-01-11 04:28:46 UTC
Changing the default component owner to tzezula.