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 2021/03/02 17:03:58 UTC

[GitHub] [netbeans] matthiasblaesing opened a new pull request #2789: [NETBEANS-5380] Override generated ant projects for MX with NetBeans support

matthiasblaesing opened a new pull request #2789:
URL: https://github.com/apache/netbeans/pull/2789


   In profiles from repositry updater runs a huge CPU load originating 
   from SuiteFileOwnerQueryImpl was found. In parallel excessive runtimes
   for project scanning were observed.
   
   Comparing SuiteFileOwnerQueryImpl and SimpleFileOwnerQueryImplementation
   the latter has an aggressive caching system, which results in much less
   cpu usage. Just removing SuiteFileOwnerQueryImpl is not a solution, as
   it is used to override the default project detection from
   SimpleFileOwnerQueryImplementation.
   
   Explanation from Jaroslav Tulach:
   
   [...] Historically the Graal project provided mx netbeansinit support
   which generates 8.2 Ant nbproject/project.xml projects based on content
   of suite/mx.suite/suite.py. They were usually located in
   suite/src/*/nbproject directories.
   
   To fix this, the idea is, not only to use the current MX project
   detection (it requires a folder `mx.proj` to be found in the project
   folder `proj`), but also look two level ups from the current directory.
   If that directory is recognised as a MX project, that project will
   be returned as the project for the requested directory.


----------------------------------------------------------------
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 #2789: [NETBEANS-5380] Override generated ant projects for MX with NetBeans support

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


   @JaroslavTulach thank you for your check and explanation in https://issues.apache.org/jira/browse/NETBEANS-5380. This is a PR, that brings in the changeset, that was referenced in the comment of the mentioned issue.


----------------------------------------------------------------
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 merged pull request #2789: [NETBEANS-5380] Override generated ant projects for MX with NetBeans support

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


   


----------------------------------------------------------------
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 #2789: [NETBEANS-5380] Override generated ant projects for MX with NetBeans support

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


   I'll let travis and github actions do their job and if everything comes back green, I'll merge.


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