Properties. Configures custom properties to pass to each time
you call Ant. Click the ellipsis button button to open an editor for the properties.
This property is similar to the Ant command-line option, -Dkey=value.
The following properties are predefined by the IDE. Do not change these
values as they are calculated automatically:
- ${netbeans.library.path}. A classpath containing libraries
used by the IDE itself at runtime (such as ant.jar).
- ${netbeans.filesystems.path}. A classpath corresponding to
your mounted filesystems.
- ${netbeans.bootclass.path}. The IDE's bootstrap classpath (from
your JRE). Not recommended for normal use.
- ${netbeans.class.path}. The IDE's startup classpath. Not recommended
for normal use.
The following properties are not calculated automatically by the IDE. You
can set them as you see fit.
- ${build.compiler.emacs}. If you are compiling using Jikes (build.compiler=jikes),
setting this property to true enables Emacs compatible error messages.
- ${build.sysclasspath}. Sets how Ant builds its classpath when
running. It is strongly recommended that you leave this property set to
ignore. This setting ignores the system classpath and depends on the classpath
specified in the script's <classpath> element.