Skip to content

Files

Latest commit

 

History

History
This branch is 693 commits behind smooks/smooks:master.

smooks-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Mar 5, 2012
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Apr 30, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jan 12, 2014
Jul 23, 2011
Jan 12, 2014
Jul 23, 2011
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.