Re: Yet another basic question about Ant

2009-09-04 Thread veena pandit
Sent: 01 September 2009 19:59 > To: Ant Users List > Subject: Re: Yet another basic question about Ant > > It is for a Java program. But I have to convert all the Make utilities > into > Ant. > I dont know Make. and I have to eliminate the Make > > On Tue, Sep 1, 20

RE: Yet another basic question about Ant

2009-09-01 Thread Chris Green
Send me your make file plus any extras. I'll have a look 4 you. chris.green...@gmail.com -Original Message- From: veena pandit Sent: 01 September 2009 19:59 To: Ant Users List Subject: Re: Yet another basic question about Ant It is for a Java program. But I have to convert al

Re: Yet another basic question about Ant

2009-09-01 Thread veena pandit
It is for a Java program. But I have to convert all the Make utilities into Ant. I dont know Make. and I have to eliminate the Make On Tue, Sep 1, 2009 at 2:50 PM, David Weintraub wrote: > Ant is a build system primarily designed for Java builds while Make is > primarily designed for C/C++ bui

Re: Yet another basic question about Ant

2009-09-01 Thread David Weintraub
Ant is a build system primarily designed for Java builds while Make is primarily designed for C/C++ builds. Are you doing a Java build, but for some reason, it was originally written in Make? Then, I can understand why you want to change. But you are probably better off writing the build from scra

Re: Yet another basic question about Ant

2009-09-01 Thread Dominique Devienne
On Tue, Sep 1, 2009 at 10:20 AM, veena pandit wrote: > I have been given the task of converting Make files to Ant.  I don't know > Make and I don't know Ant. > But I am going to try.  There are 3 make files in the project.  The first > one includes another make file > like so: > include makefile.${

Yet another basic question about Ant

2009-09-01 Thread veena pandit
Hi, I have been given the task of converting Make files to Ant. I don't know Make and I don't know Ant. But I am going to try. There are 3 make files in the project. The first one includes another make file like so: include makefile.${OSTYPE}${OS} the other Make files are makefile.linux and ma