Marathon Logo Marathon Logotext
 
Home

SourceForge
Tools
CVS, SSH
Components
Compiling
Building
Snapshots
Rules
FAQ

SourceForge Logo
          
Marathon - The SQL Tool for Firebird & InterBase

On this page you will find informations and instructions on how-to setup your environment when you want to contribute to the Marathon project. Marathon has come a long way and it was the first commercial GUI for InterBase databases. It was created and supported for a long time by Patrick O'Keeffe and his company Gimbal Software Service (GSS). In June, 2001 Marathon was made an Open Source project using the Mozilla Public License (MPL) and since this time it has been gone through some major code revise to make the Open Source development possible, easier and more transparent.
Here is the original text from Patrick regarding his decision to make Marathon an Open Source product:

We have decided to Open Source Marathon for a number of reasons:

  • In order to provide a quality, best-of-breed product we found that the time we had to commit to Marathon was too much especially considering Marathon is not my full time job and we are both now full time parents.
  • We felt that we weren't being fair to ourselves or our little boy by pursuing this any further.
  • In addition we also felt that if we just closed up shop we were also not being fair to the customers and resellers that have supported us over the last three years.
If you have any questions or concerns, or wish to contribute to this project in any way, don't hesitate to contact me at pokeeffe@gimbal.com.au
Cheers, Patrick

Because Marathon is now Open Source, the project is always in search of new supporters and helpers in different positions. So if you want to help you can look through our task, bug and feature tracker to get an idea what needs to be done. If you want to help with programming, you don't need CVS access for your first contributions. It is enough to submit your patches in the patch tracker or you can send them directly to me. If you later want to become an active member with full CVS access, you can request to be added to the list of active developers. When you want to support us but don't know about Delphi, you can help the project with web site creation or working on documentation (very important but often underrated). Feel free to contact me if you have any questions.

SourceForge services:
Because Marathon is hosted on SourceForge, we have a wide range of functionality available despite simple CVS access. Here is a short description of these services and how they are used by the GMarathon project:
  • CVS - The most important benefit of hosting Marathon at SourceForge is of course the CVS access. For more informations about CVS and SSH please read the documentation section at SourceForge or take a look here.
  • Files - Here you will find all releases of the GMarathon team. We will make binaries and sourcecode of every release available. If you are looking for Snapshot builds, please have a look here.
  • News - Any informations about new releases, important changes on the sourcecode, etc. are made public here.
  • Tracker - Bug, Feature, Support and Patch tracker are available here. If you post to any of them make sure you provide as much information as possible, we will then take care of your problem ASAP. Patch Tracker: If you submit a patch please include a complete describtion of you changes or a CVS diff.
  • Forums - Feel free to post your problems, comments or critics to the forums. The developer forum is only available to registered developers and should be used to discuss programming issues.
  • Mailing Lists - If you don't want to use the web-based forum, just subscribe and send an e-mail.
  • Tasks - Here you can see what we plan and what still needs to be done. If you think a new task should be established please ask in the forums and I will setup one.
  • Docs - Additional documentation can be found here.
  • Surveys - From time to time surveys will be launched to vote for new features or the direction the project is moving.
