I have some java source that gets build on a Linux machine using ant. I want to be able to create eclipse projects for this source so I can debug it on my local pc. What is the best approach for this? I’m running Eclipse Indigo.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can import a project into Eclipse from an Ant Build File. You may try the following steps