Building and Running the petclinic from the sample
directory wasn't working:
REPRODUCE:
ant build-standalone
cd dist
petclinic-standalone.bat"
RESULT:
Missing classes in the classpath (NoSuchBeanException)
FIX:
Added spring-beans.jar and spring-jdbc.jar for
standalone build and run.
See joined file.
Build file