| Author |
Spring 3.x + ant 1.7.x Build problem
|
Pranav Nakate
Greenhorn
Joined: Aug 29, 2011
Posts: 9
|
|
Hi,
I created a Spring project and it runs fine when i create a WAR using Eclipse built-in service for doing so...deploys properly and everything...
i wrote an Ant build file [ build.xml ] to build this project...i deployed it on the same Apache Tomcat server...with this
the home page opens correctly...but whenever a request is hit, the application crashes...
below is my build xml ...
below is the error i get...
Please tell me what i am missing...
seems that i am missing some configuration in build.xml, which is causing some classpath mismatch with tomcat
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
|
Not directly answering your question here is but is there a reason you are set on ANT? Spring projects are much easier to build with Maven and there are tons of examples out there showing how to do this.
|
[How To Ask Questions][Read before you PM me]
|
 |
Pranav Nakate
Greenhorn
Joined: Aug 29, 2011
Posts: 9
|
|
makes sense...
moving to Maven!
Thanks for the quick reply Bill!
|
 |
 |
|
|
subject: Spring 3.x + ant 1.7.x Build problem
|
|
|