I've just committed a boo that failed on javadoc. I _did_ run ant test before and Eclipse didn't complain about it (even though I have javadoc parsing enabled). Can I propose that we add an aggregator target that will aggregate checks happening on jenkins (is there one already)? I'm thinking of a dummy target like:
<target name="commit-check" depends="clean, test, javadocs" /> so that once you run that you can be 99% confident you're not screwing something up on the build server. If this sounds good, I'll commit it in (add any other things you think should be there). Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
