Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • ant task

    1 answers - 474 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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
  • 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
    --

Re: ant task


max 4000 letters.
Your nickname that display:
In order to stop the spam: 6 + 5 =
QUESTION ON "Java"

EMSDN.COM