[Anthill] Failed Builds not being reported
Eric Minick
eric at urbancode.com
Tue Oct 19 14:15:14 CDT 2004
Hi Steve,
I think you were looking for the Anthill-Pro list
(http://lists.urbancode.com/mailman/listinfo/anthill-pro). It's not a
big deal though.
When you look at your project build status in Anthill Pro, does it say
the build succeeded as well?
Regards,
Eric
Steven.Shaw at hartfordlife.com wrote:
>
>
>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.
>*************************************************************************
>
>_______________________________________________
>Anthill mailing list
>Anthill at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>
>
More information about the Anthill
mailing list