ashik chollangi wrote:Hey guys,set ANT_HOME to the C:\apache-ant-1.7.1\bin and then add C:\apache-ant-1.7.1\bin;%ANT_HOME%\bin in path ..then it works....
and also I recommned ot to use this way..this way is just to make projects without eclipse ...Use eclipse guys there is no need for this additional work..
Actually, Eclipse isn't nearly as flexible as Ant (or Maven) at building complex projects. So I often use Ant
inside Eclipse.
But I seriously recommend that any good project be buildable without using an
IDE, even if it's just an option. I've been burned too many times where I couldn't do a build because either my IDE was the wrong version or because it didn't have exactly the same desktop settings as someone else's IDE. Batch builds are less tempermental. Plus they can run on non-gui machines.