Opened 16 years ago
Closed 13 years ago
#3597 closed New Feature (wontfix)
Usability improvements in CKReleaser
Reported by: | Wiktor Walc | Owned by: | Wiktor Walc |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKPackager | Version: | |
Keywords: | Cc: |
Description ¶
Originally reported by Alfonso in #3546
- The "Creating documentation..." step takes quite a while. If isn't possible to output something during that process I would put a warning ("Please wait, it might take some minutes.") - After that the "Checking compressed code..." is repeated over and over again. It should state which file is checking or simply adding a dot like other steps so it's nicer and don't lead to think that it has started an endless loop. Also it will allow to check previous messages instead of filling the screen buffer.
Plus:
- it should be also much easier to run CKReleaser in a verbose
mode (release.bat -v
should enable verbose mode)
- package.sh should start CKPackager in verbose mode just like package.bat
- CKPackager in verbose mode should list paths instead of file names (it shows plenty of
plugin.js
which is rather useless in debugging)

Change History (8)
Changed 16 years ago by
Attachment: | 3597_ckeditor.patch added |
---|
Changed 16 years ago by
Attachment: | 3597_ckpackager.patch added |
---|
Changed 16 years ago by
Attachment: | 3597_ckreleaser.patch added |
---|
Changed 16 years ago by
Attachment: | ckpackager.jar added |
---|
Changed 16 years ago by
Attachment: | ckreleaser.jar added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 14 years ago by
Status: | review → review_passed |
---|
I'm not really running the code, but I think the changes are minor and are ok. The patch needs to be adapted to the current code and then run to see if works well. This can be done on commit, directly.
comment:3 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | review_passed → closed |

The attached .jar files are just to make testing 3597_ckpackager.patch and 3597_ckreleaser.patch easier.
Patch from #3546 is not included.