Hi.
I tracked this a bit, and it went down from spring-modules-0.6 which has
a dependency on db-ojb-1.0.4 which eventually has the wrong dependencies.
See issues i've posted
http://jira.codehaus.org/browse/MEV-487
http://jira.codehaus.org/browse/MEV-480
The geronino-spec problem was solved an eventually the others too in the
next release I think. But for a workaround you could comment out the
wrong dependencies from the $M2_REPO/ojb/db-ojb/1.0.4/db-ojb-1.0.4.pom
file. They are not really needed.
I commented jdo, jdori, hsqldb and xalan which removed the errors (and
haven't seen any other errors too).
-Mikko
David Sean Taylor wrote:
Philip Mark Donaghy wrote:
Hi, This wasn't the only issue.
On 1/18/07, Philip Mark Donaghy <[EMAIL PROTECTED]> wrote:
I've resolved this, yet another maven dependency problem.
I built the jetspeed cm separately,
cd components/cm
mvn
Which resolved all the dependencies required by etc/build.xml line 483.
Perhaps the Serialization is being done before the required
dependencies are built.
I usually delete my maven 2 repository before building to see if there
are dependency problems with the build.
Philip
The maven repositories are missing the jdo jars (this may be a license
issue).
And the build is looking for xalan 2.4 and hsqldb 1.8.0.2 which are
also missing.
Jetspeed does not have any dependencies on JDO.
This must be a case of a bad POM, or lack of any POM.
---------------------------------------------------------------------
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]