|
|
|
[
Permlink
| « Hide
]
Matt Raible - 01/Feb/08 11:13 AM
Thanks for the patch! Is it possible to attach a diff instead of the whole file? Use "svn diff > APF-1012.patch" to create it.
Yep sorry, actually I've found a bug in the "web" part module (because of the "if ... war ..." part I think). It's not a big thing, it generates two Action class (and jsp as well): one in the sub package, and an other one in the main package.
Maybe it indicates that it was generating the files twice. I'll look at this, correct it and send the diff ;) happy to help. Still got the Action bug (two generations) but it's a start.
sorry the previous one was wrong.
I don't see how this patch helps anything. Do you have to set additional configuration properties in your pom.xml for this to work?
Hi Matt,
well when you want your code to be generated you use: mvn appfuse:gen -Dentity=Person that works fine, it generates it in org.appfuse.model.Person, org.appfuse.dao.PersonDao etc.... But what about having a package in between for example : org.appfuse.salary.model.Person, org.appfuse.dao.PersonDao, etc.. You have to refactor all the classes, check the xml files etc... here you use: mvn appfuse:gen -Dentity=Person -DfullPath=org.appfuse.salary.model (or something like that, I forgot a bit about, I did it the 4th of february sorry). and it generates : org.appfuse.salary.model.Person, org.appfuse.salary.dao.PersonDao, etc. |
|||||||||||||||||||||||||||||||||||||||||||||||||||