Re: [appfuse-user] Using appfuse:full-source

2007-11-28 Thread Matt Raible
commons-beanutils isn't listed as a top-level dependency in AppFuse, commons-lang is: mraible-mn:~ mraible$ cd dev/appfuse-2.0 mraible-mn:~/dev/appfuse-2.0 mraible$ cat pom.xml | grep commons-lang commons-lang commons-lang mraible-mn:~/dev/appfuse-2.0 mraible$ cat pom.xm

Re: [appfuse-user] Using appfuse:full-source

2007-11-28 Thread Cyberroadie
Yes adding: commons-beanutils commons-beanutils ${commons.beanutils.version} works, but shouldn't this been added automatically when doing 'mvn appfuse:full-source' ? The beanutils version property is automatically added together with other p

Re: [appfuse-user] Using appfuse:full-source

2007-10-15 Thread Michael Horwitz
On 10/14/07, Mike Wille <[EMAIL PROTECTED]> wrote: > > Thanks! That definitely helped. > > Tapestry started up fine. Spring compiled correctly but choked on the web > tests for lack of commons-beanutils. I added that to the parent pom and all > worked fine after that. (On an aside, I initiall

Re: [appfuse-user] Using appfuse:full-source

2007-10-14 Thread Mike Wille
Thanks! That definitely helped. Tapestry started up fine. Spring compiled correctly but choked on the web tests for lack of commons-beanutils. I added that to the parent pom and all worked fine after that. (On an aside, I initially used scope=test for beanutils and that didn't work. I sw

Re: [appfuse-user] Using appfuse:full-source

2007-10-14 Thread Matt Raible
I believe you may have to add an explicit dependency to commons-lang 2.3 in your root pom.xml to solve this problem. Matt On 10/13/07, Mike Wille <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying out appfuse 2.0 and ran into some problems. I can follow > examples and everything works fine on my

Re: [appfuse-user] Using appfuse:full-source

2007-10-13 Thread Allan Ang
Never had a need to use full-source yet, but here's a link for the M5 release http://appfuse.org/display/APF/Release+Notes+2.0+M5 ".. mvn appfuse:full-source This goal will convert your project to use all of AppFuse's source and remove all dependencies on AppFuse. Known issues with "full-sourc

[appfuse-user] Using appfuse:full-source

2007-10-13 Thread Mike Wille
Hello, I'm trying out appfuse 2.0 and ran into some problems. I can follow examples and everything works fine on my computer. But when I go and install the source via mvn appfuse:full-source, nothing works after that. I've tried this twice with each package, the first time just experimenti