> Apparently Forrest doesn't like the 2&> "target". Output using the > regular > comes back successful. Any ideas how to get around that? I > am writing a cron to build forrest each night and email me the error > output if the build fails so I can check into it. Since the 2&> makes > every build fail, it emails me everytime, even if the build really was > successful. I was hoping it maybe gave a unique exit code but it gives > the same as a broken link, so I can't use that to filter this particular > error out.
You might want to consider using Forrestbot (http://forrest.apache.org/tools/forrestbot.html) -- its flexible and powerful, can work over SSH, FTP; use CVS/SVN and send you emails with build results (http://forrest.apache.org/tools/forrestbot.html#notify.email) -- Diwaker Gupta http://resolute.ucsd.edu/diwaker
