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 - Compiling module does not work
Summary: Compiling module does not work
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-08 14:22 UTC by srg
Modified: 2007-11-20 21:38 UTC (History)
1 user (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 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.