Skip to content

Commit

Permalink
Move to a (hopefully temporary) fork of the main line aggregator's CL…
Browse files Browse the repository at this point in the history
…I to work cross-platform with file names, not URIs.
  • Loading branch information
iay committed Jun 1, 2011
1 parent a2cc097 commit 4af9410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,10 @@
<macrodef name="MDA">
<!-- Spring pipeline configuration file -->
<attribute name="config"/>
<!-- output file -->
<attribute name="out"/>
<sequential>
<java classname="net.shibboleth.metadata.cli.SimpleCommandLine"
<java classname="uk.org.ukfederation.mda.SimpleCommandLine"
fork="true" failonerror="true" maxmemory="${java.max.memory}">
<classpath>
<fileset dir="${tools.mda}/lib">
Expand All @@ -581,8 +582,8 @@
<jvmarg value="-Djava.endorsed.dirs=${tools.mda}/lib/endorsed"/>
<jvmarg value="-Dlogback.configurationFile=${tools.dir}/ukf-mda/logback.xml"/>
<jvmarg value="-Dbasedir=${basedir}"/>
<arg value="file:@{config}"/>
<arg value="file:@{out}"/>
<arg value="@{config}"/>
<arg value="@{out}"/>
</java>
</sequential>
</macrodef>
Expand Down
Binary file modified tools/ukf-mda/ukf-mda-0.6-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 4af9410

Please sign in to comment.