You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/06/02 10:41:46 UTC

[GitHub] [netbeans] dukescript opened a new pull request #1280: Java with Maven -> Java Frontend App + MOE is broken since Gradle support introduced

dukescript opened a new pull request #1280: Java with Maven -> Java Frontend App + MOE is broken since Gradle support introduced
URL: https://github.com/apache/netbeans/pull/1280
 
 
   Try NetBeans 11 and do: New project -> Java with Maven -> Java Frontend Application -> ... -> Run on iOS devices + Use Multi OS Engine (needs Mac). Then create the project...
   
   Nested `client-moe` project is recognized as Gradle, while it is a nested Maven project. The IDE gets totally confused by that.
   
   This fix mitigates the situation by preferring Maven over Gradle, if parent folder is also Maven, but not Gradle. Is it OK this way, @lkishalmi?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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