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/01/30 07:31:10 UTC

[GitHub] [netbeans] jlahoda opened a new pull request #2720: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.

jlahoda opened a new pull request #2720:
URL: https://github.com/apache/netbeans/pull/2720


   Basically, if the project marker file relative path contains `../`, we attempt to use the parent file. But, the `../` is never stripped from the marker file relative path. Trying to fix here.


----------------------------------------------------------------
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] neilcsmith-net commented on pull request #2720: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #2720:
URL: https://github.com/apache/netbeans/pull/2720#issuecomment-771506007


   Thanks for test, but can you squash the commits and force push for merging?


----------------------------------------------------------------
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] neilcsmith-net merged pull request #2720: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.

Posted by GitBox <gi...@apache.org>.
neilcsmith-net merged pull request #2720:
URL: https://github.com/apache/netbeans/pull/2720


   


----------------------------------------------------------------
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] yasharya2901 commented on pull request #2720: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.

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


   Hello, I am having some problems with Netbeans. I tried sending an email to users@netbeans.apache.org but couldn't send the email. It said email couldn't be sent to the given address. I didn't know where and who to ask and so I am writing it here. I am simply pasting the email I wrote here:
   
   I downloaded the Netbeans from the official sh script from the website in my latest KDE Neon operating system.
   Here's the text from the About option in my netbeans:
   Product Version: Apache NetBeans IDE 12.0
   
   Java: 15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7-27
   
   Runtime: OpenJDK Runtime Environment 15.0.2+7-27
   
   System: Linux version 5.4.0-65-generic running on amd64; UTF-8; en_IN (nb)
   
   
   
   In the screenshot I have attached, you can see that no Buttons or labels are visible to be dragged into the window. Please help!    
   
   ![Netbeans Swing not shown](https://user-images.githubusercontent.com/36362019/106355143-30916080-631c-11eb-9a38-6591842390fb.png)
   


----------------------------------------------------------------
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 #2720: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.

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


   CCing @jlahoda 


----------------------------------------------------------------
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 removed a comment on pull request #2720: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.

Posted by GitBox <gi...@apache.org>.
JaroslavTulach removed a comment on pull request #2720:
URL: https://github.com/apache/netbeans/pull/2720#issuecomment-770740180


   CCing @jlahoda 


----------------------------------------------------------------
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] neilcsmith-net commented on pull request #2720: Fixing a mistake in ergonomics project detection, so that it can detect OpenJDK projects.

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #2720:
URL: https://github.com/apache/netbeans/pull/2720#issuecomment-771506007


   Thanks for test, but can you squash the commits and force push for merging?


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