RE: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-24 Thread mark.yagnatinsky
Subject: Re: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations) CAUTION: This email originated from outside our organisation - alexan...@kriegisch.name Do not click on links, open attachments, or respond unless you recognize the sender and can validate

Re: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread Alexander Kriegisch
Thanks for the feedback. Happy it works for you now. Catch-all category: I am on it (probably after Xmas). I will also add a few more categories to be recognised correctly and salvage their headers in multiple languages, too. Or maybe, the catch-all will replace all the special stuff, if I can

RE: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread mark.yagnatinsky
make sense of doesn't silently swallowed.) But it works! -Original Message- From: Alexander Kriegisch Sent: Saturday, December 23, 2023 7:53 PM To: users@maven.apache.org Subject: Re: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations) CAUTION:

Re: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread Alexander Kriegisch
s version. > Is there a way to be sure? > > -Original Message- > From: mark.yagnatin...@barclays.com.INVALID > > Sent: Saturday, December 23, 2023 1:51 PM > To: users@maven.apache.org > Subject: RE: Why does Plexus Compiler parse compiler output, when forked? >

Re: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread Alexander Kriegisch
Thanks for the stack trace. :-) I quickly tested it in a unit test with Plexus Compiler 2.14.2, and like I guessed already, the stack trace is detected, but not the two header lines above, because Plexus Javac does not search for them (yet). I would expect you to see the stack trace, but you said

RE: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread mark.yagnatinsky
: RE: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations) CAUTION: This email originated from outside our organisation - mark.yagnatin...@barclays.com.INVALID Do not click on links, open attachments, or respond unless you recognize the sender and can

RE: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread mark.yagnatinsky
agnatinsky, Mark : Markets Pre Trade Sent: Saturday, December 23, 2023 12:50 PM To: Maven Users List Subject: RE: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations) Okay you win, stack trace below. My bad, sorry, I should know better. Al

RE: Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread mark.yagnatinsky
) at com.sun.tools.javac.Main.compile(Main.java:56) at com.sun.tools.javac.Main.main(Main.java:42) -Original Message- From: Alexander Kriegisch Sent: Saturday, December 23, 2023 3:03 AM To: users@maven.apache.org Subject: Why does Plexus Compiler parse compiler output, when forked? (was: maven

Why does Plexus Compiler parse compiler output, when forked? (was: maven debugging frustrations)

2023-12-23 Thread Alexander Kriegisch
> There's nothing that special about MY stack trace... just run javac on a > largish module with a tiny heap. Well, that is an abstract description, and instead of just sending one or two stack traces, now you are burdening me with trying to reproduce your problem without a reproducer. Do you