Skip to content

Commit

Permalink
Extract metadata checking framework application out into a separate p…
Browse files Browse the repository at this point in the history
…roject and replace it in this project by the corresponding built .jar file.
  • Loading branch information
iay committed Aug 21, 2009
1 parent 3059d76 commit 2dc6e92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
-->
<property name="tools.dir" value="tools"/>
<property name="tools.ant" value="${tools.dir}/ant"/>
<property name="tools.mdcheck" value="${tools.dir}/mdcheck"/>
<property name="tools.metadatatool" value="${tools.dir}/metadatatool"/>
<property name="tools.xalan" value="${tools.dir}/xalan"/>

Expand Down Expand Up @@ -580,13 +581,15 @@
<attribute name="i"/>
<attribute name="s"/>
<sequential>
<java classname="uk.org.ukfederation.apps.mdcheck.MetadataCheck"
<java classname="uk.ac.sdss.mdcheck.MetadataCheck"
fork="true" failonerror="true" maxmemory="384m">
<classpath>
<fileset dir="${tools.mdcheck}/lib">
<include name="**/*.jar"/>
</fileset>
<fileset dir="${tools.xalan}/lib">
<include name="**/*.jar"/>
</fileset>
<pathelement path="${bin.dir}"/>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${tools.xalan}/endorsed"/>
<arg value="@{i}"/>
Expand Down
Binary file added tools/mdcheck/lib/sdss-mdcheck-1.0.jar
Binary file not shown.

0 comments on commit 2dc6e92

Please sign in to comment.