Source code for this book
I am studying chapter 3. I am a beginner in the Spring and decided to study this book, but the source code can not run.
When I run this line:
mvn exec: java-Dexec.classpathScope = test-Dexec.mainClass = com.wrox.beginspring.pix.dao.examples.AlbumDaoTest
or this:
mvn exec: java-Dexec.mainClass = com.wrox.beginspring.pix.dao.examples.AlbumDaoTest
it gives an error about sfire and jaxen
When I compile, it gives an error about:
com.wrox.webservice.emailvalidation.client and other error.
I looked through this forum, but nothing helped.
Who was able to run the application, tell me how he did it.
|