United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6527562 tzupdater makefile needs to name zip file with version number
6527562 : tzupdater makefile needs to name zip file with version number

Details
Type:
Bug
Submit Date:
2007-02-22
Status:
Resolved
Updated Date:
2010-04-06
Project Name:
JDK
Resolved Date:
2007-02-22
Component:
tools
OS:
generic
Sub-Component:
updaters
CPU:
generic
Priority:
P3
Resolution:
Fixed
Affected Versions:
1.1.0
Fixed Versions:
1.1.0

Related Reports

Sub Tasks

Description
Need to make .zip files consistent between tzupdater tools.

Names should be:

tzupdater-1.1.0-2007a.zip
tzupdater131-1.1.0-2007a.zip

Contents should be:

$ unzip -l  ../build/tzupdater-1.1.0-2007a.zip
Archive:  ../build/tzupdater-1.1.0-2007a.zip
 Length    Date    Time    Name
 ------    ----    ----    ----
      0  02-22-07  17:56   tzupdater-1.1.0-2007a/
     50  02-22-07  17:56   tzupdater-1.1.0-2007a/README
   9876  02-22-07  17:56   tzupdater-1.1.0-2007a/LICENSE
  10073  02-22-07  17:56   tzupdater-1.1.0-2007a/LICENSE.txt
 252764  02-22-07  17:56   tzupdater-1.1.0-2007a/tzupdater.jar
 ------                    -------
 272763                    5 files

..of the same form as:

$ unzip -l tzupdater131-1.1.0-2007a.zip
Archive:  tzupdater131-1.1.0-2007a.zip
 Length    Date    Time    Name
 ------    ----    ----    ----
      0  02-22-07  01:19   tzupdater131-1.1.0-2007a/
     23  02-22-07  01:19   tzupdater131-1.1.0-2007a/README
   9876  02-22-07  01:19   tzupdater131-1.1.0-2007a/LICENSE
  10073  02-22-07  01:19   tzupdater131-1.1.0-2007a/LICENSE.txt
  35650  02-22-07  01:19   tzupdater131-1.1.0-2007a/tzupdater131.jar
 ------                    -------
  55622                    5 files

                                    

Comments
SUGGESTED FIX

release rule needs to change references to:
	../build/$(TZUPDATER)$(TZDATA_VERSION_SHORT)/

into:
	../build/$(TZUPDATER)-$(VERSION)-$(TZDATA_VERSION_SHORT)/
                                     
2007-02-22
EVALUATION

Changing makefile.
                                     
2007-02-22



Hardware and Software, Engineered to Work Together