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

Summary: Cannot build javahelp/build.xml#jnlp
Product: platform Reporter: Jesse Glick <jglick>
Component: Help SystemAssignee: Oleg Barbashov <obarbashov>
Status: RESOLVED FIXED    
Severity: blocker CC: rmichalsky
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/2477/testReport/org.netbeans.nbbuild.SubAntJUnitReport/jnlp/_hudson_workdir_jobs_nbms_and_javadoc_workspace_javahelp/
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 155111    

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