You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/08/04 14:10:02 UTC

DO NOT REPLY [Bug 22105] - RunOnce Attribute

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=22105>.
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=22105

RunOnce Attribute

jan@materne.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From jan@materne.de  2003-08-04 12:10 -------
With CVS version you can write that directly under <project>, so that would 
echoed once:


<project default="doNothing">
    <echo>This is the Ant build file for ...</echo>

    <target name="doAll">
        <echo>working...</echo>
    </target>
  
    <target name="doNothing"/>
</project>


The first <echo> is processed whether you define a target or not.

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