<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><br><div><br><blockquote type="cite"><div>On 18 Aug 2023, at 09:44, Anderegg Lucas, Bedag <Lucas.Anderegg@bedag.ch> wrote:</div><br class="Apple-interchange-newline"><div><meta charset="UTF-8"><div id="divtagdefaultwrapper" dir="ltr" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;"><div style="margin-top: 0px; margin-bottom: 0px;"><span style="font-size: 12pt;">I tired to build it on windows with cmd: ./ant.bat which results in the following error:</span></div><p style="margin-top: 0px; margin-bottom: 0px;"></p><div>Error: Could not create the Java Virtual Machine.</div><div>-Djava.endorsed.dirs=endorsed is not supported. Endorsed standards and standalone APIs</div><div>in modular form will be supported via the concept of upgradeable modules.</div><div>I am using orcale 1.8.131 for this build.</div><div>I was wondering with which java version the maven distribution was built.</div></div></div></blockquote><div><br></div><div>Probably 1.3. There are some docs in the docs/ directory which may help.</div><div><br></div><div>Editing build.xml to remove lines like this might help with more modern compilers:</div><div><br></div><div><compilerarg line="-J-Djava.endorsed.dirs=${endorsed}" /></div><div><br></div><div>Or it might not. 'm fairly sure that was just a warning in 1.8, in particular, and it might not actually be your problem.</div></div><div>
<span class="Apple-style-span" style="border-collapse: separate; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; line-height: normal; border-spacing: 0px; -webkit-text-decorations-in-effect: none;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div><span class="Apple-tab-span" style="white-space: pre;"><br class="Apple-interchange-newline"></span> -- Ian<br></div><div><span class="Apple-style-span" style="font-size: medium;"><br></span></div></span></div></span><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></body></html>