0

I am working with some ANT build scripts in eclipse.

I have just recently installed eclipse 4.2.

When i was using an older version of eclipse the content assist for ANT-contrib stuff was working. Now with 4.2 it is not working.

I was wondering how to get content assist working in eclipse for ant-contrib.

Thanks.

prolink007
  • 33,872
  • 24
  • 117
  • 185

1 Answers1

1

This answer says you need to reference the ant-contrib tasks in a certain way in your own Ant file and to activate a certain preference in the Eclipse settings.

Community
  • 1
  • 1
Bananeweizen
  • 21,797
  • 8
  • 68
  • 88
  • You can also avoid the classpath setup if you don't mind adding ant-contrib-1.0b3.jar to the Global Entries portion of the Ant classpath in Eclipse (Windows > Preferences > Ant > Runtime). – davidfmatheson Oct 01 '12 at 17:56
  • This did not work with eclipse 4.2. At least it is not working for me. I already have that stuff in my ant file. It was working fine in the 3 series of eclipse. But now that i switched to 4.2 it no longer works. – prolink007 Oct 01 '12 at 18:03