|
Quick Lists
|
|
Bug ID:
|
6794397
|
|
Votes
|
0
|
|
Synopsis
|
install ws shouldn't need $OUTPUTDIR/classes to build
|
|
Category
|
java:install
|
|
Reported Against
|
|
|
Release Fixed
|
6u14(b02)
|
|
State
|
11-Closed,
Unverified,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
15-JAN-2009
|
|
Description
|
The install ws currently runs pack200.exe and unpack200.exe from $OUTPUTDIR/bin, which means that it also uses $OUTPUTDIR/classes. This sub dir is huge, and takes a long time to unzip. We should run these files from $OUTPUTDIR/j2re-image/bin. This will eliminate the need for these directories to build the install ws:
$OUTPUTDIR/classes
$OUTPUTDIR/lib
$OUTPUTDIR/bin
and will make builds faster and build setup easier.
Posted Date : 2009-01-15 19:25:19.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The fix will be to change the install/make/common/Pack.gmk to run the pack.exe from $OUTPUTDIR/j2re-image/bin
Posted Date : 2009-01-15 19:31:44.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |