Lou Hamersly created NETBEANS-2629:
--------------------------------------

             Summary: "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
         Attachments: Screenshot from 2019-06-02 14-18-24.png

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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to