eclipse adding java ant based project: Specified buildfile does not contain a javac task
Posted
by
ufk
on Super User
See other posts from Super User
or by ufk
Published on 2010-11-21T18:13:48Z
Indexed on
2011/02/10
15:27 UTC
Read the original article
Hit count: 336
Hello. 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!
© Super User or respective owner