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 63098 - ${netbeans.buildnumber} == null in JNLP mode
Summary: ${netbeans.buildnumber} == null in JNLP mode
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 19:37 UTC by Jesse Glick
Modified: 2005-12-06 16:24 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-08-25 19:37:17 UTC
When I run an app under JNLP, netbeans.buildnumber is apparently not defined.
Not sure why. E.g.

  Product Version       = Zoo Lieu? null

yet

	org.netbeans.core/2 [3.0.0.1 050824]

is right.

Shows "null" in main window title and in About dialog, so it's pretty visible.
Comment 1 Jaroslav Tulach 2005-08-26 08:20:54 UTC
It is not null anymore: 
 
cvs -q ci -m "#63098: JNLP does not have dynamic classpath and as such we need 
to search for the impl version in regular classpath" 
Checking in src/org/netbeans/Main.java; 
/cvs/core/bootstrap/src/org/netbeans/Main.java,v  <--  Main.java 
new revision: 1.28; previous revision: 1.27 
Comment 2 pzajac 2005-12-06 16:24:19 UTC
verified