Re: [appfuse-user] AMP not generating CRUD

2007-06-05 Thread ramil
Wrong package for my application, and imports i think for the Entity. fadhlirahim wrote: > > What was missing earlier? > > On 6/6/07, ramil <[EMAIL PROTECTED]> wrote: >> >> >> >> Finally generated CRUD for my class. My mistake! >> >> >> Thanks, >> >> >> Ramil >> >> >> >> ramil wrote: >> > >>

Re: [appfuse-user] AMP not generating CRUD

2007-06-05 Thread fadhli
What was missing earlier? On 6/6/07, ramil <[EMAIL PROTECTED]> wrote: Finally generated CRUD for my class. My mistake! Thanks, Ramil ramil wrote: > > > Yes, > > > fadhlirahim wrote: >> >> Is there any class named MyClass in your model package? >> >> On 6/6/07, ramil <[EMAIL PROTECTED]>

Re: [appfuse-user] AMP not generating CRUD

2007-06-05 Thread ramil
Finally generated CRUD for my class. My mistake! Thanks, Ramil ramil wrote: > > > Yes, > > > fadhlirahim wrote: >> >> Is there any class named MyClass in your model package? >> >> On 6/6/07, ramil <[EMAIL PROTECTED]> wrote: >>> >>> >>> Hi, >>> >>> Just started using appfuse amp 2.0M

Re: [appfuse-user] AMP not generating CRUD

2007-06-05 Thread ramil
Yes, fadhlirahim wrote: > > Is there any class named MyClass in your model package? > > On 6/6/07, ramil <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> Just started using appfuse amp 2.0M5 using Spring MVC as the archetype. >> When >> i tried to execute mvn appfuse:gen -Dentity=MyClass, nothi

Re: [appfuse-user] AMP not generating CRUD

2007-06-05 Thread fadhli
Is there any class named MyClass in your model package? On 6/6/07, ramil <[EMAIL PROTECTED]> wrote: Hi, Just started using appfuse amp 2.0M5 using Spring MVC as the archetype. When i tried to execute mvn appfuse:gen -Dentity=MyClass, nothing is generated in the source\smartchat\target\appfuse

[appfuse-user] AMP not generating CRUD

2007-06-05 Thread ramil
Hi, Just started using appfuse amp 2.0M5 using Spring MVC as the archetype. When i tried to execute mvn appfuse:gen -Dentity=MyClass, nothing is generated in the source\smartchat\target\appfuse\generated-sources folder. Am I missing something? I followed the tutorial on AMP for generating CRUD fo