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 2020/10/01 03:25:15 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request #2411: [NETBEANS-4867] Fix inconsistent Gradle SubProject Detection

lkishalmi opened a new pull request #2411:
URL: https://github.com/apache/netbeans/pull/2411


   In some cases (like javafx base module) the Gradle plugin fails to detect the project directory using heuristics. Caching sub project info aside of project info makes that information early accessible for project manager, also flushing non-project dir cache makes sure that the subproject can be detected after a project reload.
   
   This PR a bit more than that, it contains disk cache abstraction out of GradleProjectCache. That would be used later for caching other kind of Model information also caching multiple model result. 


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



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


[GitHub] [netbeans] matthiasblaesing commented on pull request #2411: [NETBEANS-4867] Fix inconsistent Gradle SubProject Detection

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2411:
URL: https://github.com/apache/netbeans/pull/2411#issuecomment-705800590


   It seems this broke maven projects: https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-4885


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



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


[GitHub] [netbeans] matthiasblaesing commented on pull request #2411: [NETBEANS-4867] Fix inconsistent Gradle SubProject Detection

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2411:
URL: https://github.com/apache/netbeans/pull/2411#issuecomment-705800590


   It seems this broke maven projects: https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-4885


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



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


[GitHub] [netbeans] lkishalmi merged pull request #2411: [NETBEANS-4867] Fix inconsistent Gradle SubProject Detection

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #2411:
URL: https://github.com/apache/netbeans/pull/2411


   


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



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