Hi all,
Now I am trying to run the sample 'struts2-crud' of AppFuse. I am working
with IntelliJ IDEA 8 using tomcat and maven.
I have successfully executed "mvn appfuse:full-source" and "mvn idea:idea"
on it. I added the Person class file as illustrated in one of the
struts2-crud.mov demo. But I
Hi all,
Now I am trying to run the sample 'struts2-crud' of AppFuse. I am working
with IntelliJ IDEA 8 using tomcat and maven.
I have successfully executed "mvn appfuse:full-source" and "mvn idea:idea"
on it. I added the Person class file as illustrated in one of the
struts2-crud.mov demo. But I
Jaja! good solution!!
On Wed, Jun 25, 2008 at 1:57 PM, J. David Mendoza <[EMAIL PROTECTED]>
wrote:
> I did it a bit differently...
> 1. Create the archetype
> 2. mvn eclipse:eclipse
> 3. Open Netbeans 6.1 and used the eclipse importer plugin
>
> ;)
>
> David M.
>
> 2008/6/19 Mauri Ferreyra <[EMAI
Have you tried changing the staticFilter web.xml parameters?
staticFilter
org.appfuse.webapp.filter.StaticFilter
includes
/scripts/dojo/*,/dwr/index.html,/struts/*
The line you have to change is the one, so it looks like
this...
David M.
I did it a bit differently...
1. Create the archetype
2. mvn eclipse:eclipse
3. Open Netbeans 6.1 and used the eclipse importer plugin
;)
David M.
2008/6/19 Mauri Ferreyra <[EMAIL PROTECTED]>:
> Hi, I ran appfuse 2.0 with netbeans 6.1
> you follow this steps:
> 1-mvn archetype:create -Darchetyp
Hello, Carlos...
All you have to do to use it in a 2.x project is
1. Edit the web.xml. Look for the staticFilter, and in the params you will
have to change it to this (the second line is the one you change):
includes
/scripts/dojo/*,/dwr/index.html,/struts/*
2. Add you're manager to t
Just copy the .m2 directory to from C:\Documents and Settings\...\.m2 to
some other location
give the path of repository in maven/conf/settings.xml (uncomment local
repository)
/path/to/local/repo
give the full path like D:/MyRepo/.m2/repository
set the path in system environmental variabl
On Wed, Jun 25, 2008 at 1:59 AM, Matt Raible <[EMAIL PROTECTED]> wrote:
> This should help:
>
> http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin
>
> Matt
>
Thanks Matt!
Looks like jettyEnvXml is what I should be looking at. Will follow up
once I have it working.
Alex
--