The Java EE 5 Tutorial

Building and Running the Customize Inline Example Using Ant

To compile and run the Customize Inline example using Ant, in a terminal window, go to the tut-install/javaeetutorial5/examples/jaxb/inline-customize/ directory and type the following:


ant runapp

Key customizations in this sample, and the custom MyDatatypeConverter.java class, are described in more detail below.