We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6774f19 commit 957c62eCopy full SHA for 957c62e
samples/airline/client/spring-ws/build.xml
@@ -48,11 +48,10 @@
48
<delete dir="${gen.dir}"/>
49
</target>
50
51
- <target name="run" depends="echo"/>
+ <target name="run" depends="getFlights"/>
52
53
- <target name="echo" depends="build">
54
- <java classname="org.springframework.ws.samples.airline.client.sws.AirlineClient"
55
- fork="true"
+ <target name="getFlights" depends="build">
+ <java classname="org.springframework.ws.samples.airline.client.sws.AirlineClient" fork="true"
56
failonerror="true">
57
<classpath refid="classpath"/>
58
<classpath location="${bin.dir}"/>
0 commit comments