BTW:
Is it possible to modify the ant/make scripts for the usage by NetBeans
in a way, that C-compiler must not be installed for make run, if there
are no C sources to be compiled in a partial build?
This would be very convenient, especially on Windows, where Microsoft's
C-compiler (Visual Studio) is not freely available.
-Ulf
Am 29.06.2010 19:10, schrieb Jesse Glick:
1. Use ${ant.core.lib} as it makes fewer assumptions about the layout
of the Ant installation than ${ant.home}/lib/ant.jar.
2. Pass includeantruntime="false" in all cases to best control what
goes into the classpath.