If you're using Ant in your project, you can pull the Smooks binaries from the Maven repository using the "getsmooks-build.xml" Ant script:
- Make sure Ant is installed and your environment properly configured.
- Download getsmooks-build.xml to a local directory.
- Check the "smooks.version" script property and make sure it is set to the appropriate version (e.g. "1.1" or "1.0.1").
- In the download directory, run "ant -f getsmooks-build.xml".
The jar files will be dropped in the "./smooks-<timestamp>" folder, from where you can easily copy them to the appropriate location.
|
|