Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7f98d667 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Make build checking test/html before proceeding

parent 8db7338d
No related branches found
No related tags found
No related merge requests found
......@@ -333,8 +333,17 @@
<move file="aserv.jar" tofile="lib/aserv.jar" />
</target>
<!-- tested (but ugly) -->
<target name="check-testdir">
<available file="test/html" property="testdir-ok"/>
</target>
<target name="preparetestdir" depends="check-testdir" description="" unless="testdir-ok">
<mkdir dir="test/html" />
</target>
<!-- tested -->
<target name="test" depends="bind" description="Unit test code">
<target name="test" depends="bind,preparetestdir" description="Unit test code">
<condition property="testset" value="${group}" else="raw">
<isset property="group"/>
</condition>
......
......@@ -63,7 +63,7 @@ with a warning:
<!--h2>Version 4.10 (2xxx): ??/??/201X - Pumpkin risotto</h2-->
<h2>Version 4.9 (2155): 19/07/2017 - Letraset</h2>
<h2>Version 4.9 (2158): 19/07/2017 - Letraset</h2>
<p><ul compact="1">
<li><span style="color: red;">Suppressed</span> empty constructor in <tt>DBServiceImpl</tt> (serv)</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment