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 22114 - relativeClassPath doesn't work on Solaris
Summary: relativeClassPath doesn't work on Solaris
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 22:35 UTC by Mark Dey
Modified: 2003-06-30 13:51 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 Mark Dey 2002-04-04 22:35:10 UTC
I am trying to use the relativeClassPath feature
of the Updater main.properties to specify a jar
file:

relativeClassPath=%IDE_USER%%FS%update%FS%main%FS%post-install.jar

This doesn't seem to work for me on Solaris.
Looking at the autoupdate code I see this:

            classpath =
details.getProperty(PAR_RELCP,null);
            if (classpath != null)
                parameters = ";" + classpath;  //
NOI18N
                              ^

Note the hard-coded path separator.
Comment 1 Mark Dey 2002-04-04 22:37:17 UTC
Fix requested for orion_fcs branch
Comment 3 akemr 2002-04-05 11:47:24 UTC
integrated in orion_fcs
Comment 4 Quality Engineering 2003-06-30 13:47:09 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-06-30 13:51:25 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.