Re: [appfuse-user] Re: modular appfuse:gen in web module crashes

2010-11-08 Thread Josep García
Windows. Use Jdk 1.5 for appfuse:gen 2010/11/7 Ramzi MAALEJ > What's your operating system, I'm facing the same problem under Ubuntu. > > > On 2010-10-06 10:14, Josep García wrote: > > By setting JAVA_HOME to jdk 1.5, it seems to work fine. > > > > 2010/10/6 Josep García > >> In AppFuse 2.0.2,

Re: [appfuse-user] Appfuse gen

2010-11-08 Thread Ramzi MAALEJ
Hi Matt, I installed it but I'm facing some probleme while generating code. I did run appfuse:gen and then mvn install, I got this errors; [INFO] BUILD FAILURE [INFO] [INFO] Total time: 15.954s [INFO] Finished at: Mon No

Re: [appfuse-user] Appfuse gen

2010-11-08 Thread Matt Raible
It looks like jmock is missing from your dependencies. Try adding: org.jmock jmock ${jmock.version} test should be set to 2.5.1. On Nov 8, 2010, at 3:46 PM, Ramzi MAALEJ wrote: > Hi Matt, > > I installed it but I'm facing som

Re: [appfuse-user] Appfuse gen

2010-11-08 Thread Ramzi MAALEJ
The dependency already exists ! I don't know why it's unable to find it. I'm under Ubuntu. On 2010-11-08 17:50, Matt Raible wrote: It looks like jmock is missing from your dependencies. Try adding: org.jmock jmock ${jmock.version}