I have many ant files with more than 10000 lines. Do editors or plugins exist for Eclipse that can help me author the files, e.g. press F3 to find target?
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.
Yes, Eclipse has an Ant Editor.
When a build file is open in the Ant editor, the Outline view provides useful high-level information:
There is also a dedicated Ant view, which is fairly similar to the outline view (but does not require the build file to be in an editor): Window → Show View → Other…
Once you have opened the Ant view, you can add a buildfile to it, and the view will show targets, etc.: