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 53512 - Add storage builder to installer
Summary: Add storage builder to installer
Status: CLOSED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 14:27 UTC by mslama
Modified: 2006-03-24 12:48 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2005-01-17 14:27:39 UTC
Storage builder parses JDK sources and creates MDR
storage. It is added to installer to avoid
building storage from JDK sources when opening
first project in IDE.

It will be run in the end of installation and
current progress panel will be used as GUI.
Comment 1 mslama 2005-01-18 15:14:25 UTC
/cvs/installer/coreide/src/org/netbeans/installer/Bundle.properties
new revision: 1.16; previous revision: 1.15
Comment 2 mslama 2005-01-21 13:24:14 UTC
Done for coreide installer. Need to do for asbundle and jdk bundle
installers too.
Comment 3 mslama 2005-01-24 16:54:47 UTC
Done for jdkbundle installer:

/cvs/installer/jdkbundle/ProgrammingNotes.txt
new revision: 1.3; previous revision: 1.2

/cvs/installer/jdkbundle/build.xml
new revision: 1.9; previous revision: 1.8

/cvs/installer/jdkbundle/linux.xml
new revision: 1.15; previous revision: 1.14

/cvs/installer/jdkbundle/solaris-sparc.xml
new revision: 1.15; previous revision: 1.14

/cvs/installer/jdkbundle/solaris-x86.xml
new revision: 1.15; previous revision: 1.14

/cvs/installer/jdkbundle/windows.xml
new revision: 1.15; previous revision: 1.14

/cvs/installer/jdkbundle/src/org/netbeans/installer/InstallDirSelectionPanel.java
new revision: 1.10; previous revision: 1.9

/cvs/installer/jdkbundle/src/org/netbeans/installer/InstallJ2sdkAction.java
new revision: 1.18; previous revision: 1.17
Comment 4 mslama 2005-01-25 12:38:29 UTC
Done for asbundel installer:
/cvs/installer/asbundle/as-linux.xml
new revision: 1.12; previous revision: 1.11

/cvs/installer/asbundle/as-solaris-sparc.xml
new revision: 1.12; previous revision: 1.11

/cvs/installer/asbundle/as-solaris-x86.xml
new revision: 1.12; previous revision: 1.11

/cvs/installer/asbundle/as-windows.xml
new revision: 1.12; previous revision: 1.11

/cvs/installer/asbundle/build.xml
new revision: 1.8; previous revision: 1.7

/cvs/installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.11; previous revision: 1.10

/cvs/installer/asbundle/src/org/netbeans/installer/InstallApplicationServerAction.java
new revision: 1.9; previous revision: 1.8

/cvs/installer/asbundle/src/org/netbeans/installer/InstallDirSelectionPanel.java
new revision: 1.6; previous revision: 1.5

/cvs/installer/asbundle/ProgrammingNotes.txt
new revision: 1.3; previous revision: 1.2
Comment 5 cezariusz 2005-02-23 08:14:25 UTC
Build 200502211900 - instaler has stopped at 8% for more than one 
hour (PIII 1.1Ghz), taking almost 100% of processor time.
Comment 6 mslama 2005-02-23 09:21:06 UTC
This problem is filed in IZ as issue #54868. Problem is it is not
reproducible it happens rarely. I am investigating it.
Comment 7 Michal Mocnak 2005-04-11 08:03:40 UTC
Issue has been verified