2007 13:23
> >An: Ant Users List
> >Betreff: [Ant task] Calling different targets by passing it to
> >a batch file
> >
> >Hello,
> >
> >I have a batch file ABC.bat, which I use to set ant path and
> >run the build
> >file.
> >
> >ABC.bat co
13:23
>An: Ant Users List
>Betreff: [Ant task] Calling different targets by passing it to
>a batch file
>
>Hello,
>
>I have a batch file ABC.bat, which I use to set ant path and
>run the build
>file.
>
>ABC.bat contents are somewhat like:
>rem Set Ant path ove
Hello,
I have a batch file ABC.bat, which I use to set ant path and run the build
file.
ABC.bat contents are somewhat like:
rem Set Ant path over here
ant -verbose -buildfile "RunBuild.xml" %1 -emacs
I have few targets for e.g A, B, C, D in my build file RunBuild.xml. These
targets are my defaul