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
