Re: Building Maven Under JDK 24

2025-03-20 Thread Michael Bien
On 3/19/25 23:34, Mark Derricutt wrote: > On 20 Mar 2025 at 10:04:24 AM, Romain Manni-Bucau > wrote: > >> did you try upgrading asm in plugin deps? >> > Nope - but a cursory glance shows asm 9.7.1 being used, which is the > current version. i ended up bumping asm as direct dependency in most pro

Re: Building Maven Under JDK 24

2025-03-20 Thread Mark Derricutt
On 20 Mar 2025 at 9:43:02 PM, Guillaume Nodet wrote: > And raise a PR. I suppose we should add jdk24 to the list of JDK we're > building against: > Looks like an upstream ticket has already been raised to add the new ASM to Sisu: https://github.com/eclipse-sisu/sisu-project/issues/174 I’ve

Re: Building Maven Under JDK 24

2025-03-20 Thread Guillaume Nodet
And raise a PR. I suppose we should add jdk24 to the list of JDK we're building against: https://github.com/apache/maven/blob/master/.github/workflows/maven.yml#L86 Le jeu. 20 mars 2025 à 08:18, Romain Manni-Bucau a écrit : > Or just upgrade asm in plugin dependencies ;) > > Romain Manni-Bucau

Re: Building Maven Under JDK 24

2025-03-20 Thread Romain Manni-Bucau
Or just upgrade asm in plugin dependencies ;) Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog | Github | LinkedIn

Re: Building Maven Under JDK 24

2025-03-19 Thread Mark Derricutt
On 20 Mar 2025 at 7:12:40 PM, Romain Manni-Bucau wrote: > Looks like the error says the opposite, did you check the plugin asm > version and not maven one? > > > Looks like the build is using 0.9.0.M3 of the issue-maven-plugin, which includes and embeded version of asm 9.6: https://github.com/e

Re: Building Maven Under JDK 24

2025-03-19 Thread Romain Manni-Bucau
Looks like the error says the opposite, did you check the plugin asm version and not maven one? Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog | Github <

Re: Building Maven Under JDK 24

2025-03-19 Thread Mark Derricutt
On 20 Mar 2025 at 10:04:24 AM, Romain Manni-Bucau wrote: > did you try upgrading asm in plugin deps? > Nope - but a cursory glance shows asm 9.7.1 being used, which is the current version. -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree

Re: Building Maven Under JDK 24

2025-03-19 Thread Romain Manni-Bucau
Hi, did you try upgrading asm in plugin deps? Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog | Github | LinkedIn

Re: Building Maven from scratch

2016-08-25 Thread Björn Höfling
Hi Karl Heinz, On Wed, 24 Aug 2016 19:54:07 +0200 Karl Heinz Marbaise wrote: > First we call Maven Core this: > > https://git-wip-us.apache.org/repos/asf/maven.git > > which is Maven itself and in the end can be downloaded from > http://maven.apache.org/download.html and what you call usuall

Re: Building Maven from scratch

2016-08-24 Thread Karl Heinz Marbaise
Hi Björn, On 24/08/16 08:57, Björn Höfling wrote: Hi Karl Heinz, On Tue, 23 Aug 2016 21:51:11 +0200 Karl Heinz Marbaise wrote: Hi Björn, On 23/08/16 08:25, Björn Höfling wrote: I want to build maven without haven _ANY_ maven/plugin binary. How can I do that? First you can do that only ti

Re: Building Maven from scratch

2016-08-23 Thread Björn Höfling
Hi Karl Heinz, On Tue, 23 Aug 2016 21:51:11 +0200 Karl Heinz Marbaise wrote: > Hi Björn, > > On 23/08/16 08:25, Björn Höfling wrote: > > I want to build maven without haven _ANY_ maven/plugin binary. How > > can I do that? > > First you can do that only till Maven 3.3.9 starting with Maven 3.4

Re: Building Maven from scratch

