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
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
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