Problem with compiling Illarion -Java

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
szymonsocho
Posts: 2
Joined: Tue Feb 13, 2018 10:10 pm

Problem with compiling Illarion -Java

Post by szymonsocho »

I have attached screen from cmd, and index.html with bugs. Anyone can help me? I want make same additionals maps for Illarion.

Code: Select all

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="x-ua-compatible" content="IE=edge"/>
<title>Test results - Test Summary</title>
<link href="css/base-style.css" rel="stylesheet" type="text/css"/>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<script src="js/report.js" type="text/javascript"></script>
</head>
<body>
<div id="content">
<h1>Test Summary</h1>
<div id="summary">
<table>
<tr>
<td>
<div class="summaryGroup">
<table>
<tr>
<td>
<div class="infoBox" id="tests">
<div class="counter">5</div>
<p>tests</p>
</div>
</td>
<td>
<div class="infoBox" id="failures">
<div class="counter">2</div>
<p>failures</p>
</div>
</td>
<td>
<div class="infoBox" id="ignored">
<div class="counter">0</div>
<p>ignored</p>
</div>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">2.234s</div>
<p>duration</p>
</div>
</td>
</tr>
</table>
</div>
</td>
<td>
<div class="infoBox failures" id="successRate">
<div class="percent">60%</div>
<p>successful</p>
</div>
</td>
</tr>
</table>
</div>
<div id="tabs">
<ul class="tabLinks">
<li>
<a href="#tab0">Failed tests</a>
</li>
<li>
<a href="#tab1">Packages</a>
</li>
<li>
<a href="#tab2">Classes</a>
</li>
</ul>
<div id="tab0" class="tab">
<h2>Failed tests</h2>
<ul class="linkList">
<li>
<a href="classes/illarion.build.ConvertPluginTest.html">ConvertPluginTest</a>.
<a href="classes/illarion.build.ConvertPluginTest.html#applyStringTest">applyStringTest</a>
</li>
<li>
<a href="classes/illarion.build.ConvertPluginTest.html">ConvertPluginTest</a>.
<a href="classes/illarion.build.ConvertPluginTest.html#applyTest">applyTest</a>
</li>
</ul>
</div>
<div id="tab1" class="tab">
<h2>Packages</h2>
<table>
<thead>
<tr>
<th>Package</th>
<th>Tests</th>
<th>Failures</th>
<th>Ignored</th>
<th>Duration</th>
<th>Success rate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="failures">
<a href="packages/illarion.build.html">illarion.build</a>
</td>
<td>2</td>
<td>2</td>
<td>0</td>
<td>2.104s</td>
<td class="failures">0%</td>
</tr>
<tr>
<td class="success">
<a href="packages/illarion.build.imagepacker.html">illarion.build.imagepacker</a>
</td>
<td>3</td>
<td>0</td>
<td>0</td>
<td>0.130s</td>
<td class="success">100%</td>
</tr>
</tbody>
</table>
</div>
<div id="tab2" class="tab">
<h2>Classes</h2>
<table>
<thead>
<tr>
<th>Class</th>
<th>Tests</th>
<th>Failures</th>
<th>Ignored</th>
<th>Duration</th>
<th>Success rate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="failures"/>
<a href="classes/illarion.build.ConvertPluginTest.html">illarion.build.ConvertPluginTest</a>
<td>2</td>
<td>2</td>
<td>0</td>
<td>2.104s</td>
<td class="failures">0%</td>
</tr>
<tr>
<td class="success"/>
<a href="classes/illarion.build.imagepacker.SpaceTest.html">illarion.build.imagepacker.SpaceTest</a>
<td>3</td>
<td>0</td>
<td>0</td>
<td>0.130s</td>
<td class="success">100%</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="footer">
<p>
<div>
<label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by 
<a href="http://www.gradle.org">Gradle 4.3-rc-2</a> at 2018-02-13 22:13:33</p>
</div>
</div>
</body>
</html>
Attachments
Problem.png
Problem.png (21.04 KiB) Viewed 1104 times
szymonsocho
Posts: 2
Joined: Tue Feb 13, 2018 10:10 pm

Re: Problem with compiling Illarion -Java

Post by szymonsocho »

I have fixed that problem above, but i get another one, still with mapeditor. This time I've made gradlew build in IntelliJ IDEA. Screen below:
Attachments
Error report.png
Error report.png (27.36 KiB) Viewed 1082 times
User avatar
Seajiha
Developer
Posts: 95
Joined: Sun Apr 03, 2016 12:02 pm

Re: Problem with compiling Illarion -Java

Post by Seajiha »

I want make same additionals maps for Illarion.
If thats your only goal why do you want to compile the client? The mapeditor is included in the downloadable client.
Post Reply