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 15284

Summary: Use build.sysclasspath=ignore
Product: www Reporter: Jesse Glick <jglick>
Component: Builds & RepositoriesAssignee: Michal Zlamal <mzlamal>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:

Description Jesse Glick 2001-09-08 14:21:15 UTC
For some reason I cannot imagine, nbbuild/build.xml includes the line:

<property name="build.sysclasspath" value="ignore"/>

but it is commented out! Setting it to "ignore" is very valuable as it enforces
good practices in declaring your classpath when compiling. It also permits the
build to work smoothly inside the IDE (or in other unexpected situations).
Currently (after a few fixes) the build should work in this mode. Please turn it
on and leave it on.
Comment 1 Michal Zlamal 2001-09-11 14:35:58 UTC
I removed the comments.