| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- Developing with JAXB and Ant, Part 2 by Joseph Shelby - [Clicks: 42]
We discovered that Ant has some minor flaws in handling one-to-many file dependencies, and that the only way to guarantee that Ant calls the code generator is to make sure that Ant calls the code generator on every build. In addition, we found that Ant could also be used to solve a smaller (but more common) problem, in which you must explicity provide Javadoc with a list of packages being documented. Both of these problems can be solved, but only by writing our own Ant Task objects to handle them, as we'll see in this article.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html - Mar, 2002 - Developing with JAXB and Ant, Part 1 by Joseph Shelby - [Clicks: 30]
This article will show the use of Ant when working with a tool like the Java API for XML Binding (JAXB), and in the process show how JAXB can be used with packages, a feature not demonstrated in the examples provided in the JAXB distribution.
http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html - Mar, 2002