Macker is a build-time architectural rule checking utility for Java developers.
View the rules file
It’s meant to model the architectural ideals programmers always dream up for their projects, and then break — it helps keep code clean and consistent. Users can tailor a rules file to suit a specific project’s structure, or write some
Anakia is an XML transformation tool, that uses JDOM and Velocity to transform XML documents into the format of your choice.
It provides an alternative to using Ant’s task and XSL to process XML files.
The basic model that AnakiaTask uses is pretty straightforward :
Parse your XML into a JDOM Document:
SAXBuilder builder;
Document root =
Andariel is a set of tasks designed to help the generation of HTML (and other markup languages) pages from Ant. Includes a XPath processor, an image information retriever, and others.
Tasks
Current tasks include:
XPath: This is used to perform an XPath query on an XML file. It’s designed to be used together with Ant
Comments --
Add