|
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 > > |