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:
parent
f6790885ca
commit
de9d9e39a9
38 changed files with 43 additions and 38 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue