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
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
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
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
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
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
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