> -----Original Message-----
> From: Bender, Christopher [mailto:[EMAIL PROTECTED]
>
> When I try to run the following task i get 'null' returned from the
> getProperty even though the variale has been set. Is there something I am
> missing?
>
> <target name="verifyParams" depends="init">
> <script language="javascript"> <![CDATA[
> echo = dmt.createTask("echo");
> execute.addTask(echo);
> echo.setMessage("--> " + dmt.getProperty(instanceName));
> ]]>
> </script>
> </target>
Probably should be dmt.getProperty("instanceName")), with quotes, assuming
your project name is "dmt". --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]