To migrate to maven from ant you'll find some documentation here :
http://maven.apache.org/maven-1.x/start/maven-for-ant-users.html
But it focused on maven-1 and not maven-2
I don't know if it's better for you to use maven 1 or maven 2.

Arnaud

On 3/22/06, raja bangaru <[EMAIL PROTECTED]> wrote:
>
> Thanks
> but would u let me know the doc urls which would help me to migrate to
> maven?
> also i need to configure eclipse IDE with maven.
>
> Regards,
> RAJA
>
> On 3/22/06, Anthony Kong <[EMAIL PROTECTED]> wrote:
> >
> > Many people have migrated from ant to maven. And I did too.
> >
> > I think there is no magic bullet to the migration. You have to be
> familiar
> > with what your "complex" build.xml does and then translate the build
> > processes in your build.xml to corresponding maven goals. I ended up
> > writing
> > a maven plugin for our projects.
> >
> > Maybe it would be easier for us to help u if you let us know what
> specific
> > problem you have in translating your build.xml to maven.
> >
> > The documentation on the site is sufficient for me to make the
> migration.
> > So, take a look at the doc first.
> >
> > Cheers,
> > AK
> >
> >
> >
> > -----Original Message-----
> > From: raja bangaru [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, 22 March 2006 5:01 PM
> > To: users@maven.apache.org
> > Subject: Migrating from ant to maven
> >
> > I'm currently working with maven 1.0.2
> > Did any one ever worked on migrating from ant to maven?
> >
> > i have a complex build.xml file of my project i need to migrate to maven
> >
> > also multi projects have to be maintained with maven 1.0.3
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

Reply via email to