On 6/10/07, Gabriel de Perthuis <[EMAIL PROTECTED]> wrote:
* Gabriel de Perthuis:
> I have the same problem:
> my app was generated from the Struts 2 simple artifact and a new maven
> repository, using http://appfuse.org/display/APF/AppFuse+QuickStart
> I added the attached POJO, written by following
> http://appfuse.org/display/APF/Persistence
> I am using hibernate, and added the class to the mapping.cfg.xml with
> what seems the right package name:
>
>       <mapping class="com.yakarouf.model.Employee"/>
>
> The POJO class gets compiled in target/classes.
>
> Basically, it's straightforward applications of the first two tutorials.
> But running appfuse:gen, nothing seems to happen.
> How can I find out what went wrong?

Oh, got it:
  mkdir target/appfuse
solves this problem.

You shouldn't need to mkdir target/appfuse if you run "appfuse:gen"
first. Can you confirm that if you run "mvn clean appfuse:gen", the
files are generated correctly?

Thanks,

Matt


Seems to be file here:
http://issues.appfuse.org/browse/APF-793

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to