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 - Use build.sysclasspath=ignore
Summary: Use build.sysclasspath=ignore
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-08 14:21 UTC by Jesse Glick
Modified: 2003-12-11 14:13 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.