Description
As a member of the trifecta of major Java IDEs, NetBeans should be supported for project meta generation (e.g. `buildr netbeans`). Currently, only Eclipse and IDEA are supported. Meta generation for NetBeans could be fairly simple, even going so far as to delegate from Ant to buildr for any real action:
<target name="build">
<execute command="buildr compile"/>
</target>
The important point would be to correctly generate `nbproject/project.xml`, which (AFAIK) is specified by the following documentation: http://www.netbeans.org/kb/articles/freeform-config-40.html