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 166333 - Use just Level.INFO to report missing Class-Path: ext/something.jar
Summary: Use just Level.INFO to report missing Class-Path: ext/something.jar
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 12:04 UTC by Marian Mirilovic
Modified: 2009-06-11 10:39 UTC (History)
2 users (show)

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 Marian Mirilovic 2009-06-01 12:04:04 UTC
see issue 159093

There are >300 duplicates of exception .... java.io.FileNotFoundException: C:\Program
Files\NetBeans\modules\ext\jmaki\org.json-0.0.2.jar

trunk integration :
http://hg.netbeans.org/ergonomics/rev/2c6e786e457d
Comment 1 Jaroslav Tulach 2009-06-02 10:28:18 UTC
http://hg.netbeans.org/release67/rev/2c6e786e457d
Comment 2 Jesse Glick 2009-06-02 15:36:43 UTC
A complete fix would might a check to the build harness verifying that reported Class-Path extensions really exist.
Usually these are inserted automatically by the harness (from <class-path-extension>) so that this situation cannot
occur. What happened in this case instead and what can we do to prevent it (beyond simply downgrading the exception)?
Comment 3 Jindrich Sedek 2009-06-11 10:39:34 UTC
v.