You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Manoj Sadangi <ms...@manh.com> on 2003/05/13 16:18:51 UTC

javascript inside ant

how can I access the property variable ${var1} inside the script task ?
<script language="javascript"> <![CDATA[
        echo = helloworld.createTask("echo");
        all.addTask(echo);
        echo.setMessage(${var1});
    ]]> 
</script>

thanks, 
manoj 

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