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

Re: How to access the basedir of ANOTHER project in Eclipse?

2008-10-28 Thread Carlos Ortiz
Actually it is posible but you must run the build.xml as a external tool in eclipse then send as a argument -D= Yet there is a small trick since ${workspace_loc} variable won't work you have to create a new variable with the same value of ${workspace_loc} for example MyVar=/home/myuser/mywork

On error Redo some TasK

2008-05-12 Thread Carlos Ortiz
Hi,Here is my question, how do i redo or execute some task's when another fail for example , if targetA fail go to onErrorTargetATarget... been the main mainTarget thks in advance