Eclipse Plugin for Jamon
An Eclipse plugin for Jamon is available. The plugin offers the following features:- Java files are automatically generated from Jamon files each time they are saved.
- Error and warning markers in a generated Java files are automatically "shifted" to the corresponding Jamon template file, at the location in the template which caused the problem.
- Configurable syntax highlighting is performed for Jamon tags.
http://www.jamon.org/eclipse/updates
, and install both
the Jamon feature and the Jamon Processor Feature. If you are using
m2eclipse, you can also
install the Jamon Maven Configurator, which will automatically
configure your eclipse projects to use the Jamon Eclipse plugin based
on the contents of your pom.xml file.
A java project can be Jamon-enabled via Project Properties->Jamon. By default, the jamon processor used is the one included with the Jamon Processor Feature, but you can also choose other versions of the jamon-processor jar. Note that this only works with jamon versions 2.3 and later.
Syntax highlighting can be configured via Window->Preferences->Jamon Syntax