I have a project that i wrote for apache tomcat. I started working with eclipse i want to import the project to eclipse ide.
using eclipse 3.6.1.
when i create a new project using :
File -> New -> Other -> Java -> Java Project from Existing Ant Buildfile and i provide the build file location i get the following error:
Specified buildfile does not contain a javac task
I have a red5 project that i used the same method and it worked. what am i missing? do i need to add something to the ant build file to make it work? what exactly ? where can i find more information regarding this specific subject ?
thanks!