Hi Tobias,<div><br></div><div>I have began with the script, but I'm now struggling trying to understand why <font face="courier new, monospace">langdetect-opencms-1.0.jar</font> is being packaged as component under <font face="courier new, monospace">opencms-core/src-components</font>.</div>

<div><br></div><div>As I can see, '<font face="courier new, monospace">opencms-core/src</font>' has one file depending upon <span style="font-family:'courier new',monospace">langdetect-opencms</span>, namely '<font face="courier new, monospace">/src/org/opencms/i18n/CmsLocaleManager.java</font>', but the only class <font face="courier new, monospace">com.cybozu.labs.langdetect.CmsLanguageUtil</font> of <span style="font-family:'courier new',monospace">langdetect-opencms-1.0.jar</span><font face="arial, helvetica, sans-serif"> has also several dependencies upon </font><font face="courier new, monospace">opencms-core/src.</font><font face="arial, helvetica, sans-serif"> That is, we have a cyclic dependency!</font></div>

<div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Is there any reason to not move </font><font face="courier new, monospace">com.cybozu.labs.langdetect.CmsLanguageUtil</font><font face="arial, helvetica, sans-serif"> to </font><font face="courier new, monospace">opencms-core/src</font><font face="arial, helvetica, sans-serif">? If I'm not wrong, the current build works by coincidence.</font></div>

<div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif"><br clear="all"></font><div>Regards</div><div><br></div><div><br></div><div>Alberto<br></div>
<br><br><div class="gmail_quote">2013/2/12 Tobias Herrmann <span dir="ltr"><<a href="mailto:t.herrmann@alkacon.com" target="_blank">t.herrmann@alkacon.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
I think it's a good idea to create a build.xml for the artefacts generated from src-components. These jars are used during compile time only and don't change much, so we never bothered to do it properly. But it shouldn't be difficult, as they are very basic.<br>

</blockquote></div></div>