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

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

Finally. I think it shall be not supported/allowed. NetBeans not just compiles 
and packages files, but actively provide code completion, refactoring, etc. In 
order to be able to do that consequently the IDE needs to be able to determine 
a 1:1 relationship between projects and files. While this issue does not 
contradict with this requirement, but could lead to such franken project 
structures.

> "Error Node" shown when using relative path in srcDir parameter
> ---------------------------------------------------------------
>
>                 Key: NETBEANS-2629
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2629
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Gradle
>            Reporter: Lou Hamersly
>            Assignee: Laszlo Kishalmi
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: Screenshot from 2019-06-02 14-18-24.png
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Error Node is displayed in Projects tab when using a relative path to a src 
> folder. An absolute path doesn't work either. 
> {code:java}
> sourceSets {
>   main {
>     java {
>       srcDir 'src/main/java'
>       srcDir '../jme3-bullet/src/common/java'
>     }
>   }
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to