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 198484 - Integrate: post-install's relativeClassPath needs path separator special variable
Summary: Integrate: post-install's relativeClassPath needs path separator special vari...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2011-05-10 16:22 UTC by err
Modified: 2011-07-17 14:00 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Support for %PS% (6.05 KB, patch)
2011-05-24 06:38 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description err 2011-05-10 16:22:13 UTC
The example nbm for post-install action at http://wiki.netbeans.org/DevFaqNbmPostInstall does not work on windows. Modifying the relativeClassPath in the example to use ';' instead of ':' fixes it.

This suggests that there should be a '%PS%' special variable set acc'd to System.getProperty("path.separator");
Comment 1 Jaroslav Tulach 2011-05-24 06:38:00 UTC
Created attachment 108472 [details]
Support for %PS%
Comment 2 Jaroslav Tulach 2011-05-24 06:38:43 UTC
Y01 Don't forget to change the wiki page
Comment 3 Jaroslav Tulach 2011-07-01 15:29:00 UTC
Time to integrate, I guess. I'll do that in a week or so.
Comment 4 Jaroslav Tulach 2011-07-14 09:50:35 UTC
ergonomics#618393bea147
Comment 5 Quality Engineering 2011-07-17 14:00:21 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/618393bea147
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #198484: Integrate: post-install's relativeClassPath needs path separator special variable