You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Daniel Spiewak (JIRA)" <ji...@apache.org> on 2009/01/24 22:17:59 UTC

[jira] Created: (BUILDR-238) NetBeans Meta Generation Support

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


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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (BUILDR-238) NetBeans Meta Generation Support

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme updated BUILDR-238:
----------------------------------

    Fix Version/s: Wish List

> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-238) NetBeans Meta Generation Support

Posted by "Doug Holton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696385#action_12696385 ] 

Doug Holton commented on BUILDR-238:
------------------------------------

I would be willing to help test this out if anyone is working on it.

Sticking to ant in the mean time since netbeans uses it.


> 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
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-238) NetBeans Meta Generation Support

Posted by "Paul Walker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899504#action_12899504 ] 

Paul Walker commented on BUILDR-238:
------------------------------------

Netbeans does support the use of pom.xml files as project files.  Perhaps it's worth considering just generating the necessary pom files.  However, this would mean that non maven dependencies (zipped jars, local file system) would have to be manually added to the users local repository first.

> 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
>
> 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.
-
You can reply to this email to add a comment to the issue online.