>> What would you want to use this basedir property for? Maven has a different mindset for referencing resources within a project than ant. I'm sure if you describe your use case here someone will show you the maven way to do things.
I'm using maven to call a ant-build file that is in another directory. The problem is that there is a lot of relative paths in this ant file. On Dec 11, 2007 9:43 PM, Gargan, Stephen <[EMAIL PROTECTED]> wrote: > What would you want to use this basedir property for? Maven has a > different mindset for referencing resources within a project than ant. > I'm sure if you describe your use case here someone will show you the > maven way to do things. > > Rgds, > > ste > > -----Original Message----- > From: Luis Roberto P. Paula [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 11, 2007 11:27 AM > To: Maven Users List > Subject: Ant basedir > > Hi, > > How do I set ant basedir from maven? > > I was trying something like that: > > *<ant basedir="/tmp/test" antfile="build.xml">* > > but there is no basedir attribute. > > Thanks, > Luis > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
