hi,<div><br></div><div>I once documented what ANT scripts get called and which targets during a build process.</div><div>This might be useful for other Yanel developers because you can get quickly lost in these thousand build XMLs:</div>
<div><br></div><div>If you know an answer regarding my initial question, I'm still happy to get that because I'm still searching...</div><div><br></div><div><meta charset="utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div>
Dann geht folgendes ab:</div><div><font face="'courier new', monospace">--> build.sh </font></div><div><font face="'courier new', monospace">--> <span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">yanel</span>.sh</font></div>
<div><font face="'courier new', monospace">--> $<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">yanel</span>/src/build/realms/realms.build.xml : deploy-jar</font></div>
<div><div><font face="'courier new', monospace">  --> $<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">yanel</span>/src/build/realms/realms.build.xml : compile</font></div>
</div><div><div><font face="'courier new', monospace">    --> $<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">realm</span>/build.xml: <span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">init</span></font></div>
</div><div><font face="'courier new', monospace">      --> <span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">init</span> ausführen (depends <span style="font-size: 11px; "><span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">yanel</span>-<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">realm</span>.<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">init</span></span><span style="font-size: 11px; color: rgb(0, 143, 0); "> </span>habe ich nicht gefunden)</font></div>
<div><font face="'courier new', monospace">    --> compile ausführen</font></div><div><div><div><font face="'courier new', monospace">      --> $<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">yanel</span>/src/build/realms/realms.build.xml : install-jar</font></div>
</div><div><font face="'courier new', monospace">      --> install-jar ausführen</font></div></div><div><font face="'courier new', monospace"><br></font></div><div><font face="'courier new', monospace">Cheers</font></div>
<div><font face="'courier new', monospace"><br></font></div></span></div><div><br><br><div class="gmail_quote">On Tue, Feb 1, 2011 at 6:21 PM, Balz Schreier <span dir="ltr"><<a href="mailto:balz.schreier@gmail.com">balz.schreier@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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>
</blockquote></div><br></div>