[ 
https://issues.apache.org/jira/browse/BUILDR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419278#comment-13419278
 ] 

Alex Boisvert commented on BUILDR-238:
--------------------------------------

May be worth noting that you can import Eclipse project definitions:
http://netbeans.org/kb/docs/java/project-setup.html#import-eclipse

I haven't found a technical doc describing the Netbeans project configuration 
file (project.xml) yet.
                
> NetBeans Meta Generation Support
> --------------------------------
>
>                 Key: BUILDR-238
>                 URL: https://issues.apache.org/jira/browse/BUILDR-238
>             Project: Buildr
>          Issue Type: New Feature
>          Components: IDE
>    Affects Versions: 1.4
>            Reporter: Daniel Spiewak
>             Fix For: Wish List
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to