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 42884 - Allow to define in/exclude for compilation
Summary: Allow to define in/exclude for compilation
Status: RESOLVED DUPLICATE of bug 49026
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 12:20 UTC by Milan Kubec
Modified: 2004-11-10 20:24 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 2004-05-06 12:20:09 UTC
Ant allows easily include or exclude files from
compilation. But it's hidden from user in new
buildsys. There should be some UI (similar to jar
creation) to allow to set in/exclude sets for
compilation. If user has part of his source base
in uncompilable state he has to either copy those
files somewhere else or rename them, ...
Comment 1 Martin Matula 2004-11-10 15:36:36 UTC
java/code->java/project
Comment 2 Jesse Glick 2004-11-10 20:24:03 UTC
Not so trivial as setting the includes/excludes list in the build
script, because classpath scanning will not grok it without a rather
more complex API change.

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