I am using JAXB 2.1.2 with the MOXy implementation. To build my web app I am using Ant 1.7.1 and I am also using the
package-info.java
class to specify namespace stuff.
All runs fine, except the package-info.java does not get compiled. in the build directory, there is no expected package-info.class at the dedicated directory (with my domain classes).
How can I force Ant to also compile the package-info.java class?
I read about Ant's limitation here but I can't believe that this has not been resolved? http://ant.apache.org/manual/Tasks/javac.html
Thanks