[Yanel-dev] Not all Java classes end up in the distribution WAR

Balz Schreier balz.schreier at gmail.com
Tue Feb 1 18:21:10 CET 2011


hi,

i'm analyzing the following issue, maybe somebody knows the answer already?

I am using Java SE 6 JAXB, and the standard allows you to put a
package-info.java into the package folder where all the data beans are
located.
It is crucial that that Java class get compiled as well and put into the
final WAR file for deployment.

However, the current standard distribution process of Yanel does not include
that java file. Why? It has to be called "package-info.java", so in the
final WAR file there should be a "package-info.class".

I'm checking now all the ant targets to find out why it does not get
packaged.

Note that the runtime build works fine (testing locally), but when doing the
distribution build, it is missing.

Cheers
Balz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wyona.org/pipermail/yanel-development/attachments/20110201/3163f14e/attachment.html>


More information about the Yanel-development mailing list