Publish WTP project to Eclipse by Ant

Is it possible to run Ant script in an Eclipse WTP project? I want my Ant script to do some tasks, then start publishing as if I did it from the UI, and then do a few more things.

+2


a source to share


1 answer


I don’t know how far you made it. But if you create your own ant script and at the top, your script is imported into the WTP generated by the ant script. However, all I have to do is add goals, I haven't quite figured it out yet, "connect" to the existing behavior.



If you find anything interesting, please post it as I'm looking for more information on integrating WTP with existing builds.

+1


a source







All Articles