No.1 | | 553 bytes |
| 
29/07/06, satheesh <tsatheeskumar (AT) yahoo (DOT) co.ukwrote:
I have written a java class which will add two values and print it in the
console and I called that class in ant as mentioned below,
how can I get that value (or returned that value from class) back to ant
target or the property tag
<taskdef name="adder" classname="net.wyeast.ant.Add"/>
<target name="main">
<adder op1="23" op2="77"/>
<target>
What's the solution for this proble?
Thanks,
satheesh
--