2016-08-23 Thread Karl Heinz Marbaise
Hi Björn, On 23/08/16 08:25, Björn Höfling wrote: I want to build maven without haven _ANY_ maven/plugin binary. How can I do that? First you can do that only till Maven 3.3.9 starting with Maven 3.4.0 you need Maven 3.3.9 to build Maven 3.4.0...Details [1]. The question is why do you want

Re: Building Maven from scratch

2016-08-22 Thread Anders Hammar
I doubt this is possible. We used to support building Maven core with Ant, but IIRC a fairly recent discussion resulted in a decision to stop supporting that. So you need Maven installed to build Maven core. More info here: http://maven.apache.org/guides/development/guide-building-maven.html /Ande

Re: Building Maven from scratch

2016-08-22 Thread Igor Fedorenko
Out of curiosity, what is your usecase? -- Regards, Igor On Tue, Aug 23, 2016, at 02:25 AM, Björn Höfling wrote: > I want to build maven without haven _ANY_ maven/plugin binary. How can > I do that? > > I found out that there is a build.xml and it start building a first > version of Maven. But

Re: Building maven-scm

2014-09-12 Thread Benson Margulies
On Fri, Sep 12, 2014 at 4:51 PM, Karl Heinz Marbaise wrote: > Hi Benson, > > On 9/12/14 10:36 PM, Benson Margulies wrote: > >> On my mac, using maven 3.0.4, the master of maven-scm gets a bazillion >> unit >> test failures on "Maven SCM Subversion Provider - SVN Executable Impl.". >> >> Is there

Re: Building maven-scm

2014-09-12 Thread Karl Heinz Marbaise
Hi Benson, On 9/12/14 10:36 PM, Benson Margulies wrote: On my mac, using maven 3.0.4, the master of maven-scm gets a bazillion unit test failures on "Maven SCM Subversion Provider - SVN Executable Impl.". Is there something I need to know? Which version of SVN command line client do you have

Re: Building Maven Fluido Skin site dies with incorrect artifact resolution

2013-12-10 Thread Michael-O
Am 2013-12-10 01:56, schrieb Hervé BOUTEMY: on my machine, build with Maven 3.1.1 works actually old 2.4 m-pir-p is used, which doesn't use Aether, so it works both for Maven 3.0.x and 3.1.x To test a skin, I suppose this old version is sufficient do you have issues? Yes, I do. Maven 3.1.1 an

Re: Building Maven Fluido Skin site dies with incorrect artifact resolution

2013-12-09 Thread Hervé BOUTEMY
on my machine, build with Maven 3.1.1 works actually old 2.4 m-pir-p is used, which doesn't use Aether, so it works both for Maven 3.0.x and 3.1.x To test a skin, I suppose this old version is sufficient do you have issues? Regards, Hervé Le mardi 10 décembre 2013 01:12:43 Michael-O a écrit :

Re: Building Maven Fluido Skin site dies with incorrect artifact resolution

2013-12-09 Thread Michael-O
Am 2013-12-10 00:54, schrieb Hervé BOUTEMY: AFAIK, this is due to the fact that the skin uses itself, which is a good thing to show the effective result for people wanting to use it, but it costs this little problem: the most recent version is the version actually built, not what is in local repo

Re: Building Maven Fluido Skin site dies with incorrect artifact resolution

2013-12-09 Thread Hervé BOUTEMY
AFAIK, this is due to the fact that the skin uses itself, which is a good thing to show the effective result for people wanting to use it, but it costs this little problem: the most recent version is the version actually built, not what is in local repo (at least when working with SNAPSHOT) so

Re: Building Maven Fluido Skin site dies with incorrect artifact resolution

2013-12-09 Thread Michael-O
Am 2013-12-09 22:23, schrieb Robert Scholte: Have you tried to run it with an extra 'clean'? I've seen this a few times and IIRC the clean helped. No avail. Still the same error. If I leave out the profile reporting it suddenly works. Op Mon, 09 Dec 2013 20:47:20 +0100 schreef Michael-O <19

