Skip to content
Snippets Groups Projects
Commit d8e2bc72 authored by Mirco Dotta's avatar Mirco Dotta
Browse files

Minor update. No way I'll be able to compile examples using ant ...

parent 6ae04119
No related branches found
No related tags found
No related merge requests found
......@@ -125,10 +125,12 @@
<target name="compile-examples" depends="dist" description="compile the examples">
<mkdir dir="${build.examples.dir}" />
<scalac srcdir="${examples.dir}" destdir="${build.examples.dir}" force="changed" addparams="${scalac.funcheck.plugin}">
<scalac srcdir="${examples.dir}" destdir="${build.examples.dir}" force="changed"
addparams="${scalac.funcheck.plugin}">
<classpath>
<path refid="scalac.class.path" />
<path refid="scala.lib.extension.path" />
<path refid="build.path" />
<path refid="funcheck.lib.path" />
<path refid="scalacheck.lib.path" />
</classpath>
</scalac>
......
......@@ -56,6 +56,7 @@ echo "Compile tests that have declared forAll properties."
echo "********************************************************************************"
echo
mkdir bin/examples
#This is needed for aliases to work correctly
shopt -s expand_aliases;
......
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