I have a ANT project (ant 1.8.4) that builds fine with command line. I needed to make this ant build file into eclipse project. I googled this site to import ant-1.8.4 as a eclipse project, but I ended up having around 1K build errors.
The issue is that I have to add many jar files in the build path. I needed log4j, common-io, and on and on.
Is there any way to solve this jar file issue? The fact that ant builds the code without issue means that all the necessary jar files are found and linked automatically with ant. What step might be needed to make eclipse find all the jar files necessary?