Can My Eclipse have a generate web project Ant Script feature?
I think this would be a simple but great feature to have for Web Project. By default, when a web project is created and a server is specified to deploy to, My Eclipse is already doing something like Ant to compile, arrange and deploy to the server folder. It’d be great if this default build script could also be generated into an Ant script with tasks for:
1. compile
2. build (war file)
(depends on a build property whether this is exploded=TRUE(default)/FALSE)
3. deploy to ${serverX}
(if possible, have this as an option for “Add task to ant script script to deploy to ${serverX})