Ticket #19 (new defect)
JcReportAntTask should be "failfast"
| Reported by: | amessner | Owned by: | jCoderZ |
|---|---|---|---|
| Priority: | major | Milestone: | unscheduled |
| Component: | misc | Version: | trunk |
| Keywords: | Cc: |
Description
The JcReportAntTask? is a bit too "fault tolerant".
I had the following configuration problems:
- could not load checkstyle config (config file error)
- could not load findbugs coreplugin.jar (classpath config error)
- PMD and CPD both failed (configuration error)
- Merging reports failed
- Java2Html failed
Still I got "BUILD SUCCESSFUL" in the end.
The JcReport ant task should fail as soon as one tool fails (or maybe support a failOnError property per tool).
Change History
Note: See
TracTickets for help on using
tickets.
