Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample
<property name="outputs" value="test;testint;testdouble;testbool"/>
<property name="test" value="This is a string coming from ant."/>
<property name="testint" value="23"/>
<property name="testdouble" value="3.14159"/>
<property name="testbool" value="false"/>

  

Building with Ant

In order to build with Ant, javac mustbe available on the ClassPath. Please verify this by setting JAVA_HOME to a valid JDK (not JRE) on the endpoint that will build with Ant. If javaccannot be found, you will receive error FDANT-00005.