You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (Jira)" <ji...@apache.org> on 2020/10/08 20:08:00 UTC

[jira] [Created] (NETBEANS-4885) "Improved" Gradle SubProjectDetection breaks maven projects

Matthias Bläsing created NETBEANS-4885:
------------------------------------------

             Summary: "Improved" Gradle SubProjectDetection breaks maven projects
                 Key: NETBEANS-4885
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4885
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Gradle
    Affects Versions: Next
            Reporter: Matthias Bläsing
            Assignee: Laszlo Kishalmi
         Attachments: Bildschirmfoto_2020-10-08_21-45-32.png, Bildschirmfoto_2020-10-08_22-01-17.png, test-proj.zip

I build netbeans from master (9f2b595df801547c53292952199609ff3ab9ec99) - this causes maven projects to be recognized as gradle projects (see test-proj.zip for a sample). NetBeans is started with clean userdir and cachedir:

bin/netbeans-dev/bin/netbeans --userdir test-user --cachedir test-cache

The project is opened (I run on JDK 11 and did not install nbjavac):

!Bildschirmfoto_2020-10-08_22-01-17.png!

I reverted c43ee9b5091e16ccd0adfeeb50ebaa0e45be0799 ("[NETBEANS-4867] Fix inconsistent Gradle SubProject Detection (#2411)") locally and this restores behavior to normal:

!Bildschirmfoto_2020-10-08_21-45-32.png!

Something in the referenced commits is to eager to recognize gradle projects.

 



--
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