OpenFastTrace

Free requirement tracking suite

License

License

GroupId

GroupId

org.itsallcode
ArtifactId

ArtifactId

openfasttrace
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

OpenFastTrace
Free requirement tracking suite
Project URL

Project URL

https://github.com/itsallcode/openfasttrace
Source Code Management

Source Code Management

https://github.com/itsallcode/openfasttrace

Download openfasttrace

How to add to project

<!-- https://jarcasting.com/artifacts/org.itsallcode/openfasttrace/ -->
<dependency>
    <groupId>org.itsallcode</groupId>
    <artifactId>openfasttrace</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.itsallcode/openfasttrace/
implementation 'org.itsallcode:openfasttrace:2.2.0'
// https://jarcasting.com/artifacts/org.itsallcode/openfasttrace/
implementation ("org.itsallcode:openfasttrace:2.2.0")
'org.itsallcode:openfasttrace:jar:2.2.0'
<dependency org="org.itsallcode" name="openfasttrace" rev="2.2.0">
  <artifact name="openfasttrace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itsallcode', module='openfasttrace', version='2.2.0')
)
libraryDependencies += "org.itsallcode" % "openfasttrace" % "2.2.0"
[org.itsallcode/openfasttrace "2.2.0"]

Dependencies

test (10)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.junit.jupiter : junit-jupiter-engine jar 5.3.1
org.junit.jupiter : junit-jupiter-params jar 5.3.1
org.junit.platform : junit-platform-launcher jar 1.3.1
org.junit-pioneer : junit-pioneer jar 0.3.0
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-junit-jupiter jar 2.23.0
org.itsallcode : junit5-system-extensions jar 1.0.3
com.github.kaklakariada » hamcrest-auto-matcher jar 0.4.3
nl.jqno.equalsverifier : equalsverifier jar 3.0.2

Project Modules

There are no modules declared in this project.

OFT logo OpenFastTrace

What is OpenFastTrace?

OpenFastTrace (short OFT) is a requirement tracing suite. Requirement tracing helps you keeping track of whether you actually implemented everything you planned to in your specifications. It also identifies obsolete parts of your product and helps you getting rid of them.

You can learn more about requirement tracing and how to use OpenFastTrace in the user guide.

Below you see a screenshot of of a HTML tracing report where OFT traces itself. You see a summary followed by a detail view of the traced requirements.

OFT HTML tracing report

Project Information

Build Status codecov Coverity Scan Build Status Download Maven Central

Sonarcloud status:

Quality Gate Bugs Code smells Coverage Duplicated Lines Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Dept Vulnerabilities

Quick Links

Using OpenFastTrace

If you want to use OFT, you have the choice between using it as part of your build process — typically with Maven or Gradle. Or you can run OFT from the command line.

Check the user guide for detailed information on how to use OpenFastTrack.

Getting OpenFastTrace

OpenFastTrace at it's core is a Java Archive (short "JAR"). This file contains the OpenFastTrace Library and an entry point for running OFT from the command line.

Getting Pre-Built Packages

Pre-Built JAR files (called openfasttrace-2.3.5.jar) are available from the following places:

Check our developer guide to learn how to use the OFT JAR as dependency in your own code with popular build tools.

Installation

Runtime Dependencies

OpenFastTrace 3.0.0 and above only needs a Java 11 (or later) runtime environment to run. Older versions of OpenFastTrace can run with Java 8.

Installation of Runtime Dependencies on Linux

Ubuntu or Debian

If you just want to run OFT:

apt-get install openjdk-11-jre

Running OpenFastTrace

The most basic variant to run OpenFastTrace is directly from the JAR file via the command line:

java -jar product/target/openfasttrace-2.3.5.jar trace /path/to/directory/being/traced

If you want to run OFT automatically as part of a continuous build, we recommend using our Gradle Plugin.

For more details about how to run OFT please consult the user guide.

Development

If you want to learn how to build OpenFastTrace, please check our Developer Guide.

You would like to contribute to OFT? Please check out our Contributor Guide to get started.

org.itsallcode

It's all code

Community of everything-as-code enthusiasts

Versions

Version
2.2.0
2.1.0
2.0.2
2.0.0
1.2.1
1.2.0
1.1.0
1.0.2