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 156289 - Cannot build javahelp/build.xml#jnlp
Summary: Cannot build javahelp/build.xml#jnlp
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Oleg Barbashov
URL: http://deadlock.netbeans.org/hudson/j...
Keywords:
Depends on:
Blocks: 155111
  Show dependency tree
 
Reported: 2009-01-05 15:14 UTC by Jesse Glick
Modified: 2010-01-11 16:45 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 Jesse Glick 2009-01-05 15:14:50 UTC
Not sure exactly what you are trying to do, but you have corrupted the metadata of the javahelp module.

            <class-path-extension>
                <runtime-relative-path>../apisupport.harness/ext/jsearch-2.0_05.jar</runtime-relative-path>
                <binary-origin>../apisupport.harness/external/jsearch-2.0_05.jar</binary-origin>
            </class-path-extension>

makes no sense: you are not in fact copying jsearch-2.0_05.jar to this absurd location under
platformNNN/apisupport.harness/ext. Delete this section, and if you meant to have jsearch in modules/ext, you need to do
this differently; read through

http://wiki.netbeans.org/ExternalBinaries

and consult with me and/or rmichalsky as needed.
Comment 1 Oleg Barbashov 2009-01-05 20:42:50 UTC
Fixed.
Comment 2 Lukas Hasik 2009-01-06 09:38:24 UTC
please, provide changeset of the fix or use the http://blogs.sun.com/coreqa/entry/automatic_linking_butween_hg_and
thank you
Comment 3 Oleg Barbashov 2009-01-06 12:36:09 UTC
Changesets: 8a989e69bccb, bb8bd6dc21b5, a8badcf70821