dev:create-dump command should generate a cleaner zip file name
---------------------------------------------------------------
Key: KARAF-461
URL: https://issues.apache.org/jira/browse/KARAF-461
Project: Karaf
Issue Type: Improvement
Components: runtime
Affects Versions: 2.2.0, 3.0.0
Reporter: Jean-Baptiste Onofré
Fix For: 2.2.1, 3.0.0
When using dev:create-dump without arguments, the command generates a zip
archive containing all dump files.
The file name of this zip archive is the current date, for instance:
Feb 14, 2011 2:24:23 PM.zip
It's not really a very good name, especially on Unix.
We should use a DateFormat by default to generate a file name looking like:
2011-02-14_142423.zip
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira