koldn / jtimesched

A simple and lightweight time tracking tool
GNU General Public License v3.0
1 stars 1 forks source link

jTimeSched

jTimeSched is a simple and lightweight time tracking tool. You can track elapsed time for tasks and projects and use the data for the recording of time worked.

One aim of jTimeSched is a lean but extremely intuitive GUI and providing only really necessary functionality.

For a complete list of features please see the project website.

Download binary release

If you don't want to build the application yourself, you can download and run one of the binary releases containing platform launchers for Linux and Windows.

Documentation

The user manual can be found at the project website:

Building from source

jTimeSched can be built using ant:

$ ant

Build variables (build.xml)

You can override the defaults providing the -D option to ant, e.g. $ ant -Dversion=my-1.5

Example: Build release package with version string "my-1.5"

$ ant -Dversion=1.0

Build targets (build.xml)

Example: Just compile the sources

$ ant compile

Eclipse project

The repository provides a basic Eclipse project. You may use the Import-wizard of Eclipse.