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 44370 - Cannot build INSANE module on JDK 1.5
Summary: Cannot build INSANE module on JDK 1.5
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2004-06-05 20:31 UTC by Jesse Glick
Modified: 2011-05-25 11:36 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 2004-06-05 20:31:04 UTC
Tries to use Crimson. Don't. Or try to load the
Crimson impl of SAXParserFactory first via
reflection (newInstance + case to SAXPF), and if
that fails for any reason, use SAXPF.newInstance()
instead.

compile-cli:
Created dir:
/space/src/nb_all/performance/insane/build/cliclasses
Compiling 3 source files to
/space/src/nb_all/performance/insane/build/cliclasses
/space/src/nb_all/performance/insane/clisrc/org/netbeans/performance/insane/InsaneParser.java:383:
package org.apache.crimson.parser does not exist
            model = new HeapModel(new
InputSource(name), new
org.apache.crimson.parser.XMLReaderImpl());
                                                 
                                    ^
1 error
Comment 1 Petr Nejedly 2004-06-07 09:17:08 UTC
The InsaneParser class shouldn't be part of the cli module. I'll
remove it.
Comment 2 Petr Nejedly 2004-06-08 11:28:50 UTC
Removed the [parser from the module.
Comment 3 Marian Mirilovic 2005-12-14 16:10:22 UTC
closed