Re: Please Help me in Calling Maven 1.0.2 building job from ANT

2008-11-06 Thread Carlos Ortiz
Hi, Simple way use the exec task to call mvn.bat or mvn if mvn is not in the path 2008/11/6 Prasad Nakarikanti <[EMAIL PROTECTED]>: > Hi, > > > > We are recently started using JetBrains TeamCity for Build Automation and > CI. > > > > We are using Maven 1.02 for buildi

Please Help me in Calling Maven 1.0.2 building job from ANT

2008-11-06 Thread Prasad Nakarikanti
Hi, We are recently started using JetBrains TeamCity for Build Automation and CI. We are using Maven 1.02 for building, and not willing to upgrade to Maven 2.0 in near future. TeamCity only supports Maven 2 and ANT. I would like to embed our Maven job in ANT build.xml file so that T