Reputation: 1849
I created a new project in eclipse using an existing ant build file (using the eclipse feature).
Is there a way to refresh the project, if the ant build file is modified?
For example, there were new build path dependencies added to the build.xml
but in eclipse those files were not added to the project build path.
Upvotes: 1
Views: 679
Reputation: 10654
I believe once the project has been created you have to keep them up to sync manually. Either that, or delete the project in eclipse and create a New project from the newly updated ant file.
Upvotes: 1