I hit the same error. After manually pulling down the tranql rar, I got
further but died with a different missing dependency ( IIRC it was
activemq 3.2.1)... Building via maven rebuild-all and then executing
maven new is a temporary workaround.. Suspect "new" is missing a few of
the recently changed dependencies..
Sachin Patel wrote:
Ran with the -e flag, and here is the full stacktrace...
http://people.apache.org/~sppatel/builderror.txt
Note the error...
Caused by: org.apache.geronimo.common.DeploymentException: Module file does
not exist: /Users/sppatel/maven_repo/tranql/rars/tran
ql-connector-derby-embed-xa-1.1-SNAPSHOT.rar
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:113)
Do I need to pull down and build tranql?
sachin
On 12/3/05 9:10 PM, "Sachin Patel" <[EMAIL PROTECTED]> wrote:
Hi David,
I just tried this and ran into the following error...
multiproject:install-callback:
[echo] Running car:install for System Database Configuration for the
J2EE Server
BUILD FAILED
File...... /Users/sppatel/geronimo/geronimo/maven.xml
Element... maven:reactor
Line...... 58
Column.... 112
Unable to obtain goal [multiproject:install-callback] --
/Users/sppatel/.maven/cache/geronimo-packaging-plugin-1.0-SNAPSHOT/plugin.je
lly:67:15: <car:package> null
Total time: 30 minutes 45 seconds
Finished at: Sat Dec 03 21:06:12 EST 2005
On 12/3/05 1:21 PM, "David Jencks" <[EMAIL PROTECTED]> wrote:
Following some hints from Brett I investigated using the maven reactor
directly and think I've fixed the 'new' build. So, for me,
maven -o new
builds all the geronimo-related projects I have checked out using the
configs/assemblies based build.
Please try it and report problems
thanks
david jencks