Skip to content

JonWhite65/didactic-hockeypuck

 
 

Repository files navigation

Building and Running The Examples:
==================================
In order to build any of the examples, you need to install Maven (http://maven.apache.org/).
We use Maven v2.0.8, so if you're using a different version and have any issues, please try
v2.0.8 before raising a JIRA (http://jira.codehaus.org/browse/MILYN).

All of the examples are built and run in the same way:

To Build: "mvn -s [path to settings.xml file in examples root] clean install"
To Run:   "mvn exec:java"

Online Documentation:
=====================
Smooks User Guide:     http://milyn.codehaus.org/Smooks+User+Guide
Example Documentation: http://milyn.codehaus.org/Tutorials

Smooks Execution Report:
========================
Most of the examples generate a Smooks Execution Report in the "target/report" folder
of the example.  This can be a useful tool for comprehending the processing performed
by Smooks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.5%
  • Java 6.6%
  • XSLT 1.9%