[appfuse-user] AppFuse project status?

2009-10-15 Thread Gary White
I unfortunately have been out of full-time development for a couple of years. I am now leading a big high profile project that is finally reaching a phase which involves significant software development and I'm really stoked about getting back to what I love doing. In my previous stint doing f

[appfuse-user] simple tapestry beginner question

2009-10-15 Thread Marc Siramy
Hello, I don't understand in which file and at which level the file ' tapestry.applcation ' is called . I just can see that if I rename this file, I obtain this kind of exception: WARN - RequestExceptionReporterImpl.reportRequestException(45) | Unable to process client request: Page 'Home' not fo

Re: [appfuse-user] simple tapestry beginner question

2009-10-15 Thread Matt Raible
If I remember correctly, this file name needs to match the name of the Tapestry servlet defined in web.xml. On Thu, Oct 15, 2009 at 4:39 AM, Marc Siramy wrote: > Hello, > > I don't understand in which file and at which level the file ' > tapestry.applcation ' is called . > > I just can see that i

Re: [appfuse-user] AppFuse project status?

2009-10-15 Thread Matt Raible
The reason that AppFuse developer has stalled is mainly because I haven't had (or made) the time to work on it. I often have it on my "todo" list, but it drops to the bottom often because of more important things. When it was under active development, I used to spend 20-30 hours a week working on i

[appfuse-user] Unable to build JSF basic using maven 2.2.1

2009-10-15 Thread Ashkan Roshanayi
Hi, I got following error (mvn running with -e) while I was building JSF Basic archetype. I use Apache Maven 2.2.1. Is there anybody who can help on this please? + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] -

Re: [appfuse-user] Unable to build JSF basic using maven 2.2.1

2009-10-15 Thread Matt Raible
I would try removing the aspectj plugin (or upgrading it to the latest version). On Thu, Oct 15, 2009 at 3:33 PM, Ashkan Roshanayi wrote: > Hi, I got following error (mvn running with -e) while I was building JSF > Basic archetype. I use Apache Maven 2.2.1. Is there anybody who can help on > this

Re: [appfuse-user] Unable to build JSF basic using maven 2.2.1

2009-10-15 Thread Ashkan Roshanayi
Thanks matt :) On Oct 16, 2009, at 1:15 AM, Matt Raible wrote: I would try removing the aspectj plugin (or upgrading it to the latest version).