Re: Building Maven Fluido Skin site dies with incorrect artifact resolution

2013-12-09 Thread Robert Scholte
Have you tried to run it with an extra 'clean'? I've seen this a few times and IIRC the clean helped. Robert Op Mon, 09 Dec 2013 20:47:20 +0100 schreef Michael-O <1983-01...@gmx.net>: Hi, during release preps of 1.3.1 I am constantly failing to build the with Maven 3.1.1. I do "mvn -Prep

Re: Building Maven 3.0 from trunk

2009-10-29 Thread Olivier Lamy
The build use the plugin buildnumber-maven-plugin (which use native svn with cli) In order to get the svn rev when you use : mvn -v. -- Olivier 2009/10/29 Henri Gomez : >> If you have a missing SVN command, that may mean you do not have an >> SVN client installed. You should have one installed on

Re: Building Maven 3.0 from trunk

2009-10-29 Thread Henri Gomez
2009/10/29 Henri Gomez : >> If you have a missing SVN command, that may mean you do not have an >> SVN client installed. You should have one installed on your path so >> when you type "svn --version" (that's two dashes), you'll know what >> version you have. > > yep, I know that, svn command is ins

Re: Building Maven 3.0 from trunk

2009-10-29 Thread Henri Gomez
> If you have a missing SVN command, that may mean you do not have an > SVN client installed. You should have one installed on your path so > when you type "svn --version" (that's two dashes), you'll know what > version you have. yep, I know that, svn command is installed on my OS/X but not on my

Re: Building Maven 3.0 from trunk

2009-10-29 Thread Paul Benedict
If you have a missing SVN command, that may mean you do not have an SVN client installed. You should have one installed on your path so when you type "svn --version" (that's two dashes), you'll know what version you have. Download a binary here: http://subversion.tigris.org/ Paul On Thu, Oct 29,

Re: Building maven 3.0.x

2008-12-09 Thread Jason van Zyl
I have 3 more issues in the alpha-1 and when that's done it will be documented for everyone. It will be sketchy until then because I'm fixing Plexus, Classworld, the Plugin Manager and Maven itself. At the same time Shane is changing the new model tools and Oleg is working on Mercury just a

RE: Building Maven

2008-01-29 Thread Brian E. Fox
The easiest way to build 2.0.x is with maven itself. The bootstrap does work now for 2.1 but I wouldn't be surprised if it was broken in 2.0.x -Original Message- From: Martin Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 6:34 PM To: Maven Developers List Subject: Buildin

Re: Building Maven

2006-09-06 Thread Brett Porter
Someone else has reported this... I'd need to goodle to see what bad file descriptor usualy results from. On 07/09/2006, at 3:35 AM, Jack J. Woehr wrote: On Aug 24, 2006, at 3:46 PM, Brett Porter wrote: Check your M2_HOME env var and PATH was set correctly, and that the installation dire

Re: Building Maven

2006-09-06 Thread Jack J. Woehr
On Aug 24, 2006, at 3:46 PM, Brett Porter wrote: Check your M2_HOME env var and PATH was set correctly, and that the installation directory was correctly populated. If you are on unix as you appear to be, "bash -x mvn -v" would show the exact command it tried to run and might give a clue a

Re: Building Maven

2006-08-24 Thread Jack J. Woehr
On Aug 24, 2006, at 3:46 PM, Brett Porter wrote: Check your M2_HOME env var and PATH was set correctly, and that the installation directory was correctly populated. If you are on unix as you appear to be, "bash -x mvn -v" would show the exact command it tried to run and might give a clue a

Re: Building Maven

2006-08-24 Thread Brett Porter
Check your M2_HOME env var and PATH was set correctly, and that the installation directory was correctly populated. If you are on unix as you appear to be, "bash -x mvn -v" would show the exact command it tried to run and might give a clue as to what's up. HTH, Brett On 25/08/2006, at 5:40

Re: building maven with maven

2006-08-12 Thread Brett Porter
it means from the components root On 12/08/2006 10:07 PM, berndq wrote: Hi, looking at http://maven.apache.org/guides/development/guide-building-m2.html ist says you can svn co https://svn.apache.org/repos/asf/maven/trunks maven and then mvn install from root, but there is no pom in ro

Re: Building maven-scm-1.5-branch

2005-01-05 Thread Brett Porter
I'll reply on scm-dev. Please, don't crosspost. Thanks, Brett On Wed, 5 Jan 2005 13:44:04 -0500, Poppe, Troy <[EMAIL PROTECTED]> wrote: > > I'm trying to get started on a VSS provider for Maven SCM, but I'm having some > trouble getting some of the base project stuff to compile. And I'm terribl

Re: Building Maven from 1.0 branch fails...

2004-06-14 Thread Brett Porter
Damn, I was hoping nobody would notice :) I got kicked offline before committing that change. Thanks Vincent. - Brett Vincent Massol wrote: My analysis is wrong of course... Sorry about that. I read too quickly. The problem is with the maven jelly tag, not maven itself! I guess it's simply missing

RE: Building Maven from 1.0 branch fails...

2004-06-13 Thread Vincent Massol
My analysis is wrong of course... Sorry about that. I read too quickly. The problem is with the maven jelly tag, not maven itself! I guess it's simply missing a dependency in the linkcheck project. I'll try adding it to see if it works. -Vincent > -Original Message- > From: Vincent Masso

RE: Building Maven from 1.0 branch fails...

2004-06-13 Thread Arnaud Heritier
Hello Vincent, Actually there's also a problem with the abbot plugin : http://jira.codehaus.org/browse/MPABBOT-1 Arnaud > -Message d'origine- > De : Vincent Massol [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 13 juin 2004 13:01 > À : 'Maven Developers List' > Cc : 'Brett Porter' > Obje

Re: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-23 Thread Dalibor Topic
Hi Brett, Brett Porter wrote: Nice catch. CVS HEAD shouldn't give that error though, so there must be other issues. thanks! Can you file this in JIRA and attach the patch so it doesn't get forgotten? done. Include the instructions on how to get the necessary kaffe too :) done, too ;) also how to

RE: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Brett Porter
m: Dalibor Topic [mailto:[EMAIL PROTECTED] > Sent: Friday, 23 January 2004 4:58 AM > To: Maven Developers List > Subject: Re: Building maven CVS under free runtimes (kaffe): > Breaks during compilation > > > Hi Ryan, > > Ryan Hoegg wrote: > > http://jakarta.apac

Re: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Dalibor Topic
Hi Ryan, Ryan Hoegg wrote: http://jakarta.apache.org/commons/codec The Jakarta Commons Codec project has a Base64 implementation that is being used in Apache XML-RPC and the Jakarta Commons HttpClient. Please try (and apply ;) the attached patch for making Maven's CVS head build on a free runti

Re: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Ryan Hoegg
http://jakarta.apache.org/commons/codec The Jakarta Commons Codec project has a Base64 implementation that is being used in Apache XML-RPC and the Jakarta Commons HttpClient. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Eric Pugh wrote: Do you have a patch/suggested class to use? I

RE: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Eric Pugh
Do you have a patch/suggested class to use? It seems like here: String encoding = null; // check to see if sun's Base64 encoder is available. try { sun.misc.BASE64Encoder encoder = (sun.misc.BASE64Encoder) Class.forName(

Re: building maven plugins for 1.0 rc2

2003-12-19 Thread Rajeev Kaul
egards, Rajeev - Original Message - From: "Jefferson K. French" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 11:23 AM Subject: Re: building maven plugins for 1.0 rc2 > One of my co-workers had the same pro