
Of course, you should be an experienced Java developer, since Martyr
isn't a program, it is a framework.

Martyr requires Ant be properly installed before it can be compiled.
It can be downloaded from http://jakarta.apache.org/ant/index.html.

To compile martyr under Linux or Windows, just go

% cd build; ant

In the martyr root directory.  Hopefully a martyr.jar will pop out.

You may need to set your JAVA_HOME environment variable to point to
your JDK before you can use Ant.

If you have trouble, check the build/build.xml file.  You might try
changing the "build.compiler" option.  Delete it to get the default
javac compiler.  You might need to include your tools.jar file
(distributed with the JDK) in your classpath.

You can also compile documentation:

% ant javadocs

