RE: maven debugging frustrations

2023-12-22 Thread mark.yagnatinsky
ly unknown behaviour? -Original Message- From: Alexander Kriegisch Sent: Friday, December 22, 2023 10:23 PM To: users@maven.apache.org Subject: Re: maven debugging frustrations CAUTION: This email originated from outside our organisation - alexan...@kriegisch.name Do not click on l

Re: maven debugging frustrations

2023-12-22 Thread Alexander Kriegisch
>> How can I can find out EXACTLY how maven invoked javac, so I can >> invoke it the same way? I think, somebody already mentioned earlier that you can just activate debug output in Maven. Then search for the line following "Command line options": $ mvn -X compile | grep --after-context 1

RE: maven debugging frustrations

2023-12-22 Thread mark.yagnatinsky
: Friday, December 22, 2023 9:45 AM To: users@maven.apache.org Subject: RE: 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: maven debugging frustrations

2023-12-22 Thread mark.yagnatinsky
To: users@maven.apache.org Subject: Re: 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 the content is safe. Mark, you asked for help

Re: maven debugging frustrations

2023-12-21 Thread Alexander Kriegisch
grade.) > > -Original Message- > From: Alexander Kriegisch > Sent: Wednesday, December 20, 2023 12:41 AM > To: users@maven.apache.org > Subject: Re: maven debugging frustrations > > > CAUTION: This email originated from outside our organisation - > alexan...@kr

RE: maven debugging frustrations

2023-12-21 Thread mark.yagnatinsky
rhaps it's time to upgrade.) -Original Message- From: Alexander Kriegisch Sent: Wednesday, December 20, 2023 12:41 AM To: users@maven.apache.org Subject: Re: maven debugging frustrations CAUTION: This email originated from outside our organisation - alexan...@kriegisch.name Do not clic

Re: maven debugging frustrations

2023-12-19 Thread Alexander Kriegisch
Hello Mark. Feel free to let me know if your situation is as follows: -- forked build (i.e. not in process) -- when disabling the fork and enabling "-e" or running the build with javac directly outside of Maven, suddenly error messages appear at the end of the build -- optionally

Re: maven debugging frustrations

2023-12-19 Thread Scott Kurz
essage- > From: Tomo Suzuki > Sent: Tuesday, December 19, 2023 6:15 PM > To: Maven Users List > Subject: Re: maven debugging frustrations > > > CAUTION: This email originated from outside our organisation - > suzt...@google.com.INVALID Do not click on links, open atta

RE: maven debugging frustrations

2023-12-19 Thread mark.yagnatinsky
PM To: Maven Users List Subject: Re: maven debugging frustrations CAUTION: This email originated from outside our organisation - suzt...@google.com.INVALID Do not click on links, open attachments, or respond unless you recognize the sender and can validate the content is safe. My guess

Re: maven debugging frustrations

2023-12-19 Thread Tomo Suzuki
> > I do not recommend feeling my maven-based pain :) > > But if you happen to know where to get some pain relief, I'd love to know > > > > -Original Message- > > From: Tomo Suzuki > > Sent: Tuesday, December 19, 2023 5:18 PM > > To: Maven Users

Re: maven debugging frustrations

2023-12-19 Thread Thomas Broyer
t; (from maven, NOT from javac) > I do not recommend feeling my maven-based pain :) > But if you happen to know where to get some pain relief, I'd love to know > > -Original Message- > From: Tomo Suzuki > Sent: Tuesday, December 19, 2023 5:18 PM > To: Maven Users List

RE: maven debugging frustrations

2023-12-19 Thread mark.yagnatinsky
s > Sent: Tuesday, December 19, 2023 5:11 PM > To: users@maven.apache.org > Subject: Re: maven debugging frustrations > > > CAUTION: This email originated from outside our organisation - > its_toas...@yahoo.com.INVALID Do not click on links, open attachments, or > respo

Re: maven debugging frustrations

2023-12-19 Thread Mark Eggers
@maven.apache.org Subject: Re: maven debugging frustrations CAUTION: This email originated from outside our organisation - its_toas...@yahoo.com.INVALID Do not click on links, open attachments, or respond unless you recognize the sender and can validate the content is safe. Some commands that might help

RE: maven debugging frustrations

2023-12-19 Thread mark.yagnatinsky
, NOT from javac) I do not recommend feeling my maven-based pain :) But if you happen to know where to get some pain relief, I'd love to know -Original Message- From: Tomo Suzuki Sent: Tuesday, December 19, 2023 5:18 PM To: Maven Users List Subject: Re: maven debugging frustrations

Re: maven debugging frustrations

2023-12-19 Thread Tomo Suzuki
What’s the exact error messages? (Maybe I’m too old to feel your pain) If you use Java, you need to know what compilation means (converting Java code to Java bytecode). Your Maven invocation was telling it was failing due to some error messages. On Tue, Dec 19, 2023 at 16:57 wrote: > When my

RE: maven debugging frustrations

2023-12-19 Thread mark.yagnatinsky
Thanks, I've heard of all three; the first two don't seem like they'd help here. The third tends to spew junk and not useful stuff -Original Message- From: Mark Eggers Sent: Tuesday, December 19, 2023 5:11 PM To: users@maven.apache.org Subject: Re: maven debugging frustrations CAUTION

Re: maven debugging frustrations

2023-12-19 Thread Mark Eggers
Some commands that might help you get started: What are you using to build the artifact mvn help:effective-pom mvn help:effective-pom -Dverbose What artifacts are being brought in -- mvn