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

Summary: Cannot build INSANE module on JDK 1.5
Product: ide Reporter: Jesse Glick <jglick>
Component: PerformanceAssignee: Petr Nejedly <pnejedly>
Status: CLOSED FIXED    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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