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

2006-06-29 Thread Sayed, Irfan \(Irfan\)
hi, I went to that site but I found only main steps to use external task such as cc. As I am very new to Ant I don't know how to use it so can anybody please give me any sample build file which compiles the c / c++ files regards irfan. -Original Message- From: Antoine Levy-Lambert

FixCRLF task: Does it work?

2006-06-29 Thread Alex Egg
All, Do any of you have experience using the FixCRLF class in the ant API? I'm doing a concat using the Concat class and that works fine, but then I go to set the setEol property of Concat and it doesn't seem to be doing anything. Concat concat.. concat.setDestfile(new File

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

2006-06-29 Thread Antoine Levy-Lambert
Hello, please look at the project ant-contrib. The whereabouts of ant-contrib are listed on Ant's web site under related projects or external tasks. Regards, Antoine Original-Nachricht Datum: Fri, 30 Jun 2006 01:51:43 +0800 Von: "Sayed, Irfan (Irfan)" <[EMAIL PROTECTED]> An: A

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.

How to specify Log4j settings ?

2006-06-29 Thread Shailesh Sharma
nothing to do with ANTs but a general J2EE question (please help). Iam using WLS 8.1 sp3. I have a situation where i need to put some specific properties files on my BEA managed instances. for eg. having 3 different properties files for my "A" managed server. Similary, say other 4 p

Re: Ant help for c compiler

2006-06-29 Thread Steve Loughran
Sayed, Irfan (Irfan) wrote: 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

Re: Ant help for c compiler

2006-06-29 Thread Steve Loughran
Sayed, Irfan (Irfan) wrote: Hi, why do we need to the path There is no automatic discovery and load of tasks. Ant would have to enumerate every properties file in every package and load them, and would probably get something wrong like load properties files that have nothing to do with ant

Re: Ant script to export projects to a DataBase

2006-06-29 Thread Ben Stringer
On Thu, 2006-06-29 at 19:09 +0530, Deepak Rao wrote: > Hi, > I have to export some projects to database (MySql). > The DB script pertaining to that project is already written in the database. > How can we do this task (of exporting projects ) using the ANT ? > > hope someone has an idea. Hi Deepa

Ant script to export projects to a DataBase

2006-06-29 Thread Deepak Rao
Hi, I have to export some projects to database (MySql). The DB script pertaining to that project is already written in the database. How can we do this task (of exporting projects ) using the ANT ? hope someone has an idea. Thanks and Regards Deepak Rao

RE: Ant help for c compiler

2006-06-29 Thread Sayed, Irfan \(Irfan\)
Hi, why do we need to the path we have installed ant in /opt/apache-ant-1.6.5/bin/ant and copied jar (ant-contrib-gump-28062006.jar) into /opt/apache-ant-1.6.5/lib directory. PATH is set to "/opt/apache-ant-1.6.5/lib:/opt/apache-ant-1.6.5/bin:/bin:/vobs/ivr/air. pj/nmkfiles:/opt/nmake3.7/bin: