Skip to content
Snippets Groups Projects
Commit 13c2f336 authored by felmer's avatar felmer
Browse files

SE-146 try to fix bug

SVN: 12916
parent 84a6e521
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,11 @@ ...@@ -19,6 +19,11 @@
<target name="compile" depends="build-common.compile, clean" /> <target name="compile" depends="build-common.compile, clean" />
<target name="run-tests"> <target name="run-tests">
<copy todir="${classes}">
<fileset dir="../datastore_server/${sources}">
<include name="**/*.xsd" />
</fileset>
</copy>
<antcall target="build-common.run-tests"> <antcall target="build-common.run-tests">
<param name="test.suite" value="tests.xml" /> <param name="test.suite" value="tests.xml" />
</antcall> </antcall>
...@@ -66,13 +71,13 @@ ...@@ -66,13 +71,13 @@
<target name="dist"> <target name="dist">
<antcall target="make-dist"> <antcall target="make-dist">
<param name="variant" value="" /> <param name="variant" value="" />
</antcall> </antcall>
</target> </target>
<!-- parameters: <!-- parameters:
variant - will be used in the distribution file name variant - will be used in the distribution file name
--> -->
<target name="make-dist" depends="dss-jar"> <target name="make-dist" depends="dss-jar">
<copy file="${dss-jar.file}" todir="${dist.datastore_server.lib}" /> <copy file="${dss-jar.file}" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/cisd-base/cisd-base.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/cisd-base/cisd-base.jar" todir="${dist.datastore_server.lib}" />
...@@ -90,7 +95,7 @@ ...@@ -90,7 +95,7 @@
<copy file="${lib}/commons-lang/commons-lang.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/commons-lang/commons-lang.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/commons-dbcp/commons-dbcp.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/commons-dbcp/commons-dbcp.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/commons-pool/commons-pool.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/commons-pool/commons-pool.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/postgresql/postgresql.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/postgresql/postgresql.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/commons-logging/commons-logging.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/commons-logging/commons-logging.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/commons-httpclient/commons-httpclient.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/commons-httpclient/commons-httpclient.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/eodsql/eodsql.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/eodsql/eodsql.jar" todir="${dist.datastore_server.lib}" />
......
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