You will need to change the dao.framework property in your pom.xml before running full-source.
Matt On Sun, Apr 5, 2009 at 10:04 PM, Mark Rosenthal <mros...@gmail.com> wrote: > Have you tried following these instructions: > http://appfuse.org/display/APF/Using+iBATIS > > I'm using iBatis with my appfuse project, and it works great. > > kbighorse wrote: > >> >From what I've found in the forums, iBatis support is not that great as >> of >> 2007 at least it looks like. I downloaded AppFuse from the provided >> archetype, which uses Hibernate. But I prefer iBatis if possible, and I >> already ran mvn appfuse:full-source and can't seem to get the >> com.project.dao.ibatis package code now. I tried changing <dao.framework> >> to ibatis, and running 'mvn test-compile -Ddao.framework=ibatis' but still >> no GenericDaoIbatis class available, for example. >> >> I'm guessing I should either revert back to appfuse dependencies and >> making >> the <dao.framework> switch, and then doing a 'appfuse:full-source', or >> just >> reverting altogether, for the sake of future upgrades to appfuse classes. >> Either way, I can't find any documentation to either end. Help? >> >> Kimball >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >