You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "lkishalmi (via GitHub)" <gi...@apache.org> on 2023/03/07 19:49:17 UTC

[GitHub] [netbeans-tools] lkishalmi opened a new pull request, #62: Fix using old NB16u1 Gradle Tooling after installing NB17 via Snap

lkishalmi opened a new pull request, #62:
URL: https://github.com/apache/netbeans-tools/pull/62

   Fixes: https://github.com/apache/netbeans/issues/5610
   
   I need to re-create the Snap package with this script.
   
   NetBeans is smart enough to use the correct module on upgrade since that's based by the version numbers. But non-module jars seems to have a priority loading form userdir instead from the installed location. May need to think something more sophisticated than this, however this would be good enough.
   


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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


Re: [PR] Fix using old NB16u1 Gradle Tooling after installing NB17 via Snap [netbeans-tools]

Posted by "lkishalmi (via GitHub)" <gi...@apache.org>.
lkishalmi commented on PR #62:
URL: https://github.com/apache/netbeans-tools/pull/62#issuecomment-1921477968

   I've completely forgotten that this is still not merged.


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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


Re: [PR] Fix using old NB16u1 Gradle Tooling after installing NB17 via Snap [netbeans-tools]

Posted by "OndroMih (via GitHub)" <gi...@apache.org>.
OndroMih commented on PR #62:
URL: https://github.com/apache/netbeans-tools/pull/62#issuecomment-1921147253

   I'm sorry, I didn't know that @lkishalmi can merge this PR. I thought he's not a committer as he raised the PR and hasn't merged it. I didn't know who is a maintainer of this repository so I pinged a few people, I'm sorry if it bothered you.


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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


Re: [PR] Fix using old NB16u1 Gradle Tooling after installing NB17 via Snap [netbeans-tools]

Posted by "OndroMih (via GitHub)" <gi...@apache.org>.
OndroMih commented on PR #62:
URL: https://github.com/apache/netbeans-tools/pull/62#issuecomment-1921080987

   Can this be merged? The workaround suggested in https://github.com/apache/netbeans/issues/5610 resolved my issue with Gradle projects and it's a pain that Netbeans snap package doesn't work with Gradle projects without this manual workaround. This PR should apply the same cleanup automatically.
   
   @matthiasblaesing @neilcsmith-net @geertjanw 


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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


Re: [PR] Fix using old NB16u1 Gradle Tooling after installing NB17 via Snap [netbeans-tools]

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net commented on PR #62:
URL: https://github.com/apache/netbeans-tools/pull/62#issuecomment-1921142085

   There's no need to ping three people who are not involved with the NetBeans Snap package! @lkishalmi can merge this if it's required. Or switch to using the DEB instead.


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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-tools] neilcsmith-net commented on pull request #62: Fix using old NB16u1 Gradle Tooling after installing NB17 via Snap

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net commented on PR #62:
URL: https://github.com/apache/netbeans-tools/pull/62#issuecomment-1468273645

   Is this caused by reusing the userdir?  Should probably delete all of `modules` and `update_tracking`?  Maybe worth looking at `etc/netbeans.import` and other things in the upgrader if you can't use it for some reason?


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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


Re: [PR] Fix using old NB16u1 Gradle Tooling after installing NB17 via Snap [netbeans-tools]

Posted by "lkishalmi (via GitHub)" <gi...@apache.org>.
lkishalmi merged PR #62:
URL: https://github.com/apache/netbeans-tools/pull/62


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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