Underordnede sider
  • Developer Resources
Hopp til slutten av metadata
Gå til begynnelsen av metadataene

These are resources for developers of QuickFIX/J, not the developers who use the tool.

SourceForge Project Site

Kunne ikke hente http://sourceforge.net/export/rss2_projsummary.php?group_id=163099 – fant ikke siden.

Source Code

Source code is available from the SourceForge Subversion repository. Information on accessing the repository can be found here. You can also browse the Subversion repository.

As the SourceForge Subversion documentation states, you'll generally want to checkout the trunk rather than the root of the repository.

svn co https://quickfixj.svn.sourceforge.net/svnroot/quickfixj/trunk quickfixj 

Jira Issue Tracking

Jira is used for issue/bug tracking and release management. It can be found here.

Build Server

QFJ uses the Bamboo CI server. Latest build status is here. RSS feeds are also available on the build status page.

Coding conventions

SVN commit comment

When committing in SVN, the developer must follow this pattern in the comment:


QFJ-nnn: <title of JIRA ticket>
<comments>


  • Ingen etiketter

Én kommentar

  1. To run a single unit test suite:

    • cd core
    • ant test.one.junit -Donejunit.testname=quickfix.DefaultDataDictionaryProviderTest