Opened 16 years ago
Closed 15 years ago
#311 closed defect (fixed)
Error in recipe creates emtpy log
Reported by: | jeeens@… | Owned by: | osimons |
---|---|---|---|
Priority: | critical | Milestone: | 0.6 |
Component: | General | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
An error in the recipe like pointing the ant task to a non existing ant file will (correctly) cause the build to fail but without any error message - the log pane is empty.
Another way to produce the bug is to add a "srcdir" attribute (which is not supported) to the cobertura element like this:
<java:cobertura file="dist/cobertura-db-results/coverage.xml" srcdir="Coogee-server/dbtest"/>
I classified the bug as critical because one has to digg into the build slave standard out output to learn about the cause of the error.
Bitten 0.6dev-r559 Trac 0.10.4
Great plugin, keep up the good work!
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by osimons
- Owner changed from cmlenz to osimons
comment:2 Changed 15 years ago by osimons
Check for arguments committed as part of [702] - wrong arguments should no longer reach the recipe command leading to runtime errors.
comment:3 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Forgot to close...
Partly related to #346 as the same happens with os-level errors (such as not finding an executable to run). However, keeping #346 for os-level errors and then this ticket to handle wrong arguments.