Re: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-21 Thread Stanimir Stamenkov
Thu, 21 Dec 2023 09:10:44 +0100, /Slawomir Jaranowski/: Release under vote ... you can check candidate version: https://lists.apache.org/thread/scb8qw1or396l4hqgf5h78z5h0km60z4 Tried maven-compiler-plugin 3.12.1 from the staging repository – no error during the build. -- Stanimir

Re: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-21 Thread Slawomir Jaranowski
Hi, Release under vote ... you can check candidate version: https://lists.apache.org/thread/scb8qw1or396l4hqgf5h78z5h0km60z4 śr., 20 gru 2023 o 21:04 Slawomir Jaranowski napisał(a): > Hi > > MCOMPILER-379 - was about missing SourcesDirectory and we have IT for it: >

Re: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-20 Thread Slawomir Jaranowski
Hi MCOMPILER-379 - was about missing SourcesDirectory and we have IT for it: https://github.com/apache/maven-compiler-plugin/commit/6fd3a46885edd81e62ae62cfc798c1e1b903e170 MCOMPILER-567 - is for missing generated-sources/annotations - now we also have IT for it:

Re: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-20 Thread Greg Chabala
Hello Sławomir, Do you know if MCOMPILER-379 is the same issue as MCOMPILER-567 ? If so, shouldn't the IT test in MCOMPILER-379 have caught it? Greg

RE: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-20 Thread Stefan CORDES
ber 20, 2023 9:41 AM To: Maven Users List Subject: Re: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist Hi, Thanks for the report .. We are working on it, the new release should be in a few days. https://issues.apache.org/jira/browse/MCOMPILER-567 śr.,

Re: Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-20 Thread Slawomir Jaranowski
Hi, Thanks for the report .. We are working on it, the new release should be in a few days. https://issues.apache.org/jira/browse/MCOMPILER-567 śr., 20 gru 2023 o 08:09 Stanimir Stamenkov napisał(a): > Following "Maven Compiler Plugin 3.12.0 Released" [1] I'm trying it out > in a small

Fatal error compiling: basedir .../target/generated-sources/annotations does not exist

2023-12-19 Thread Stanimir Stamenkov
Following "Maven Compiler Plugin 3.12.0 Released" [1] I'm trying it out in a small project of mine [2]. After updating the maven-compiler-plugin 3.11.0 -> 3.12.0 I've noticed the following error occurring in my dirty(!) working copy: > mvn -V package Apache Maven 3.9.6