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


-- 
View this message in context: 
http://www.nabble.com/ant-task-tf2018649.html#a5550504
Sent from the Ant - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to