General

What is this project about?

See the Introduction

[top]

Is there a Linux/Mac Version?

The Project should be able to run on all Platforms a Java, Eclipse and Maven can run. The Core development was done in Windows, therefore there is no guarantee , that there are no bugs on other platforms.

[top]

What is the flatmaster module?

JUnitRecorder is compiled with Maven. Flatmaster is the module containing the "super-pom". It's called flatmaster because other than most Maven projects this is actually a flat layout. This is why in the flatmaster pom you'll find relative path specifications.

[top]

Error : Syntax error on token ":", ; expected

If you get this error inside a aspect, then AJDT is not completly in sync. Best to deactivate AspectJ on the project and reactivate it afterwards.

[top]

Website

Why is there a "Modules" section in the Navigation?

The project and this webpage is generated with Maven2. Therefore the project layout is splitted in seperated modules you can find directly in the Navigation tree. The master project (flatmaster) is responsible for the root site and contains most of the page content. But nevertheless the modules are there too and you can look at the directly via the Modules section.

[top]

The Website design looks familiar.

The Website was generated by Maven2:site.

[top]

Why are all the tutorials for Windows?

Partly because this is the current main development platform, but also because most people able to install and run an alternative OS should be able to translate the commands from Windows.

[top]