Looks like you may have some old code. Dependencies on hsqldb were removed a few days ago.
It's a bit of a PITA, but if you get the code as it exists now, everything should work: $ export CVSROOT=':pserver:[EMAIL PROTECTED]:/home/cvspublic' $ cvs co incubator-geronimo $ cd incubator-geronimo $ maven $ cd .. $ export CVSROOT=':pserver:[EMAIL PROTECTED]:/home/projects/openejb/scm' $ cvs co openejb $ cd openejb $ maven Also, I personally can't verify that maven rc2 works, I use rc1. -David On Mon, Apr 05, 2004 at 01:35:00PM +0100, Paulo Lopes wrote: > Hi, > > I tryed to compile the project i got maven configured, and there are > some dependencies that i can't download, how can i install them in order > to compile openejb? > > I'm quoting the output of maven and displaying only the errors i got: > > > Starting the reactor... > Our processing order: > OpenEJB :: Connector > OpenEJB :: Core > OpenEJB :: Integration Tests > OpenEJB :: WebAdmin > +---------------------------------------- > | Executing (default): OpenEJB :: Connector > | Memory: 33M/54M > +---------------------------------------- > ... > Tag library requested that is not present: 'common:xdoclet' in plugin: > 'null' > Tag library requested that is not present: 'common:xdoclet' in plugin: > 'null' > ... > +---------------------------------------- > | Executing (default): OpenEJB :: Core > | Memory: 33M/54M > +---------------------------------------- > ... > BUILD FAILED > File...... file:/home/pmml/openejb/maven.xml > Element... maven:reactor > Line...... 134 > Column.... 27 > The build cannot continue because of the following unsatisfied dependencies: > > xbean-apache-1.0-DEV.jar (no download url specified) > geronimo-spec-j2eeschema-DEV.jar (no download url specified) > hsqldb-jdk1.4-1.7.1.jar (no download url specified) > > Total time: 14 minutes 49 seconds > Finished at: Mon Apr 05 11:41:24 BST 2004
