Get DelphiCodeToDoc at SourceForge.net. Fast, secure and Free Open Source software downloads
http://delphi.developpez.com/
DelphiCodeToDoc
Free documentation tool for Delphi, with JavaDoc support.


Home page

SF project page

Get DCTD software

Download

See all releases

Translations

Third-party tools

Documentation

What is it ?

What's new?

Technical papers

JavaDoc Syntax

Support

FAQ

Mailing Lists

Discussion Forum

Feedback

Browse/Submit Bugs

Browse/Submit Features

Browse/Submit Support requests

Development

Get involved

History

Usefull Links

 

 

Release Procedures


Here are the steps to build and release a new revision for the project.
Of course, this can be done only if all DUnit tests passed, and integration test are ok.

*Update DelphiCodeToDoc.txt file in "Source" Directory with last revision history.
*Update program revision number in Delphi.
*Copy this file in the "Exe" directory.
*Launch JediCodeFormat and format all the "Source" directory (Configuration file should be in .\Doc).
*Update revision number, and tag build (Delphi\Project\Options\Version Info).
*Rebuild the two projects with "Rebuild All" command.
*Integrate translation files in the two EXEcutable.
*Clean the project directory by removing unnecessary files (keep *.dof and *.cfg files).
*Update and commit "Source" files with WinCVS
*Build a ZIP file named DelphiCodeToDoc_src_vx.y.zip with the content of "Source" directory
*Build a ZIP file named DelphiCodeToDoc_exe_vx.y.zip with the content of "Exe" directory
*Upload these two files on SourceForge FTP.
*Login SourceForge site, and add a new Release on project named DelphiCodeToDoc vx.y
*In the Paste The Change Log In, paste the last history content you just wrote in DelphiCodeToDoc.txt file.
*Add the two zip files to the release and update their informations.
*Submit project news and paste Template for Release Announcement.txt file, updating it with last history information.
*Update project's web page.
*Verify that you can download the two ZIP files.

That's all.