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

Summary: Allow to define in/exclude for compilation
Product: java Reporter: Milan Kubec <mkubec>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***