You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/04/02 23:20:00 UTC

DO NOT REPLY [Bug 53011] Ant Jasper task fails after one error

https://issues.apache.org/bugzilla/show_bug.cgi?id=53011

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> 2012-04-02 21:20:00 UTC ---
+1 to the idea, but I'd like to see an implementation that is more in line with
similar tasks like <javac> and <junit>: they use "failOnError" (defaults to
'true' to get current behavior) and "errorProperty". If you set
failOnError=false and errorProperty=jasperFailed, then you can test for
jasperFailed and emit any kind of warning/error you'd like from your ant
target.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org