Does your class have the correct "fr.crb.testrc1.model" package at the top? Here's the Person class we use to test with - you might want to try it:
http://tinyurl.com/2lfx8w I do think you've found a bug here in that it's not finding your class and failing because of it. We should give the user a better error message as to why it failed (when we figure it out). Matt On 9/6/07, benoit moraillon <[EMAIL PROTECTED]> wrote: > On windows : yes it is > > After running : mvn clean and mvn install > I got : BUILD SUCCESSFULL > > appfuse:gen => FATAL ERROR > > > > > > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Matt Raible > Envoyé : jeudi 6 septembre 2007 10:19 > À : [email protected] > Objet : Re: [appfuse-user] Appfuse:gen problem > > Can you try running "mvn clean"? Did you run "full-source" on Windows? > If so, can you run "mvn install" successfully? > > Matt > > On 9/6/07, benoit moraillon <[EMAIL PROTECTED]> wrote: > > In addition my target directory contains : > > > > appfuse-hibernate/ > > appfuse-root/ > > appfuse-service/ > > appfuse-struts/ > > appfuse-web-common/ > > classes/ > > surefire-reports/ > > test-classes/ > > testrc1-1.0-SNAPSHOT/ > > ... > > > > But no appfuse/ and no appfuse/generated-sources > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com
