You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (Jira)" <ji...@apache.org> on 2021/05/02 13:55:00 UTC

[jira] [Resolved] (NETBEANS-2633) Netbeans 11 gradle cannot open projects with dependencies outside the root project

     [ https://issues.apache.org/jira/browse/NETBEANS-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Kishalmi resolved NETBEANS-2633.
---------------------------------------
    Resolution: Won't Fix

Using Gradle this way is a bad practice. It is better to move to use composite builds instead with Gradle.

> Netbeans 11 gradle cannot open projects with dependencies outside the root project
> ----------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2633
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2633
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Gradle
>    Affects Versions: 11.0
>            Reporter: Rick
>            Assignee: Laszlo Kishalmi
>            Priority: Major
>         Attachments: dependencyOutsideRoot.zip, image-2019-06-03-14-18-17-417.png, image-2019-06-03-14-18-57-811.png
>
>
> To reproduce, execute the following (after extracting the attached zip file):
> {{cd proj1}}
> {{gradle run}}
> That will output Hello world.
> When opened in netbeans 11, this shows:
> !image-2019-06-03-14-18-17-417.png!
> With the following error
> !image-2019-06-03-14-18-57-811.png!
> So it seems that netbeans thinks proj3 is a root project (which it isn't).
>  
> I expect netbeans to open this project without errors. This worked fine in netbeans 8.2 with the old gradle plugin.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists