Re: [Ant task] Calling different targets by passing it to a batch file

2007-10-23 Thread Sunil Prabhakaran
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

AW: [Ant task] Calling different targets by passing it to a batch file

2007-10-22 Thread Jan.Materne
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

[Ant task] Calling different targets by passing it to a batch file

2007-10-18 Thread Dharmesh Vyas
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