Used tools:
As an active Marathon coder you will need the following tools:
  • Delphi Professional 5, 6 or Enterprise Edition 5, 6. I don't think you can use the Open Edition or any earlier version of Delphi but if you can make Marathon compile with it please let me know.
  • Download and install your favorite CVS utility. For Windows I recommend to use the command line CVS tool (see the section beyond). There is also a GUI Tool called WinCVS available. For Linux you don't need to download any additional software because CVS support should be included in your distribution.
    • If you only want to check-out and don't want to commit changes, you only need anonymous access:
      "CVS -d:pserver:anonymous@CVS.gmarathon.sourceforge.net:/CVSroot/gmarathon login"
      and after you have successfully logged in use
      "CVS -z3 -d:pserver:anonymous@CVS.gmarathon.sourceforge.net:/CVSroot/gmarathon co modulename".
      to check out the sourcecode in your local folder.
      Replace "modulename" with "oldsrc" for the old Marathon 1.5 and Marathon 2.0 stuff or "gmarathon" for the new source repository.
    • If you have write access then you have to use the following command:
      "CVS -z3 -d:ext:developername@CVS.gmarathon.sourceforge.net:/CVSroot/gmarathon co modulename"
      Keep in mind that you need SSH access and that you must be a member of the "gmarathon" project (please ask Patrick O'Keeffe or me(Tilo Muetze) to get added to the developers list) when you later want to commit changes. Also please read the paragraph CVS - OS Specific Information on how to set-up and configure CVS and SSH access on Sourceforge.
      Replace "modulename" with "oldsrc" for the old Marathon 1.5 and Marathon 2.0 stuff or "gmarathon" for the new source repository.
SourceForge CVS and SSH setup for developers:
Here is a step-by-step description which should help you setting up your CVS and SSH environment:
  1. Download the CVS command line distribution and extract it to "c:\work\CVS".
  2. Download PuTTY, PuTTYgen, PSCP, Plink executable to a directory "c:\work\SSH".
  3. Now create the folder "c:\work\.SSH";. This folder is later used to store your private and public SSH keys.
  4. Add "c:\work\CVS" and "c:\work\SSH" to your PATH environment variable. In Win9x environments add it to "c:\autoexec.bat", in Windows NT, 2000 and XP use the "System Properties" - "Environment" applet.
  5. Also please add the following environment variables:
    • HOME=c:\work
    • CVSROOT=:ext:your_sourceforge_username@CVS:/cvsroot/gmarathon (replace "your_sourceforge_username" with your SourceForge username)
    • USERNAME=your_sourceforge_username (replace "your_sourceforge_username" with your SourceForge username)
    • HOMEDRIVE=c:
    • HOMEPATH=\work
    • CVS_RSH=c:\work\SSH\plink
  6. Now you need to create an "\etc" directory on the same drive you set your HOME directory to. In our case it's drive "c:".
  7. Create a text file in this folder called "passwd" (not "password"!) with the following line: "your_sourceforge_username:x:1:10:SourceForge:c:/work/:c:/winnt/system32/cmd.exe" (Replace "your_sourceforge_username" with your SourceForge username and if you are on Win9x replace "c:/winnt/system32/cmd.exe" with "c:/windows/command.com").
  8. Restart your computer so that the environment variables take place.
  9. Run "c:\work\SSH\PuTTYgen" and create yourself a SSH2 (DSA) keypair. Save the public key as "c:\work\.SSH\id_dsa.pub" and your private key to "c:\work\.SSH\id_dsa".
  10. On your user account page at SourceForge, you should find a place to upload your SSH public key, just copy the content of the file "id_dsa.pub" into the text entry box and make sure that you don't add any blanks or line breaks.
  11. Now we need to configure a PuTTY session for accessing the Marathon SF CVS server:
    • Session - Hostname = "cvs.gmarathon.sourceforge.net"
    • Session - Protocol = "SSH"
    • Connection - SSH - Preferred SSH protocol version = "2 only"
    • Connection - SSH - Auth = "C:\work\.ssh\id_dsa"
    • Session - Saved Sessions = "CVS"
    • Now press the "Save" button to store this session
  12. Test the new session by hitting the "Open" button and accept the key from SourceForge. PuTTY should now log you in and SF should directly log you out ;) (no shell access permitted) without entering your SourceForge password.
  13. After all these steps you can use the CVS client from the command line: "CVS co gmarathon". This should check-out the module "gmarathon" to the current folder.

For further reading about CVS usage I recommend: Open Source Development with CVS by Karl Fogel.

Required third-party components:
Here you will find informations about the Delphi packages and components that you need to successfully compile Marathon.
  • We start with the third party packages, which are not included in CVS. Please download and install them:
    1. The current CVS state of Marathon uses IB Objects 4.3A. If you don't have this version or you never had IB Objects before, just drop me an E-Mail asking for it. Please also CC this E-Mail to Jason Wharton, the author of IB Objects, because else I can't send you the files, due to IB Objects is without cost but not free for Marathon contributors. This means that there is no cost obligation, but you are required to register your usage of IB Objects and agree to the terms of the Trustware License which IB Objects uses.
    2. Synedit 2003-09-29-CVS, for installation instructions please consult the Synedit website or the included documentation.
    3. Toolbar 2000 2.1.2, for installation instructions please consult the Toolbar 2000 website or the included documentation.
    4. rmControls 1.92, for installation instructions please consult the included documentation or visit Ryans homepage at Ryan Mills Homepage.
    5. Virtual TreeView 3.8.3 and for Delphi versions prior to 7 you also need Theme Manager 1.9.15, for installation instructions please consult the Virtual TreeView website or the included documentation.
    6. TPagePrinter 2.0 (with Marathon specific bug fixes), install in Delphi as a component using "PgPrnReg.pas"
    7. TDataSetPrint 1.23 (with Marathon specific bug fixes), install in Delphi as a component using "DSprint.pas"
    8. THexEditor 1.16 (with Marathon specific bug fixes), install in Delphi as a component using "Hexeditor.pas"
  • The following components and packages are included in CVS module "gmarathon", in the "lib" directory, so you don't need to download them here:
    1. Marathon own package, SyntaxMemoWithStuff2("SyntaxMemoWithStuff2\SyntaxMemoWithStuff2Package.dpk")
    2. Marathon own component, TDBPanelEdit("Other\adbpedit.pas")
    3. Marathon own component, TCloseUpCustomComboBox("Other\CloseUpCombo.pas")
    4. Marathon own component, TDiagramTree("Other\DiagramTree.pas")
    5. Marathon own component, TIBPerformanceMonitor("Other\IBPerformanceMonitor.pas")
    6. Marathon own component, TMarathonColorGrid("Other\NewColorGrd.pas")
    7. Modified FreePascal units("Other\xmlread.pas", "Other\xmlwrite.pas", "Other\dom.pas")

