I have several projects written in Delphi 7 and i am looking for tool which will automate building process (including package creation and upload to the specific ftp location). I would like to find native application (i.e. Rake or fabricate.py are good software but i prefer not to use them this time) without Ant-like xml configurations files
Share
Final Builder is the best, and only serious solution for Delphi 7.
The full version will help building, doing your installer, and ftp.
Update: Note that if you do not need a GUI at all, some people simply invoke DCC32 (for delphi 7) or MSBUILD (for Delphi 2007 or later) via batch files, and then run those jobs from Hudson or Jenkins, but where FinalBuilder really shines is when you have to not only run a Delphi msbuild invocation, but other things like building installers, doing file-system actions like copies and moves, etc.