So, in a head to head contest between a NetBeans plug-in module and
an Ant script, who would win? In the left corner we have... the
result of a very simple Ant script, while in the right... there's a
NetBeans plug-in module embedded in the IDE's Runtime window:
In terms of simplicity, there's nothing as simple as the Ant
script. As I reported in a very recent blog entry, this is all
that's needed to produce a long list of system properties via an
Ant script:
<target name =...