Ant build a skeleton file to turn an eclipse project into war?

Does anyone have a skeleton assembly file that I can modify to run an eclipse dynamic web project.

I need to run it and make sure that all libraries / servlets are in the right place.

+4
source share
2 answers

[They will kill me because he does not directly answer your question, but, alas ...]

I also use Eclipse WTP for my web projects, but want to keep my own structure (IMO code should be tool independent). Fortunately, you can determine where the various assets are located by modifying the project file .settings/org.eclipse.wst.common.component .

+1
source

Source: https://habr.com/ru/post/1286190/


All Articles