Add failonerror=true to ant run command

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-02-07 08:14:37 +00:00
commit de9d9e39a9
38 changed files with 43 additions and 38 deletions

View file

@ -24,7 +24,7 @@
</path>
<target name="run">
<java classname="scatours.HelpPagesLauncher" fork="true">
<java classname="scatours.HelpPagesLauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
<path refid="compile-path"/>