[
http://issues.apache.org/jira/browse/FOR-767?page=comments#action_12375847 ]
Gavin commented on FOR-767:
---------------------------
Looking at deploy.xml the build will fail if deploy is local :-
<target name="deploy.local" unless="build.failed" description="FB: Deploy to a
local location">
but will ignore a fail if deploy is ftp :-
<target name="deploy.ftp" unless="" description="Forrestbot:Deploy via FTP">
and should fail if via SVN
<target name="deploy.svn" unless="build.failed" description="FB: Deploy by
committing to an SVN repository">
...
<exec executable="svn" dir="${deploy.svn.svn-dir}"
output="${deploy.svn.svn-filestoadd}" failonerror="true">
Looking in notify.xml a failed or success build will be notified either way via
email.
failonerror is set to false in notify.email target, so I guess the end result
will
show 'build succeeded' because a notify email has been sent, whether the intial
site build
was successful or not. (?)
> Forrestbot webapp reports succesful even when there are broken links
> --------------------------------------------------------------------
>
> Key: FOR-767
> URL: http://issues.apache.org/jira/browse/FOR-767
> Project: Forrest
> Type: Bug
> Components: Tool: Forrestbot
> Versions: 0.8-dev
> Reporter: Ross Gardler
> Priority: Minor
> Fix For: 0.8-dev
>
> We should also report why it failed:
> - plugin problem
> - broken link (with a link to the broken links file)
> - ??
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira