On Feb 15, 2006, at 10:04 AM, Conrad O'Dea wrote:
Hi there,
I am having problems getting a build of Geronimo. I am following the
instructions at: http://wiki.apache.org/geronimo/Building
I've basically done the following (and several combinations thereof):
% svn co https://svn.apache.org/repos/asf/geronimo/trunk geronimo
% cd geronimo
% maven m:fresh-checkout
% maven new -Dmaven.test.skip=true -Dmaven.itest.skip=true
and after a good healthy time of doing stuff it fails with:
"The build cannot continue because of the following unsatisfied
dependency:
geronimo-j2ee_1.4_spec-1.1-SNAPSHOT.jar"
I've also checked-out geronimo-specs and built it with 'mvn
install' but
this jar has not been built anywhere in that working copy or either
~/.maven or ~/.m2 repositories. Nor can I find it in the maven
repository at http://cvs.apache.org/repository/geronimo-spec/jars/.
Conrad,
The spec jar is now in the apache repo:
http://cvs.apache.org/repository/org.apache.geronimo.specs/jars/
geronimo-j2ee_1.4_spec-1.1-SNAPSHOT.jar
It shouldn't be necessary to build specs from source, any longer...
--kevan