|
From: Magnus H. <mh...@gm...> - 2005-01-15 12:48:28
|
Hi. Why is maven.xml included in the project? It looks like it isn't used by anyone, and althogh some properties are shared with ant in project.properties, many are also missing and hardcoded in build.xml...? -- /Magnus Heino |
|
From: Juergen H. <ju...@in...> - 2005-01-15 16:46:27
|
Good question... The Maven build script is less well maintained than the Ant build, as we're just using Ant on our developer and nightly build machines (as far as I'm aware). I've updated project.xml and project.properties according to your JIRA issue (SPR-627). Someone with a working Maven setup, please give the current CVS contents a try, ideally before the 1.1.4 release (scheduled for tomorrow evening)! Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Magnus Heino Sent: Saturday, January 15, 2005 1:48 PM To: spr...@li... Subject: [Springframework-developer] maven.xml Hi. Why is maven.xml included in the project? It looks like it isn't used by anyone, and althogh some properties are shared with ant in project.properties, many are also missing and hardcoded in build.xml...? -- /Magnus Heino ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Magnus H. <mh...@gm...> - 2005-01-15 18:34:23
|
But the ambition is to keep both maven and ant? If so, I will work on some patches to atleast make it compile everything with the right options, build the jars and run the tests. /Magnus On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller <ju...@in...> wrote: > Good question... The Maven build script is less well maintained than the Ant > build, as we're just using Ant on our developer and nightly build machines > (as far as I'm aware). > > I've updated project.xml and project.properties according to your JIRA issue > (SPR-627). Someone with a working Maven setup, please give the current CVS > contents a try, ideally before the 1.1.4 release (scheduled for tomorrow > evening)! > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...]On Behalf > Of Magnus Heino > Sent: Saturday, January 15, 2005 1:48 PM > To: spr...@li... > Subject: [Springframework-developer] maven.xml > > Hi. > > Why is maven.xml included in the project? It looks like it isn't used > by anyone, and althogh some properties are shared with ant in > project.properties, many are also missing and hardcoded in > build.xml...? > > -- > > /Magnus Heino > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > -- /Magnus Heino |
|
From: Juergen H. <ju...@in...> - 2005-01-15 18:59:43
|
Yes, the ambition is to keep both. You're welcome to improve the Maven script, to match the current version of the Ant build! Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Magnus Heino Sent: Saturday, January 15, 2005 7:34 PM To: spr...@li... Subject: Re: [Springframework-developer] maven.xml But the ambition is to keep both maven and ant? If so, I will work on some patches to atleast make it compile everything with the right options, build the jars and run the tests. /Magnus On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller <ju...@in...> wrote: > Good question... The Maven build script is less well maintained than the Ant > build, as we're just using Ant on our developer and nightly build machines > (as far as I'm aware). > > I've updated project.xml and project.properties according to your JIRA issue > (SPR-627). Someone with a working Maven setup, please give the current CVS > contents a try, ideally before the 1.1.4 release (scheduled for tomorrow > evening)! > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...]On Behalf > Of Magnus Heino > Sent: Saturday, January 15, 2005 1:48 PM > To: spr...@li... > Subject: [Springframework-developer] maven.xml > > Hi. > > Why is maven.xml included in the project? It looks like it isn't used > by anyone, and althogh some properties are shared with ant in > project.properties, many are also missing and hardcoded in > build.xml...? > > -- > > /Magnus Heino > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > -- /Magnus Heino ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Erwin V. <erw...@er...> - 2005-01-15 19:42:46
|
Why would you want to do both Maven and plain old Ant? This just seems a maintenance hassle (as this discussion illustrates) because you basicly have build logic duplicated in 2 systems. Erwin Vervaet ----- Original Message ----- From: "Juergen Hoeller" <ju...@in...> To: <spr...@li...> Sent: Saturday, January 15, 2005 7:59 PM Subject: Re: [Springframework-developer] maven.xml > Yes, the ambition is to keep both. You're welcome to improve the Maven > script, to match the current version of the Ant build! > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...]On Behalf > Of Magnus Heino > Sent: Saturday, January 15, 2005 7:34 PM > To: spr...@li... > Subject: Re: [Springframework-developer] maven.xml > > > But the ambition is to keep both maven and ant? If so, I will work on > some patches to atleast make it compile everything with the right > options, build the jars and run the tests. > > /Magnus > > > On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller > <ju...@in...> wrote: >> Good question... The Maven build script is less well maintained than the > Ant >> build, as we're just using Ant on our developer and nightly build >> machines >> (as far as I'm aware). >> >> I've updated project.xml and project.properties according to your JIRA > issue >> (SPR-627). Someone with a working Maven setup, please give the current >> CVS >> contents a try, ideally before the 1.1.4 release (scheduled for tomorrow >> evening)! >> >> Juergen >> >> >> -----Original Message----- >> From: spr...@li... >> [mailto:spr...@li...]On Behalf >> Of Magnus Heino >> Sent: Saturday, January 15, 2005 1:48 PM >> To: spr...@li... >> Subject: [Springframework-developer] maven.xml >> >> Hi. >> >> Why is maven.xml included in the project? It looks like it isn't used >> by anyone, and althogh some properties are shared with ant in >> project.properties, many are also missing and hardcoded in >> build.xml...? >> >> -- >> >> /Magnus Heino >> >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by: Beat the post-holiday blues >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by: Beat the post-holiday blues >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> > > > -- > > /Magnus Heino > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > |
|
From: Juergen H. <ju...@in...> - 2005-01-15 20:22:12
|
You do have a point there. We originally just had a build process based on Ant; Maven was added later, as a contribution. Since then, here seems to be a number of people using Maven for building Spring... It would probably be worth doing a poll on this. I've personally never touched Maven before, and believe that Ant is in general perfectly sufficient for our development purposes. Of course, other people's mileage may vary :-) Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Erwin Vervaet Sent: Saturday, January 15, 2005 8:48 PM To: spr...@li... Subject: Re: [Springframework-developer] maven.xml Why would you want to do both Maven and plain old Ant? This just seems a maintenance hassle (as this discussion illustrates) because you basicly have build logic duplicated in 2 systems. Erwin Vervaet ----- Original Message ----- From: "Juergen Hoeller" <ju...@in...> To: <spr...@li...> Sent: Saturday, January 15, 2005 7:59 PM Subject: Re: [Springframework-developer] maven.xml > Yes, the ambition is to keep both. You're welcome to improve the Maven > script, to match the current version of the Ant build! > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...]On Behalf > Of Magnus Heino > Sent: Saturday, January 15, 2005 7:34 PM > To: spr...@li... > Subject: Re: [Springframework-developer] maven.xml > > > But the ambition is to keep both maven and ant? If so, I will work on > some patches to atleast make it compile everything with the right > options, build the jars and run the tests. > > /Magnus > > > On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller > <ju...@in...> wrote: >> Good question... The Maven build script is less well maintained than the > Ant >> build, as we're just using Ant on our developer and nightly build >> machines >> (as far as I'm aware). >> >> I've updated project.xml and project.properties according to your JIRA > issue >> (SPR-627). Someone with a working Maven setup, please give the current >> CVS >> contents a try, ideally before the 1.1.4 release (scheduled for tomorrow >> evening)! >> >> Juergen >> >> >> -----Original Message----- >> From: spr...@li... >> [mailto:spr...@li...]On Behalf >> Of Magnus Heino >> Sent: Saturday, January 15, 2005 1:48 PM >> To: spr...@li... >> Subject: [Springframework-developer] maven.xml >> >> Hi. >> >> Why is maven.xml included in the project? It looks like it isn't used >> by anyone, and althogh some properties are shared with ant in >> project.properties, many are also missing and hardcoded in >> build.xml...? >> >> -- >> >> /Magnus Heino >> >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by: Beat the post-holiday blues >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by: Beat the post-holiday blues >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> > > > -- > > /Magnus Heino > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Dmitriy K. <dko...@ru...> - 2005-01-15 21:28:54
|
-1 against Maven. I've tried using it several times but I just "don't feel it" I'm perfectly fine with "plain old Ant". Dmitriy. Juergen Hoeller wrote: >You do have a point there. We originally just had a build process based on >Ant; Maven was added later, as a contribution. Since then, here seems to be >a number of people using Maven for building Spring... It would probably be >worth doing a poll on this. > >I've personally never touched Maven before, and believe that Ant is in >general perfectly sufficient for our development purposes. Of course, other >people's mileage may vary :-) > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Erwin Vervaet >Sent: Saturday, January 15, 2005 8:48 PM >To: spr...@li... >Subject: Re: [Springframework-developer] maven.xml > > >Why would you want to do both Maven and plain old Ant? This just seems a >maintenance hassle (as this discussion illustrates) because you basicly have >build logic duplicated in 2 systems. > >Erwin Vervaet >----- Original Message ----- >From: "Juergen Hoeller" <ju...@in...> >To: <spr...@li...> >Sent: Saturday, January 15, 2005 7:59 PM >Subject: Re: [Springframework-developer] maven.xml > > > > >>Yes, the ambition is to keep both. You're welcome to improve the Maven >>script, to match the current version of the Ant build! >> >>Juergen >> >> >>-----Original Message----- >>From: spr...@li... >>[mailto:spr...@li...]On Behalf >>Of Magnus Heino >>Sent: Saturday, January 15, 2005 7:34 PM >>To: spr...@li... >>Subject: Re: [Springframework-developer] maven.xml >> >> >>But the ambition is to keep both maven and ant? If so, I will work on >>some patches to atleast make it compile everything with the right >>options, build the jars and run the tests. >> >>/Magnus >> >> >>On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller >><ju...@in...> wrote: >> >> >>>Good question... The Maven build script is less well maintained than the >>> >>> >>Ant >> >> >>>build, as we're just using Ant on our developer and nightly build >>>machines >>>(as far as I'm aware). >>> >>>I've updated project.xml and project.properties according to your JIRA >>> >>> >>issue >> >> >>>(SPR-627). Someone with a working Maven setup, please give the current >>>CVS >>>contents a try, ideally before the 1.1.4 release (scheduled for tomorrow >>>evening)! >>> >>>Juergen >>> >>> >>>-----Original Message----- >>>From: spr...@li... >>>[mailto:spr...@li...]On Behalf >>>Of Magnus Heino >>>Sent: Saturday, January 15, 2005 1:48 PM >>>To: spr...@li... >>>Subject: [Springframework-developer] maven.xml >>> >>>Hi. >>> >>>Why is maven.xml included in the project? It looks like it isn't used >>>by anyone, and althogh some properties are shared with ant in >>>project.properties, many are also missing and hardcoded in >>>build.xml...? >>> >>>-- >>> >>> /Magnus Heino >>> >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>> >>> >>-- >> >> /Magnus Heino >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by: Beat the post-holiday blues >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by: Beat the post-holiday blues >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> >> >> > > > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Michael S. <mi...@sc...> - 2005-01-15 22:50:14
|
On Saturday 15 January 2005 22:28, Dmitriy Kopylenko wrote: > -1 against Maven. I've tried using it several times but I just "don't > feel it" I'm perfectly fine with "plain old Ant". I'm currently trying to come to grips with maven. It's a rather unpleasant experience. There are the docs and a couple of articles, but still I constantly have the impression that I don't quite understand well enough how things work. Still I'm convinced that the effort will be worth it in the end. Why? Because with Maven I hope to get several things - a build environment standardized across projects - projects that can be rebuild easily by anyone (so that they can fix bugs they've found) - easy generation of a number of reports Michael -- Michael Schuerig The more it stays the same, mailto:mi...@sc... The less it changes! http://www.schuerig.de/michael/ --Spinal Tap, The Majesty of Rock |
|
From: Thomas R. <tho...@tr...> - 2005-01-16 19:59:12
|
Luke Taylor added the Maven build and has been maintaining it. There is an automated build available at http://www.monkeymachine.co.uk/spring/ Looking at the reports there there are some failures that could be fixed by including JasperReports. Thomas Juergen Hoeller wrote: >You do have a point there. We originally just had a build process based on >Ant; Maven was added later, as a contribution. Since then, here seems to be >a number of people using Maven for building Spring... It would probably be >worth doing a poll on this. > >I've personally never touched Maven before, and believe that Ant is in >general perfectly sufficient for our development purposes. Of course, other >people's mileage may vary :-) > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Erwin Vervaet >Sent: Saturday, January 15, 2005 8:48 PM >To: spr...@li... >Subject: Re: [Springframework-developer] maven.xml > > >Why would you want to do both Maven and plain old Ant? This just seems a >maintenance hassle (as this discussion illustrates) because you basicly have >build logic duplicated in 2 systems. > >Erwin Vervaet >----- Original Message ----- >From: "Juergen Hoeller" <ju...@in...> >To: <spr...@li...> >Sent: Saturday, January 15, 2005 7:59 PM >Subject: Re: [Springframework-developer] maven.xml > > > > >>Yes, the ambition is to keep both. You're welcome to improve the Maven >>script, to match the current version of the Ant build! >> >>Juergen >> >> >>-----Original Message----- >>From: spr...@li... >>[mailto:spr...@li...]On Behalf >>Of Magnus Heino >>Sent: Saturday, January 15, 2005 7:34 PM >>To: spr...@li... >>Subject: Re: [Springframework-developer] maven.xml >> >> >>But the ambition is to keep both maven and ant? If so, I will work on >>some patches to atleast make it compile everything with the right >>options, build the jars and run the tests. >> >>/Magnus >> >> >>On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller >><ju...@in...> wrote: >> >> >>>Good question... The Maven build script is less well maintained than the >>> >>> >>Ant >> >> >>>build, as we're just using Ant on our developer and nightly build >>>machines >>>(as far as I'm aware). >>> >>>I've updated project.xml and project.properties according to your JIRA >>> >>> >>issue >> >> >>>(SPR-627). Someone with a working Maven setup, please give the current >>>CVS >>>contents a try, ideally before the 1.1.4 release (scheduled for tomorrow >>>evening)! >>> >>>Juergen >>> >>> >>>-----Original Message----- >>>From: spr...@li... >>>[mailto:spr...@li...]On Behalf >>>Of Magnus Heino >>>Sent: Saturday, January 15, 2005 1:48 PM >>>To: spr...@li... >>>Subject: [Springframework-developer] maven.xml >>> >>>Hi. >>> >>>Why is maven.xml included in the project? It looks like it isn't used >>>by anyone, and althogh some properties are shared with ant in >>>project.properties, many are also missing and hardcoded in >>>build.xml...? >>> >>>-- >>> >>> /Magnus Heino >>> >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>> >>> >>-- >> >> /Magnus Heino >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by: Beat the post-holiday blues >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by: Beat the post-holiday blues >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> >> >> > > > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > |
|
From: jbetancourt <jbe...@co...> - 2005-01-16 01:17:09
|
I wonder, since maven.xml is a Jelly script and Ant is supported transparently, could the Maven build just reuse the existing ant build scripts? Somewhat like an ant include or ant call. ----- Original Message ----- From: "Erwin Vervaet" <erw...@er...> To: <spr...@li...> Sent: Saturday, January 15, 2005 2:47 PM Subject: Re: [Springframework-developer] maven.xml > Why would you want to do both Maven and plain old Ant? This just seems a > maintenance hassle (as this discussion illustrates) because you basicly have > build logic duplicated in 2 systems. > > Erwin Vervaet > ----- Original Message ----- > From: "Juergen Hoeller" <ju...@in...> > To: <spr...@li...> > Sent: Saturday, January 15, 2005 7:59 PM > Subject: Re: [Springframework-developer] maven.xml > > > > Yes, the ambition is to keep both. You're welcome to improve the Maven > > script, to match the current version of the Ant build! > > > > Juergen > > > > > > -----Original Message----- > > From: spr...@li... > > [mailto:spr...@li...]On Behalf > > Of Magnus Heino > > Sent: Saturday, January 15, 2005 7:34 PM > > To: spr...@li... > > Subject: Re: [Springframework-developer] maven.xml > > > > > > But the ambition is to keep both maven and ant? If so, I will work on > > some patches to atleast make it compile everything with the right > > options, build the jars and run the tests. > > > > /Magnus > > > > > > On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller > > <ju...@in...> wrote: > >> Good question... The Maven build script is less well maintained than the > > Ant > >> build, as we're just using Ant on our developer and nightly build > >> machines > >> (as far as I'm aware). > >> > >> I've updated project.xml and project.properties according to your JIRA > > issue > >> (SPR-627). Someone with a working Maven setup, please give the current > >> CVS > >> contents a try, ideally before the 1.1.4 release (scheduled for tomorrow > >> evening)! > >> > >> Juergen > >> > >> > >> -----Original Message----- > >> From: spr...@li... > >> [mailto:spr...@li...]On Behalf > >> Of Magnus Heino > >> Sent: Saturday, January 15, 2005 1:48 PM > >> To: spr...@li... > >> Subject: [Springframework-developer] maven.xml > >> > >> Hi. > >> > >> Why is maven.xml included in the project? It looks like it isn't used > >> by anyone, and althogh some properties are shared with ant in > >> project.properties, many are also missing and hardcoded in > >> build.xml...? > >> > >> -- > >> > >> /Magnus Heino > >> > >> > >> ------------------------------------------------------- > >> The SF.Net email is sponsored by: Beat the post-holiday blues > >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >> _______________________________________________ > >> Springframework-developer mailing list > >> Spr...@li... > >> https://lists.sourceforge.net/lists/listinfo/springframework-developer > >> > >> ------------------------------------------------------- > >> The SF.Net email is sponsored by: Beat the post-holiday blues > >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >> _______________________________________________ > >> Springframework-developer mailing list > >> Spr...@li... > >> https://lists.sourceforge.net/lists/listinfo/springframework-developer > >> > > > > > > -- > > > > /Magnus Heino > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by: Beat the post-holiday blues > > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by: Beat the post-holiday blues > > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Pieter C. <pie...@on...> - 2005-01-16 20:11:41
|
You can use "maven ant" which generates an ant build file (although this is a basic script). See http://maven.apache.org/reference/plugins/ant/ Personnally I prefer Maven above Ant because it doesn't require the usual copy-an-ant-script-from-another-project-and-tweak-some-settings approach. Pieter jbetancourt wrote: >I wonder, since maven.xml is a Jelly script and Ant is supported >transparently, could the Maven build just reuse the existing ant build >scripts? Somewhat like an ant include or ant call. > > > > >----- Original Message ----- >From: "Erwin Vervaet" <erw...@er...> >To: <spr...@li...> >Sent: Saturday, January 15, 2005 2:47 PM >Subject: Re: [Springframework-developer] maven.xml > > > > >>Why would you want to do both Maven and plain old Ant? This just seems a >>maintenance hassle (as this discussion illustrates) because you basicly >> >> >have > > >>build logic duplicated in 2 systems. >> >>Erwin Vervaet >>----- Original Message ----- >>From: "Juergen Hoeller" <ju...@in...> >>To: <spr...@li...> >>Sent: Saturday, January 15, 2005 7:59 PM >>Subject: Re: [Springframework-developer] maven.xml >> >> >> >> >>>Yes, the ambition is to keep both. You're welcome to improve the Maven >>>script, to match the current version of the Ant build! >>> >>>Juergen >>> >>> >>>-----Original Message----- >>>From: spr...@li... >>>[mailto:spr...@li...]On Behalf >>>Of Magnus Heino >>>Sent: Saturday, January 15, 2005 7:34 PM >>>To: spr...@li... >>>Subject: Re: [Springframework-developer] maven.xml >>> >>> >>>But the ambition is to keep both maven and ant? If so, I will work on >>>some patches to atleast make it compile everything with the right >>>options, build the jars and run the tests. >>> >>>/Magnus >>> >>> >>>On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller >>><ju...@in...> wrote: >>> >>> >>>>Good question... The Maven build script is less well maintained than >>>> >>>> >the > > >>>Ant >>> >>> >>>>build, as we're just using Ant on our developer and nightly build >>>>machines >>>>(as far as I'm aware). >>>> >>>>I've updated project.xml and project.properties according to your JIRA >>>> >>>> >>>issue >>> >>> >>>>(SPR-627). Someone with a working Maven setup, please give the current >>>>CVS >>>>contents a try, ideally before the 1.1.4 release (scheduled for >>>> >>>> >tomorrow > > >>>>evening)! >>>> >>>>Juergen >>>> >>>> >>>>-----Original Message----- >>>>From: spr...@li... >>>>[mailto:spr...@li...]On Behalf >>>>Of Magnus Heino >>>>Sent: Saturday, January 15, 2005 1:48 PM >>>>To: spr...@li... >>>>Subject: [Springframework-developer] maven.xml >>>> >>>>Hi. >>>> >>>>Why is maven.xml included in the project? It looks like it isn't used >>>>by anyone, and althogh some properties are shared with ant in >>>>project.properties, many are also missing and hardcoded in >>>>build.xml...? >>>> >>>>-- >>>> >>>> /Magnus Heino >>>> >>>> >>>>------------------------------------------------------- >>>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>>_______________________________________________ >>>>Springframework-developer mailing list >>>>Spr...@li... >>>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>>> >>>>------------------------------------------------------- >>>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>>_______________________________________________ >>>>Springframework-developer mailing list >>>>Spr...@li... >>>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>>> >>>> >>>> >>>-- >>> >>> /Magnus Heino >>> >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>> >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>> >>> >>> >>> >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by: Beat the post-holiday blues >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> > > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Patrick B. <pbu...@gm...> - 2005-01-17 15:06:06
|
On Sun, 16 Jan 2005 21:11:24 +0100, Pieter Coucke <pie...@on...> wrote: > Personnally I prefer Maven above Ant because it doesn't require the > usual copy-an-ant-script-from-another-project-and-tweak-some-settings > approach. > > Pieter <sarcasm> Yeah, I love the copy-project-xml-from-another-project-and-tweak-some-settings much better. </sarcasm> Couldn't resist. Patrick |
|
From: Pieter C. <pie...@on...> - 2005-01-17 15:54:35
|
Hmm, I don't think I agree with this. A project.xml file indeed sometimes requires a copy of another one (especially the dependencies - which I hop= e they are working on to make it less verbose), but at a much higher level.= =20 For example, for a simple war operation, you don't need to write a whole ant script. But then again, I always love sarcasm. Patrick Burleson said: > On Sun, 16 Jan 2005 21:11:24 +0100, Pieter Coucke > <pie...@on...> wrote: >> Personnally I prefer Maven above Ant because it doesn't require the >> usual copy-an-ant-script-from-another-project-and-tweak-some-settings >> approach. >> >> Pieter > > <sarcasm> > Yeah, I love the > copy-project-xml-from-another-project-and-tweak-some-settings much > better. > </sarcasm> > > Couldn't resist. > > Patrick > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: jbetancourt <jbe...@co...> - 2005-01-19 02:12:13
|
Yes, I am aware of that. I was referring to the issue of not conforming to the DRY principle. According to the Ant docs what I suggest is possible: http://maven.apache.org/ant-guide/qna/antfarming.html But, I don't see much payback to it. ----- Original Message ----- From: "Pieter Coucke" <pie...@on...> To: <spr...@li...> Sent: Sunday, January 16, 2005 3:11 PM Subject: Re: [Springframework-developer] maven.xml > You can use "maven ant" which generates an ant build file (although this > is a basic script). > See http://maven.apache.org/reference/plugins/ant/ > > Personnally I prefer Maven above Ant because it doesn't require the > usual copy-an-ant-script-from-another-project-and-tweak-some-settings > approach. > > Pieter > > > > jbetancourt wrote: > > >I wonder, since maven.xml is a Jelly script and Ant is supported > >transparently, could the Maven build just reuse the existing ant build > >scripts? Somewhat like an ant include or ant call. > > > > > > > > > >----- Original Message ----- > >From: "Erwin Vervaet" <erw...@er...> > >To: <spr...@li...> > >Sent: Saturday, January 15, 2005 2:47 PM > >Subject: Re: [Springframework-developer] maven.xml > > > > > > > > > >>Why would you want to do both Maven and plain old Ant? This just seems a > >>maintenance hassle (as this discussion illustrates) because you basicly > >> > >> > >have > > > > > >>build logic duplicated in 2 systems. > >> > >>Erwin Vervaet > >>----- Original Message ----- > >>From: "Juergen Hoeller" <ju...@in...> > >>To: <spr...@li...> > >>Sent: Saturday, January 15, 2005 7:59 PM > >>Subject: Re: [Springframework-developer] maven.xml > >> > >> > >> > >> > >>>Yes, the ambition is to keep both. You're welcome to improve the Maven > >>>script, to match the current version of the Ant build! > >>> > >>>Juergen > >>> > >>> > >>>-----Original Message----- > >>>From: spr...@li... > >>>[mailto:spr...@li...]On Behalf > >>>Of Magnus Heino > >>>Sent: Saturday, January 15, 2005 7:34 PM > >>>To: spr...@li... > >>>Subject: Re: [Springframework-developer] maven.xml > >>> > >>> > >>>But the ambition is to keep both maven and ant? If so, I will work on > >>>some patches to atleast make it compile everything with the right > >>>options, build the jars and run the tests. > >>> > >>>/Magnus > >>> > >>> > >>>On Sat, 15 Jan 2005 17:46:21 +0100, Juergen Hoeller > >>><ju...@in...> wrote: > >>> > >>> > >>>>Good question... The Maven build script is less well maintained than > >>>> > >>>> > >the > > > > > >>>Ant > >>> > >>> > >>>>build, as we're just using Ant on our developer and nightly build > >>>>machines > >>>>(as far as I'm aware). > >>>> > >>>>I've updated project.xml and project.properties according to your JIRA > >>>> > >>>> > >>>issue > >>> > >>> > >>>>(SPR-627). Someone with a working Maven setup, please give the current > >>>>CVS > >>>>contents a try, ideally before the 1.1.4 release (scheduled for > >>>> > >>>> > >tomorrow > > > > > >>>>evening)! > >>>> > >>>>Juergen > >>>> > >>>> > >>>>-----Original Message----- > >>>>From: spr...@li... > >>>>[mailto:spr...@li...]On Behalf > >>>>Of Magnus Heino > >>>>Sent: Saturday, January 15, 2005 1:48 PM > >>>>To: spr...@li... > >>>>Subject: [Springframework-developer] maven.xml > >>>> > >>>>Hi. > >>>> > >>>>Why is maven.xml included in the project? It looks like it isn't used > >>>>by anyone, and althogh some properties are shared with ant in > >>>>project.properties, many are also missing and hardcoded in > >>>>build.xml...? > >>>> > >>>>-- > >>>> > >>>> /Magnus Heino > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>The SF.Net email is sponsored by: Beat the post-holiday blues > >>>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >>>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >>>>_______________________________________________ > >>>>Springframework-developer mailing list > >>>>Spr...@li... > >>>>https://lists.sourceforge.net/lists/listinfo/springframework-developer > >>>> > >>>>------------------------------------------------------- > >>>>The SF.Net email is sponsored by: Beat the post-holiday blues > >>>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >>>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >>>>_______________________________________________ > >>>>Springframework-developer mailing list > >>>>Spr...@li... > >>>>https://lists.sourceforge.net/lists/listinfo/springframework-developer > >>>> > >>>> > >>>> > >>>-- > >>> > >>> /Magnus Heino > >>> > >>> > >>>------------------------------------------------------- > >>>The SF.Net email is sponsored by: Beat the post-holiday blues > >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >>>_______________________________________________ > >>>Springframework-developer mailing list > >>>Spr...@li... > >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>The SF.Net email is sponsored by: Beat the post-holiday blues > >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >>>_______________________________________________ > >>>Springframework-developer mailing list > >>>Spr...@li... > >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer > >>> > >>> > >>> > >>> > >>> > >> > >> > >>------------------------------------------------------- > >>The SF.Net email is sponsored by: Beat the post-holiday blues > >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >>_______________________________________________ > >>Springframework-developer mailing list > >>Spr...@li... > >>https://lists.sourceforge.net/lists/listinfo/springframework-developer > >> > >> > >> > > > > > > > >------------------------------------------------------- > >The SF.Net email is sponsored by: Beat the post-holiday blues > >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >_______________________________________________ > >Springframework-developer mailing list > >Spr...@li... > >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |