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

Mutable properties





------- Additional Comments From [EMAIL PROTECTED]  2003-05-26 09:17 -------
Antelope rocks
Note however that the installation manual should
read 
       
         <taskdef resource="ise/antelope/tasks/antelope.taskdefs
                  classpath="path/to/AntelopeTasks_2.55.jar"/>
rather than
       
         <taskdef resource="ise.antelope.tasks.antelope.taskdefs
                  classpath="path/to/AntelopeTasks_2.55.jar"/>

Also the name of the name of the variable task is "var".

example:

  <var name="x" value="6"/>
  <echo message="x is ${x}"/>
  <var name="x" value="7"/>
  <echo message="x is ${x}"/>

Reply via email to