How do I create an ant builder file (build.xml) for an existing Java project?

Posted by Amir Rachum on Stack Overflow See other posts from Stack Overflow or by Amir Rachum
Published on 2010-04-26T19:51:11Z Indexed on 2010/04/26 19:53 UTC
Read the original article Hit count: 232

Filed under:
|
|
|

Hi all,

I am working on an Java assignment for a software design course in my university. It's not really complicated and it includes some classes, interfaces and jUnit test cases. We we're now told we should supply a build.xml file as an input for an ant builder. I have never heard of or used ant before. I also saw Eclipse supports it. My question is - What does build.xml does? How does Eclipse builds my project and why not do the same instead of using ant? And most important - how to create this file with Eclipse?

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about ant