If you have problems setting up any of these packages or components please post it in the discussion forums or try to contact me directly and I will try to help you.

Compiling Marathon:
After you are finished with the package and component installations you should be able to compile the checked-out sourcecode with no restrictions when you are using Delphi 6 of course. If you are using Delphi 5 there is a problem with properties which are exclusively available in Delphi 6. Here is a list of those properties:
  • TForm.DesignSize
  • TPageControl.TabIndex

So if you are using Delphi 5 please download:

  • Marathon Delphi Tools from Carlos Macao which are specialized for this task. This tool works class-sensitive, e.g. you can specify that it only removes the property TabIndex from all TPageControl objects.
  • Delphi property remover from Andrei Kireev. Warning: This tool removes all TabIndex property entries, regardless if the component is e.g. a TPageControl or a TNotebook.

Both programs make sure that all mentioned properties are deleted before you actually start developing, else you will get "invalid property" and runtime errors. Remember that you have to do this after every checkout via "CVS update gmarathon".

Building Marathon:
Marathon uses Want - A Delphi Friendly Build Tool from Juanco Anez for building. This step was necessary because Borland make-tools are very crude and incomplete whereas Want is much more powerful and flexible. Also we needed a simple tool which helps us generating daily binary and sourcecode snapshots. Here is a brief description:
  • Download and install Want. Make sure that "want.exe" is in your path variable.
  • In your "gmarathon" folder you will find the Want buildfile "want.xml", "dcc32.cfg" (where some compiler ("dcc32.exe") options are included which Want can't handle natively) and a file "release.ini" where the build number and the version string is managed.
  • Make sure you have adjusted all paths in "want.xml". These are:
    1. The standard path to the directory where your Marathon library files reside.
    2. All library paths separated by components, if they differ from the defaults.
    3. Please compile "Touchbuild.dpr".
    4. The full path to your WinHelp compiler "HCW.exe".
    5. The full path to your InnoSetup command line compiler "ISCC.exe".
    6. Only for official snapshots: Make sure you have a working CVS setup, because a fresh checkout of the latest CVS content is required.
    7. Only for official snapshots: Adjust the paths in "Want.xml" to "CVS.exe" and "PSCP.exe" from your PuTTY distribution.
  • Now you can use the batch file "build.bat" with various parameters to do e.g. a sourcecode snapshot. Here is a description of the targets:
    1. "help": Prints out a help screen.
    2. "compile": Compiles Marathon and all subprojects (Delphi and all components must be installed properly).
    3. "online_help": Compiles the online help using the Winhelp compiler.
    4. "source_snapshot": Adds all source files of Marathon and all subprojects to the file "./dist/Marathon_Source.zip".
    5. "binary_snapshot": Combines the targets "compile" and "online_help", afterwards it creates a setup file using InnoSetup and zips it to "./dist/Marathon_Binary.zip".
    6. "official_snapshots": Caution: Only use this target in conjunction with "build.bat", else the build will fail. First checks out the latest sourcecode from CVS into the folder "Official_Snapshots" (it is created by "build.bat"). Then it combines the targets "source_snapshot" and "binary_snapshot" to create the appropriate zip files. Finally the files are uploaded to SourceForge and the build number is increased and committed ("release.ini").
    7. "clean": Cleans up the "dist" directory.

Snapshot builds:
Here you will find binary and sourcecode snapshots which are done by "build.bat official_snapshots". This is the actual build number. To find out what has changed please have a look at the ChangeLog file or the more nicer html file.

Coding and CVS guidelines:
Here I have collected some guidelines which you should be aware of before you start to contribute:
  • Use the same coding style as in the rest of the code (write reserved words in lower case, use the same indent and tab settings, etc.).
  • Use comments to help others understand your code.
  • Test your changes in all modules which are affected by your modifications.
  • Make sure to ifdef your changes, if you are using Delphi 6 specific properties or methods. Generally you should avoid such incompatibilities whenever possible.
  • Don't use additional 3rdParty or Delphi Enterprise specific components.
  • Please update the ChangeLog file only with information which help us building an enduser readable project history.
  • Commit your changes only with a comment (-m). This comment is automatically appended at the bottom of of each committed file. So please use meaningful comments and commit only files which are related to your change and the comment.
  • Please just add files which you really have changed, e.g. don't commit .dfm's where you just have changed the left and top properties....
  • When you add new files make sure you add binary files with the binary(-kb) tag.
Frequently Asked Questions:
  • Question: What direction is the Marathon development moving?
  • Answer: We are currently trying to get a first beta out of the door. There is a subproject at SourceForge which should help to understand what has been done and what is currently in development. If you want to contribute and have choosen a working area please let me know and I will setup an appropriate task for you.
  • Question: Where does developer discussions take place?
  • Answer: Please use always the developer forum at SourceForge. Of course you must be a logged in member to see and post to it.

If you have any suggestions, bug reports or criticism please drop me an E-Mail.

top