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 2022/11/10 20:19:27 UTC

[GitHub] [netbeans] jglick opened a new pull request, #4957: Avoid an `AssertionError` with Maven folds

jglick opened a new pull request, #4957:
URL: https://github.com/apache/netbeans/pull/4957

   Fixes #3675 by just disabling output window folds when they would otherwise lead to errors and loss of output. Observed when using `mvnd` with forked executions in a multimodule build. (The same project gets folds when building one module at a time, or using `mvn`, and probably also when skipping the mojo causing a forked execution though I did not manage to test that.)
   


-- 
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] mbien merged pull request #4957: Avoid an `AssertionError` with Maven folds

Posted by GitBox <gi...@apache.org>.
mbien merged PR #4957:
URL: https://github.com/apache/netbeans/pull/4957


-- 
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] mbien commented on pull request #4957: Avoid an `AssertionError` with Maven folds

Posted by GitBox <gi...@apache.org>.
mbien commented on PR #4957:
URL: https://github.com/apache/netbeans/pull/4957#issuecomment-1311107818

   restarting tests so that they pick up the label using our super secret restart button.


-- 
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] jglick commented on pull request #4957: Avoid an `AssertionError` with Maven folds

Posted by GitBox <gi...@apache.org>.
jglick commented on PR #4957:
URL: https://github.com/apache/netbeans/pull/4957#issuecomment-1311630443

   > glad to see someone using mvnd with NetBeans
   
   Other than this issue, it works well! (Almost a satisfactory replacement for compile-on-save, unless you have snapshot dependencies on other projects you are actively editing.) For large multimodule reactors I prefer to run `mvnd` from a terminal to get parallel builds, which involves complex (multiline) terminal rendering not compatible with an append-style output window.


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