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
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
mraible-mn:~/dev/appfuse-2.0 mraible$ cat pom.xml | grep commons-
beanutils
mraible-mn:~/dev/appfuse-2.0 mraible$
It is declared in service/pom.xml - so it should be added to your
core/pom.xml if you're using a modular archetype.
mraible-mn:~/dev/appfuse-2.0/service mraible$ cat pom.xml | grep
commons-beanutils
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
Matt
On Nov 28, 2007, at 10:45 AM, Cyberroadie wrote:
Yes adding:
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>${commons.beanutils.version}</version>
</dependency>
works, but shouldn't this been added automatically when doing 'mvn
appfuse:full-source' ?
The beanutils version property is automatically added together with
other
properties when running the full source target (see end of main pom
file)
Also, this dependency is automatically added:
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>${commons.lang.version}</version>
</dependency>
but the beanutils isn't :-(
Should I report this as a bug?
Olivier
--
View this message in context: http://www.nabble.com/Using-appfuse%
3Afull-source-tf4619553s2369.html#a13996047
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]