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 61476

Summary: API review of platform intallers extension
Product: java Reporter: Tomas Zezula <tzezula>
Component: PlatformAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API_REVIEW_FAST
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 61475    
Attachments: The SPI changes and apichanges.xml diff
I've introduced a common superclass of the CustomPlatformInstall and PlatformInstall

Description Tomas Zezula 2005-07-27 17:44:25 UTC
Use cases:
1) The J2ME requires some platform installers which do not use the local disk as
source of the java platform, for example they download the java platform from
the web J2ME platform catalog.

Stability: Stable

Api changes: See the diff of apichanges.xml
Comment 1 Tomas Zezula 2005-07-27 17:48:21 UTC
Created attachment 23329 [details]
The SPI changes and apichanges.xml diff
Comment 2 Tomas Zezula 2005-08-16 16:41:43 UTC
Created attachment 23956 [details]
I've introduced a common superclass of the CustomPlatformInstall and PlatformInstall
Comment 3 Tomas Zezula 2005-08-18 14:09:54 UTC
I am going to integrate it tomorrow.
Comment 4 Tomas Zezula 2005-08-19 08:25:56 UTC
Checking in platform/apichanges.xml;
/cvs/java/platform/apichanges.xml,v  <--  apichanges.xml
new revision: 1.4; previous revision: 1.3
done
Checking in platform/manifest.mf;
/cvs/java/platform/manifest.mf,v  <--  manifest.mf
new revision: 1.8; previous revision: 1.7
done
Checking in platform/nbproject/project.properties;
/cvs/java/platform/nbproject/project.properties,v  <--  project.properties
new revision: 1.11; previous revision: 1.10
done
Checking in platform/src/org/netbeans/modules/java/platform/InstallerRegistry.java;
/cvs/java/platform/src/org/netbeans/modules/java/platform/InstallerRegistry.java,v
 <--  InstallerRegistry.java
new revision: 1.4; previous revision: 1.3
done
Checking in
platform/src/org/netbeans/modules/java/platform/wizard/Bundle.properties;
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Checking in
platform/src/org/netbeans/modules/java/platform/wizard/LocationChooser.java;
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/LocationChooser.java,v
 <--  LocationChooser.java
new revision: 1.20; previous revision: 1.19
done
Checking in
platform/src/org/netbeans/modules/java/platform/wizard/PlatformInstallIterator.java;
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/PlatformInstallIterator.java,v
 <--  PlatformInstallIterator.java
new revision: 1.9; previous revision: 1.8
done
RCS file:
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.form,v
done
Checking in
platform/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.form;
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.form,v
 <--  SelectorPanel.form
initial revision: 1.1
done
RCS file:
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.java,v
done
Checking in
platform/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.java;
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.java,v
 <--  SelectorPanel.java
initial revision: 1.1
done
RCS file:
/cvs/java/platform/src/org/netbeans/spi/java/platform/CustomPlatformInstall.java,v
done
Checking in platform/src/org/netbeans/spi/java/platform/CustomPlatformInstall.java;
/cvs/java/platform/src/org/netbeans/spi/java/platform/CustomPlatformInstall.java,v
 <--  CustomPlatformInstall.java
initial revision: 1.1
done
RCS file:
/cvs/java/platform/src/org/netbeans/spi/java/platform/GeneralPlatformInstall.java,v
done
Checking in platform/src/org/netbeans/spi/java/platform/GeneralPlatformInstall.java;
/cvs/java/platform/src/org/netbeans/spi/java/platform/GeneralPlatformInstall.java,v
 <--  GeneralPlatformInstall.java
initial revision: 1.1
done
Checking in platform/src/org/netbeans/spi/java/platform/PlatformInstall.java;
/cvs/java/platform/src/org/netbeans/spi/java/platform/PlatformInstall.java,v 
<--  PlatformInstall.java
new revision: 1.6; previous revision: 1.5
done
Checking in
platform/test/unit/src/org/netbeans/api/java/platform/JavaPlatformManagerTest.java;
/cvs/java/platform/test/unit/src/org/netbeans/api/java/platform/JavaPlatformManagerTest.java,v
 <--  JavaPlatformManagerTest.java
new revision: 1.7; previous revision: 1.6
done
RCS file:
/cvs/java/platform/test/unit/src/org/netbeans/modules/java/platform/InstallerRegistryAccessor.java,v
done
Checking in
platform/test/unit/src/org/netbeans/modules/java/platform/InstallerRegistryAccessor.java;
/cvs/java/platform/test/unit/src/org/netbeans/modules/java/platform/InstallerRegistryAccessor.java,v
 <--  InstallerRegistryAccessor.java
initial revision: 1.1
done
RCS file:
/cvs/java/platform/test/unit/src/org/netbeans/modules/java/platform/wizard/PlatformInstallIteratorTest.java,v
done
Checking in
platform/test/unit/src/org/netbeans/modules/java/platform/wizard/PlatformInstallIteratorTest.java;
/cvs/java/platform/test/unit/src/org/netbeans/modules/java/platform/wizard/PlatformInstallIteratorTest.java,v
 <--  PlatformInstallIteratorTest.java
initial revision: 1.1
done