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 16005 - Minor problems with default Jikes compiler config
Summary: Minor problems with default Jikes compiler config
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-27 20:11 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
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-27 20:11:26 UTC
[dev sep 26] There are some little problems with the Jikes compiler
setting. (1) It includes {sun.boot.class.path} but there is no
corresponding description in the arguments key. Nor is this path
listed in the Expert tab as a read-only property. (2) Jikes prints
warnings if any member of its classpath is missing. This means that
including {sun.boot.class.path} unmodified is usually annoying,
depending on your JDK configuration: every compilation prints a
warning like:

---%<---
org/netbeans/modules/apisupport/ModuleDataLoader.java [0:0] Warning: The file
"/space/jdk1.3.1/jre/classes" is not a valid directory.
---%<---

The JExternalCompilerGroup.JFormat constructor should remove
nonexistent entries from {sun.boot.class.path} before using it.
Comment 1 Svata Dedic 2001-10-08 13:59:10 UTC
Fixed in trunk.

Comment 2 Jan Becicka 2002-10-22 14:48:21 UTC
None objects to this fix since NB 3.3. Marking 
as verified.
Comment 3 Quality Engineering 2003-07-01 13:19:10 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.