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 141416 - Require supported PUBLIC API for the scripted installation of nbms.
Summary: Require supported PUBLIC API for the scripted installation of nbms.
Status: RESOLVED DUPLICATE of bug 125522
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 21:05 UTC by jasonweinstein
Modified: 2008-10-17 06:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jasonweinstein 2008-07-23 21:05:06 UTC
Require supported PUBLIC API for the scripted installation of nbms. Want to ensure that a standard supported/non
changing API exists for this.

Currently we are using a script similar to the below.

C:\java\jdk1.5.0_12\bin\java.exe
-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
-Dnetbeans.home=c:\JavaCAPS6\netbeans\platform8
-Dnetbeans.user=C:\JavaCAPS6\.netbeans\caps
-Dnetbeans.dirs=c:\JavaCAPS6\.netbeans\caps;c:\JavaCAPS6\netbeans
-Xms32m -XX:MaxPermSize=96m -Xverify:none -Xmx128m
-cp
c:\JavaCAPS6\netbeans\platform8\lib\boot.jar;C:\java\jdk1.5.0_12\lib\tools.jar;C:\java\jdk1.5.0_12\lib\dt.jar;c:\JavaCAPS6\netbeans\platform8\modules\ext\\updater.jar
org.netbeans.updater.UpdaterFrame
--nosplash
Comment 1 Jiri Rechtacek 2008-10-16 17:14:01 UTC
*** Issue 26211 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Rechtacek 2008-10-16 17:15:18 UTC
*** Issue 26211 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Rechtacek 2008-10-17 06:54:07 UTC

*** This issue has been marked as a duplicate of 125522 ***