make sure to build the server when building the tests (this is needed for the client-side testing that needs to be able to launch the server)
git-svn-id: http://google-refine.googlecode.com/svn/trunk@925 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
3b7f132430
commit
13399a48ee
@ -121,7 +121,7 @@
|
||||
<copy file="${webapp.src.dir}/log4j.properties" tofile="${webapp.classes.dir}/log4j.properties"/>
|
||||
</target>
|
||||
|
||||
<target name="build_tests" depends="build_webapp">
|
||||
<target name="build_tests" depends="build_webapp, build_server">
|
||||
<mkdir dir="${server.tests.classes.dir}" />
|
||||
<javac srcdir="${server.tests.src.dir}" destdir="${server.tests.classes.dir}" debug="true" includeAntRuntime="no">
|
||||
<classpath refid="tests.class.path" />
|
||||
|
Loading…
Reference in New Issue
Block a user