Re: [appfuse-user] Appfuse Maven Plugin

2007-11-29 Thread Matt Raible
After you've checked out the plugin, you can modify its templates and then run "mvn install" to install it in your local repo. Then make your project match the version and you should use your modified version of the plugin. Matt On Nov 29, 2007, at 1:03 AM, Rene Guenther wrote: I did tha

Re: [appfuse-user] Appfuse Maven Plugin

2007-11-29 Thread Rene Guenther
I did that in my source folder not in my project folder. I guess I have to put the plugin under my project folder then? I am just anxious to put it there unless I am sure that this is the right thing to do. I somehow (dunno how) messed up my last appfuse tutorial project and I dont want to do i

Re: [appfuse-user] Appfuse Maven Plugin

2007-11-28 Thread Matt Raible
You should be able to modify the templates and then run "mvn install". You'll likely need to change the version number in your pom.xml to match the installed version. Matt On Nov 28, 2007, at 10:52 PM, René Günther wrote: If I check out the plugin: svn co https://appfuse.dev.java.net/svn/a

[appfuse-user] Appfuse Maven Plugin

2007-11-28 Thread René Günther
If I check out the plugin: svn co https://appfuse.dev.java.net/svn/appfuse/trunk/plugins/appfuse-maven-plugin appfuse-maven-plugin Where should I move the new folder appfuse-maven-plugin, so that the code generation works with my own templates? René

Re: [appfuse-user] Appfuse Maven Plugin (2.0.M5)

2007-08-26 Thread Matt Raible
If you notice - the log message is not a warning or an error, just informational. I'd like to figure out a way to suppress this message, but haven't figured out how to do it yet. Matt On 8/26/07, Derek Broughton <[EMAIL PROTECTED]> wrote: > When I try: > mvn appfuse:gen > > I get an error: > [IN

[appfuse-user] Appfuse Maven Plugin (2.0.M5)

2007-08-26 Thread Derek Broughton
When I try: mvn appfuse:gen I get an error: [INFO] src/main/resources/database.properties not found within the project. Trying absolute path. [INFO] No hibernate properties file loaded. which is, of course, correct - I don't have a database.properties file, but then I don't seem to need one in 2

Re: [appfuse-user] Appfuse maven plugin

2007-04-20 Thread Chris Love
k. The m4 db 2 pojo is working. The m5 has issues. I will look at doing the needed work and get back too you. We need it asap. Chris On 4/19/07, Matt Raible <[EMAIL PROTECTED]> wrote: The technical problems are mainly that it's not finished. The one in trunk gets you a generated POJO from

Re: [appfuse-user] Appfuse maven plugin

2007-04-19 Thread Matt Raible
The technical problems are mainly that it's not finished. The one in trunk gets you a generated POJO from a database table, but that's about it. The one in the sandbox will generate most of the files needed, but I still have a lot to do to integrate those files into a project. Matt On 4/18/07,

[appfuse-user] Appfuse maven plugin

2007-04-18 Thread Christopher Love
I understand that the appfuse plugin is under work currently. But are the technical problems with the current implementation? I am noticing that I do not have a gendao target anymore and I am wondering if modifying the dao test target would be sufficient. Chris