-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
jenkins 1.409
I found an ant project where the ant tasks can include spaces, the Console Annotator detects ant tasks in the logfile by checking that a line contains no spaces and ends with a colon.
This would be easy to fix, however I think this may cause other lines to be classified as ant tasks as well.
The log looks like this
create sub project jars:
...
validate:
...