Ticket #86 (closed Task: fixed)
Publish a new "Releaser" to generate nightly builds
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Today we have a .Net program used to generate the public distributable version of our dev SVN version of the editor code. It removes some unnecessary files and directories, "pre-process" any packaging directives (like @Packager.RemoveLine) and generate the compressed version of the code. This is a manually activated process.
We need a new solution that can be run automatically (cron) to generate the nightly builds.
Today, the scripts compression makes use of CKPackager a commercial and closed source software.
As the packaging and compression is a key thing for FCKeditor, I've decided to open CKPackager in a sub project called FCKpackager.
To make it possible to run it in every environment, it will be rewritten in PHP. It will be possible to execute it as a command line program, as well as integrate it on web pages.