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 118101

Summary: Compiling module does not work
Product: apisupport Reporter: srg <srg>
Component: HarnessAssignee: Jesse Glick <jglick>
Status: RESOLVED INVALID    
Severity: blocker CC: rvojta
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description srg 2007-10-08 14:22:43 UTC
With the OpenOffice.org plugin for NetBeans, compiling does not work, the line

jhall.jar=/nb-installation/netbeans-6.0beta1/harness/jsearch-2.0_04.jar

must be added to private.properties. 
I remember something similar issue from previous 5.* version of NetBeans.
Comment 1 Jesse Glick 2007-10-10 00:01:21 UTC
Perhaps you are using the 5.0 build harness? Open NetBeans Platform Manager, find the platform set as the target for
your module, and make sure you select Harness supplied with IDE in the Harness tab.
Comment 2 rvojta 2007-11-20 20:56:49 UTC
I tried this, 'Harness supplied with IDE' in the Harness tab selected, but still doesn't work until I add the line from
comment #1.
Comment 3 Jesse Glick 2007-11-20 21:38:04 UTC
Might be some override in the OO.o plugin's build scripts, etc. As far as I know it works fine for newly created modules.