Re: [appfuse-user] Error when running 'mvn jetty:run-war' for JSF modular

2007-03-31 Thread Yogesh Bhardwaj
Thanks! That did the trick. -yogesh Matt Raible <[EMAIL PROTECTED]> wrote: You need to run "mvn install -N" from the top level to get the parent pom.xml installed. Matt On 3/31/07, Yogesh Bhardwaj wrote: > > I really can't seem to figure out what the problem is. Earlier I was using > JSE 6, a

Re: [appfuse-user] Error when running 'mvn jetty:run-war' for JSF modular

2007-03-31 Thread Matt Raible
You need to run "mvn install -N" from the top level to get the parent pom.xml installed. Matt On 3/31/07, Yogesh Bhardwaj <[EMAIL PROTECTED]> wrote: I really can't seem to figure out what the problem is. Earlier I was using JSE 6, and then I installed JSE 5 on a clean machine, but the problem

Re: [appfuse-user] Error when running 'mvn jetty:run-war' for JSF modular

2007-03-31 Thread Yogesh Bhardwaj
I really can't seem to figure out what the problem is. Earlier I was using JSE 6, and then I installed JSE 5 on a clean machine, but the problem still persists. I would really appreciate any feedback on what might be wrong. Environment: Java - 1.5.0_11 Maven - 2.0.5 MySQL - 5.2.3 Steps: 1) mvn

Re: [appfuse-user] Error when running 'mvn jetty:run-war' for JSF modular

2007-02-25 Thread Yogesh Bhardwaj
Thanks Matt, I actually did run 'mvn integration-test' from the root directory of my project before running 'mvn jetty:run-war' from the 'web' directory. After you suggested, I tried 'mvn install' from the 'core' directory as well, but that didn't help either. Maybe I did not follow all the step

Re: [appfuse-user] Error when running 'mvn jetty:run-war' for JSF modular

2007-02-25 Thread Matt Raible
You need to run "mvn install" in your core module first. If you run "mvn integration-test" from the root directory of your project, this should run "mvn install" on the core module for you. If there's any way we can make the QuickStart instructions more clear, please let us know. As far as this

[appfuse-user] Error when running 'mvn jetty:run-war' for JSF modular

2007-02-25 Thread Yogesh Bhardwaj
Hi all, Firstly, I apologize if this has already been answered. I tried posting it on the dev mailing list, but this one seems to be more active. I'm a newbie to AppFuse 2.0, and trying to build/deploy the JSF modular archetype. I can successfully run 'mvn integration-test', but getting the f