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/28 23:49:10 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request #2499: [NETBEANS-4535] Better way to detect sources and javadocs in Gradle Projects

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


   Just to utilize the GradleModuleFileCache21 a bit more, added some code which help find the sources and javadocs more reliably.
   This fixes the issue with mot finding those artifacts on JavaFx projects.


----------------------------------------------------------------
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] JaroslavTulach commented on pull request #2499: [NETBEANS-4535] Better way to detect sources and javadocs in Gradle Projects

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


   I've just tried to work with configurations and their sources in a project of mine and I can confirm there is a significant improvement between beta2 and beta3! 12.2 Beta3 shows all the configurations and is capable to download the sources. I was able to place there breakpoints and get the information I needed.
   
   The only drawback I found is that Ctrl+B doesn't work. However Ctrl+O does, so it is not as big problem.


----------------------------------------------------------------
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 #2499: [NETBEANS-4535] Better way to detect sources and javadocs in Gradle Projects

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


   


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