[Anthill] Failed Builds not being reported

Steven.Shaw at hartfordlife.com Steven.Shaw at hartfordlife.com
Tue Oct 19 13:52:27 CDT 2004





Hi

I'm using Anthill version 2.3.0 (beta).18514.    When the builds underlying
ant task fails, the message appears in the log but I still get an e-mail
stating that the build is a success.

Here's the ant task I'm running.   Any help is appreciated...


<target name="buildRelease" depends="create-dir">
            <antcall target="compileAntHill" />
            <antcall target="createWar"/>
            <antcall target="stopServer"/>
            <sleep seconds="60"/>
            <antcall target="send-war-file"/>
            <antcall target="startServer"/>
      </target>

<target name="compileAntHill" depends="create-dir">
            <javac srcdir="source"
                  destdir="Prime/WEB-INF/classes"
                  debug="on"
                  optimize="on"
                  includes="**/*.java"
                  deprecation="on">
                   <classpath refid="project.class.path" />
            </javac>
      </target>
                                                                            
                                                                            
                                                                            





Steve



*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************




More information about the Anthill mailing list