-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
rc1
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2040750 | 1.4.0 | Dale Mcduffie | P3 | Resolved | Fixed | beta |
Name: dm26566 Date: 02/14/2001
sanityck should make sure that OUTPUTDIR has enough space for
performing a build before the build starts. Warnings should be
issues (not errors) if there is not sufficient space.
For merlin build b51 the OUTPUTDIR needs this amount of space:
% cd /net/mizu/usr/re/jdk1.4/ws/build
% du -sk linux-i386 solaris-i386 solaris-sparc win32
902584 linux-i386
769729 solaris-i386
1619048 solaris-sparc
471637 win32
For ladybird build b16 the OUTPUTDIR needs this amount of space:
% cd /net/mizu/usr/re/jdk1.3.1/ws/build
% du -sk linux-i386 solaris-i386 solaris-sparc win32
732432 linux-i386
622562 solaris-i386
959229 solaris-sparc
405308 win32
Win32 builds also require space in c:\temp for Ishield install binary
creation when the target "bundles" is built.
======================================================================
- backported by
-
JDK-2040750 sanityck should check available space prior to build start
-
- Resolved
-