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 64569 - Odd JNLP title for jh.jar
Summary: Odd JNLP title for jh.jar
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 19:50 UTC by Jesse Glick
Modified: 2005-12-06 16:15 UTC (History)
0 users

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 2005-09-16 19:50:50 UTC
When I make a suite app incl. JavaHelp,
org-netbeans-modules-javahelp-ext-jh-2.0_02.jnlp gets created. (I'm not sure why
the jh.jar entry was not simply added to org-netbeans-modules-javahelp.jnlp,
which would seem more natural to me, but anyway...) This JNLP file has

<title>file:/tmp/suite3/dist/jnlp/local/netbeans/</title>

which is quite odd. If the separate JNLP file has to exist, it should have a
reasonable title, such as

<title>jh-2.0_02.jar</title>

or something like this.
Comment 1 Jesse Glick 2005-09-16 20:14:01 UTC
Sorry, forgot that we need a separate *.jnlp due to the separate signature. So,
just consider this a request for a better title.
Comment 2 Jaroslav Tulach 2005-09-19 09:01:26 UTC
cvs -q ci -m "#64569: title for javahelp is now name of the jar file" 
 
Checking in antsrc/org/netbeans/nbbuild/MakeJNLP.java; 
/cvs/nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java,v  <--  MakeJNLP.java 
new revision: 1.7; previous revision: 1.6 
done 
Checking in test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java; 
/cvs/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java,v  <--  
MakeJNLPTest.java 
new revision: 1.7; previous revision: 1.6 
 
Comment 3 pzajac 2005-11-30 10:41:33 UTC
Jardo,
why there are generated two jnlp files for javahelp library?
org-netbeans-modules-javahelp.jar
org-netbeans-modules-javahelp-ext-jh-2.0_02.jar
Comment 4 pzajac 2005-11-30 10:41:48 UTC
Jardo,
why there are generated two jnlp files for javahelp library?
org-netbeans-modules-javahelp.jnlp
org-netbeans-modules-javahelp-ext-jh-2.0_02.jnlp
Comment 5 Jaroslav Tulach 2005-11-30 15:05:36 UTC
See http://installer.netbeans.org/docs/jnlpInstaller.html 
especially "2. JavaHelp case which contains signed extension and as such needs 
separate JNLP file for that" 
Comment 6 pzajac 2005-12-06 16:15:44 UTC
Thanks for explanation. Verified.