Send me your make file plus any extras. I'll have a look 4 you. [email protected]
-----Original Message----- From: veena pandit <[email protected]> Sent: 01 September 2009 19:59 To: Ant Users List <[email protected]> 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, 2009 at 2:50 PM, David Weintraub <[email protected]> wrote: > 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 scratch instead of trying to convert over > the Makefiles to build.xml files. > > If the build is for C/C++, you should really keep using Make and forget > about using Ant. > > > On Tue, Sep 1, 2009 at 11:20 AM, veena pandit <[email protected]> wrote: > > > Hi, > > [The entire original message is not included] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
