hi,<div><br></div><div>i'm analyzing the following issue, maybe somebody knows the answer already?</div><div><br></div><div>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.</div>
<div>It is crucial that that Java class get compiled as well and put into the final WAR file for deployment.</div><div><br></div><div>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".</div>
<div><br></div><div>I'm checking now all the ant targets to find out why it does not get packaged.</div><div><br></div><div>Note that the runtime build works fine (testing locally), but when doing the distribution build, it is missing.</div>
<div><br></div><div>Cheers</div><div>Balz</div>