You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by bu...@apache.org on 2003/11/14 03:30:21 UTC

DO NOT REPLY [Bug 24550] - cactus:report should run cactus:test

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24550>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24550

cactus:report should run cactus:test





------- Additional Comments From brett@apache.org  2003-11-14 02:30 -------
Actually, this should be:

    <j:set var="ignoreCactusHaltOnFailure" value="${cactus.halt.on.failure}"/>
    <j:set var="cactus.halt.on.failure" value="false"/>
    <j:set var="ignoreCactusHaltOnError" value="${cactus.halt.on.error}"/>
    <j:set var="cactus.halt.on.error" value="false"/>
    <attainGoal name="cactus:test"/>
    <j:set var="cactus.halt.on.failure" value="${ignoreCactusHaltOnFailure}"/>
    <j:set var="cactus.halt.on.error" value="${ignoreCactusHaltOnError}"/>

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