ant « MVC « Spring Q&A





1. A zip file cannot include itself - Ant build error    stackoverflow.com

I have error at the first line of the following code while building with Ant builder,

<war warfile="${wartemp.dir}/${name}.war" basedir="${wartemp.dir}" webxml="${wartemp.dir}/WEB-INF/web.xml">
            <include ...

2. spring-mvc-step-by-step ant dbTests failed    forum.springsource.org

spring-mvc-step-by-step ant dbTests failed Hi, I'm studying the spring mvc step by step. I've finished the part1,2,3,4. When I go the the part5, A problem blocked me. I use ant dbTests, ...