Omar Kooheji
Omar Kooheji

Reputation: 55770

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

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.

Upvotes: 4

Views: 2336

Answers (2)

Vladimir
Vladimir

Reputation: 6871

[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.

Upvotes: 1

Related Questions