Commit bc2f4615 authored by Quality Assurance's avatar Quality Assurance Committed by qa

Fixed typo; Added error handler to run target;

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5814 b35dd754-fafc-0310-a699-88a17e54d16e
parent 69fa7366
......@@ -357,7 +357,8 @@
<!-- run =================================================================================== -->
<target name="run" description="Starts Wildfire inline to the build process.">
<echo>Ensure that you have run ant jar!</echo>
<available file="${target.wildfireHome}" type="dir" property="wildfireHome.found"/>
<fail unless="wildfireHome.found" message="Can't find wildfireHome, run 'ant wildfireHome' or specify with -Dtarget.wildfireHome."/>
<condition property="run.debug" value="-Xdebug -Xint -server -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000">
<isset property="debug"/>
......@@ -805,7 +806,7 @@
<!-- Make & copy the search plugin. -->
<copy todir="${release.out.dir}">
<fileset dir="${target}">
<fileset dir="${target.dir}">
<include name="plugins/search.jar"/>
</fileset>
</copy>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment