tags:

views:

367

answers:

2

Does anyone have a skeleton build file that I can modify to war up an eclipse dynamic web project.

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

+1  A: 

[I'm going to be voted down because it doesn't directly answer your question, but alas...]

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

Vladimir