Calling another ant script

2007-10-05 Thread Sayed, Irfan (Irfan)
Hi All, I need to call one ant script from another ant script. Can somebody please tell me how to do that. Regards Irfan.

RE: Need to compile VB project

2007-09-30 Thread Sayed, Irfan (Irfan)
You might want to look at Nant which is the .NET version of Ant. This >version of Ant is specially built to build Microsoft specific projects >and includes tasks for compiling VisualStudio projects written in C#, >C++, and Visual Basic. > >See <http://nant.sourceforge.net/> for more i

Need to compile VB project

2007-09-30 Thread Sayed, Irfan (Irfan)
Hi All, I need to write Ant build script which will compile the VB6 project. Currently the build script is in batch file I need to convert it into the Ant script. Please find the attached batch script. Can somebody please help me out in writing the same. I will be Regards Irfan.

RE: windows command

2007-07-31 Thread Sayed, Irfan (Irfan)
> example note : > In the above target I have used xcopy.exe Windows program to copy >file from c:\temp to d:\temp. You can pass arguments to command using > > You can adapt this (command arguments etc.) as per your needs. > >Hope this helps. > > > >-

windows command

2007-07-31 Thread Sayed, Irfan (Irfan)
Hi All, I need to execute windows system command in Ant's build.xml. I got one sample in manual but need to know what is the exact meaning of every line with every attribute. Can somebody please help Regards Irfan.

Need to convert windows batch script (build script) to ant's build.xml

2007-07-26 Thread Sayed, Irfan (Irfan)
Hi All, I have one build script which is totally in windows batch script. I am planning to convert that script in Ant's build.xml. Batch script contains all the windows related commands such as cls,xcopy,cd,dir,mv etc. Now for me , as i am very new to Ant world , very difficult to write task fo

Ant help

2007-07-23 Thread Sayed, Irfan (Irfan)
Hi All, I am very new to the Ant world. Really want to learn ant scripting (build.xml) from scratch. I already visited to ant.apache.org but never find any procedure to write small scripts or basics about writing script.It's a very high level description. Can somebody has any ppt or good study

Execution of windows command in ant's build.xml

2007-07-18 Thread Sayed, Irfan (Irfan)
Hi All, Need to execute windows 'cls' command in the Ant's build.xml file. Can somebody please help. Regards Irfan.

Unix command in build .xml

2007-07-17 Thread Sayed, Irfan (Irfan)
Hi All, I need to execute UNIX command (for example ls -l) in Ant's build.xml file. Can somebody please help me in this case. Do I need to write task for this or anything else. Please help. Regards Irfan.

Ant help

2007-06-27 Thread Sayed, Irfan (Irfan)
Hi All, I am getting one error while running build.xml file. Following is the error. D:\Irfan>ant dist Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.6. 0_01\lib\tools.jar Can somebody please help. Regards Irfan.

Ant Knowledge base

2007-05-25 Thread Sayed, Irfan \(Irfan\)
Hi All, Does anybody has Power point presentation, PDF doc to learn Ant scripting. It should contain all basics and then go for advanced scripting. I need to write a build script for one of the small component in project. Please help Regards Irfan.

test

2007-02-28 Thread Sayed, Irfan (Irfan)

test

2007-02-27 Thread Sayed, Irfan (Irfan)

Compilation of c files using Ant

2006-07-11 Thread Sayed, Irfan \(Irfan\)
Hi All, Using cpptask to compile c++ code base we have set the compiler as follows ... but it has been observerd that this is equivalant of CC sun studio c++ compiler . we are looking for an equivalant option sun stodio c compiler please let us know what name we should set for this . R

RE: help to compile c / c++ files in ant

2006-06-29 Thread Sayed, Irfan \(Irfan\)
. Regards, Antoine Original-Nachricht Datum: Fri, 30 Jun 2006 01:51:43 +0800 Von: "Sayed, Irfan (Irfan)" <[EMAIL PROTECTED]> An: Ant Users List Betreff: help to compile c / c++ files in ant > Hi All, > > Can anybody please give me sample build.xml fil

help to compile c / c++ files in ant

2006-06-29 Thread Sayed, Irfan \(Irfan\)
Hi All, Can anybody please give me sample build.xml file which compiles the c/c++ files. I will be highly obliged if you do the same. Regards Irfan.

RE: Ant help for c compiler

2006-06-29 Thread Sayed, Irfan \(Irfan\)
OTECTED] Sent: Wednesday, June 28, 2006 4:34 PM To: user@ant.apache.org Subject: AW: Ant help for c compiler Ant doesnt support C by its own. Have a look at AntContribs CC task http://ant-contrib.sourceforge.net/cc.html Jan ________ Von: Sayed, Irf

RE: Ant help for c compiler

2006-06-28 Thread Sayed, Irfan \(Irfan\)
y its own. Have a look at AntContribs CC task http://ant-contrib.sourceforge.net/cc.html Jan Von: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Juni 2006 13:00 An: user@ant.apache.org Betreff: Ant help

Ant help for c compiler

2006-06-28 Thread Sayed, Irfan \(Irfan\)
Hi All,   I have been assign a task of migrating our build environment from make file base system to ant base system. Our code base has code of java, C and cpp. With Make file we are able to compile and generate the code. To migrate I have downloaded sample makefile (see the attached build_

RE: Ant help for c compiler

2006-06-28 Thread Sayed, Irfan \(Irfan\)
Ant doesnt support C by its own. Have a look at AntContribs CC task http://ant-contrib.sourceforge.net/cc.html Jan Von: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Juni 2006 13:00 An: user

Ant help for c compiler

2006-06-28 Thread Sayed, Irfan \(Irfan\)
Hi All,   I have been assign a task of migrating our build environment from make file base system to ant base system. Our code base has code of java, C and cpp. With Make file we are able to compile and generate the code. To migrate I have downloaded sample makefile (see the attached build