Any standard way to convert an ant project to an Eclipse project?

For maven, we can use mvn eclispe: eclipse for this. Any standard way if ant is used?

+5
source share
1 answer

Is eclipse File> New> Project ...> Java> Java project from existing Ant Buildfile good enough?

+8
source

All Articles