I too am struggling with the Spring MVC tutorial, I have used both the basic and modular archetypes, but when I get to the part where I subclass org.appfuse.webapp.controller.BaseControllerTestCase, it is not found. I am sure I'm missing something simple but after a week of googling and looking through docs.. Im still at a loss.
What do I need to do to get the webapp.controller package in my classpath? I haven't posted my POM because it is unmodified from what you get from the archetype create... I'd be happy to post anything that would help. sheetalr wrote: > > Hi, > > I have used following maven command to create Spring MVC Basic project > > mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-basic-spring > -DremoteRepositories=http://static.appfuse.org/releases > -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app > -DartifactId=myproject > > To get appropriate directory structure I have used ‘affuse: full-source’ > command, after executing it I got all test cases files in ‘main’ directory > in respective folders instead of in ‘test’ directory. I’m using ItelliJ as > an IDE. > > Could anyone please help me to resolve his problem. > > Thank you. > > Regards, > Sheetal > > -- View this message in context: http://www.nabble.com/problem-with-Spring-MVC-Basic-project-tp17409058s2369p17593125.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
