marmistrz
marmistrz

Reputation: 6414

Eclipse - always autogenerate Ant build files

When I create a project in Eclipse, I have to manually export the Ant build files to be able to build from command line easily.

Is there any way to make Eclipse generate the Ant build files when creating the project without further interaction?

Upvotes: 1

Views: 30

Answers (1)

Matteo Baldi
Matteo Baldi

Reputation: 5828

With standard Eclipse it's possible to generate ant build files (Right click on the project -> Export -> Ant build file) but you need external plugins to generate them automatically (Web Tools Platform if I recall correctly).

Upvotes: 1

Related Questions