Skip to main content

Development

Source code

You can check out the ImageJ source code from GitHub:

git clone git://github.com/imagej/imagej.git

Building from source: Install Maven and type "mvn" from the top-level directory.

Using an IDE: You can import the code into your favorite IDE.

Javadocs: You can browse the Javadocs for ImageJ2 and ImgLib2 online.

Project management

Maven

We use Maven for ImageJ's project infrastructure.

We publish Maven artifacts to our own Maven repository, accessible from:

http://maven.imagej.net/

For more on Maven, see these guides:

Trac

Each project has a corresponding Trac site:

In particular, we use the ImageJ Trac's ticketing system for our ImageJ Roadmap.

Jenkins

We also have a Jenkins continuous build system, which automatically checks the code for build and test errors:

http://jenkins.imagej.net/

You can access Jenkins's last successful build artifacts from the Downloads page.

Configuring your IDE for ImageJ

The following articles explain how to configure your development environment of choice for ImageJ.