-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta2
-
generic
-
generic
Name: dm26566 Date: 05/01/2001
If a builder does not specify a BUILD_NUMBER for a j2sdk build, the
default value of $(USER)-`$(DATE) '+%y%m%d-%H:%M'` is used. When this
is put into a bundle, the ':' is not acceptable on win32 platforms, and
the '-' is not acceptable character within a bundle naming field. change
to $(USER)_`$(DATE) '+%d_%b_%Y_%H_%M'` instead.
======================================================================