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 61475 - Extension to platform install process is required by J2ME
Summary: Extension to platform install process is required by J2ME
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 61476
Blocks:
  Show dependency tree
 
Reported: 2005-07-27 17:38 UTC by Tomas Zezula
Modified: 2005-09-05 10:01 UTC (History)
1 user (show)

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 Tomas Zezula 2005-07-27 17:38:20 UTC
The J2ME requires some platform installers which does not use the local disk as
source of the java platform, for example they download the java platform from
the web J2ME platform catalog. 
Such installers cannot use the current the current PlatformInstall which is file
oriented. The new SPI class should be created to cover the cutom platform
installers.
Comment 1 Tomas Zezula 2005-08-19 08:26:57 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