RE: Using ANT build.xml in Maven?

2004-02-24 Thread Brett Porter
; To: [EMAIL PROTECTED] > Subject: Re: Using ANT build.xml in Maven? > > > Hi, how does one properly add the following to the maven.xml? > Now, should I put the typedefs in the maven.xml instead of > the project.xml? > > Thanks, > > -Conrad > > > except you

Re: Using ANT build.xml in Maven?

2004-02-24 Thread conradwt
Hi, how does one properly add the following to the maven.xml? Now, should I put the typedefs in the maven.xml instead of the project.xml? Thanks, -Conrad > except you wrap a "" around a target perhaps ... your command line > would work the same. > You can pretty much stuff all taskdefs, typed

Re: Using ANT build.xml in Maven?

2004-02-23 Thread Kevin Hagel
except you wrap a "" around a target perhaps ... your command line would work the same. You can pretty much stuff all taskdefs, typedefs, and all that right inside your project.xml, Maven is an Ant wrapper in that. etc. [EMAIL PROTECTED] wrote: Hi, my boss just wants me to use

Re: Using ANT build.xml in Maven?

2004-02-23 Thread conradwt
Hi, my boss just wants me to use the existing ANT build.xml until we can get a correct multiproject setup (i.e. maven.xml, project.properties, and build.properties). At this time, the project generates 14 artifacts; mostly JARs and EJB-JARs. Finally, I would simply like to reuse my build.xml t

Re: Using ANT build.xml in Maven?

2004-02-23 Thread Kevin Hagel
Do you want to run an external ant file from within your maven project.xml, is that it? What Brett said and: http://ant.apache.org/manual/CoreTasks/ant.html that's what I use. Some of the people around here "get" Ant, but not Maven, I have to do this to make their projects work sometimes.

RE: Using ANT build.xml in Maven?

2004-02-23 Thread Brett Porter
Maven.xml: But you'll be poorer for it :) - Brett > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 24 February 2004 9:35 AM > To: [EMAIL PROTECTED] > Subject: Using ANT build.xml in Maven? > > > Hi, I was wondering, is it possible to