On 8/4/07, Bob Fleischman <[EMAIL PROTECTED]> wrote:
>
> I tried that. I put the file in src/main/resources/appfuse/web/spring.
>
> No luck from the command line and from within Eclipse (version 3.3 on Linux)
> using the m2eclipse plugin I get this error:
>
> [INFO] appfuse:gen
> log4j:ERROR A "or
I tried that. I put the file in src/main/resources/appfuse/web/spring.
No luck from the command line and from within Eclipse (version 3.3 on Linux)
using the m2eclipse plugin I get this error:
[INFO] appfuse:gen
log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not
assignable to a
Try putting it in src/main/resources.
On 8/4/07, Bob Fleischman <[EMAIL PROTECTED]> wrote:
>
> I'm using Eclipse 3.3.
>
> For the file appfuse/web/spring/list-view.ftl under what source tree should
> I put this in my project? Or should I create an 'appfuse' directory on the
> root of my project.
I'm using Eclipse 3.3.
For the file appfuse/web/spring/list-view.ftl under what source tree should
I put this in my project? Or should I create an 'appfuse' directory on the
root of my project.
mraible wrote:
>
> On 8/3/07, Bob Fleischman <[EMAIL PROTECTED]> wrote:
>>
>> Matt:
>>
>> Is there
On 8/3/07, Bob Fleischman <[EMAIL PROTECTED]> wrote:
>
> Matt:
>
> Is there a way to modify the template with out rebuilding the entire
> plug-in?
>
> I'd be willing to try my hand at it but I'm not familiar with Maven
> Plug-ins.
>
> Can I pull the one ftl out and put it in a directory where it wi
Matt:
Is there a way to modify the template with out rebuilding the entire
plug-in?
I'd be willing to try my hand at it but I'm not familiar with Maven
Plug-ins.
Can I pull the one ftl out and put it in a directory where it will be seen
and override the file in the plugin?
Bob
mraible wrote
It's not currently supported in 2.0 RC1 (as far as I remember).
However, it is ignored in the latest 2.0 RC1 snapshot. If someone
wants to contribute support, we'd welcome the enhancement. It should
just be a matter of modifying the FreeMarker templates.
Matt
On 7/31/07, fadhli <[EMAIL PROTECTED]
If I'm not mistaken a while back I did the same thing and Matt told me that
Appfuse:gen can't generate embedabble objects. I don't know if it's gonna be
supported in Appfuse 2.0 final.
On 8/1/07, Bob Fleischman <[EMAIL PROTECTED]> wrote:
>
>
> I tried to create an object called Restaurant. Amount
I tried to create an object called Restaurant. Amount other fields it
contained
private Address address = new Address();
I copied the address code from the User.java class.
However when I tried to generate code with the maven appfuse plugin I
received the following error
[INFO] Error while pro