How would I do something like:

<target name="x">
  <if test="true == ${auto-deploy}">
    <javac dest="${dir.deploy.auto}" ... />
  </if>
  <else>
    <javac dest="${dir.build}" ... />
  </else>
</target>

?

--
Laran Evans - Cornell University
p: (607) 255-6864 f: (607) 255-0327


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

Reply via email to