Please, could you tell me where did you get the sources from ?
The missing jars (at least all but the last one) are in the svn repository
under the lib directory. Maven should be configured to point to them
instead
of trying to download them.
Cheers,
Guillaume Nodet
Ranga Nathan wrote:
I get these "unsatisfied dependency" errors during the installation.
AFAIK, we do not have any port restrictions. No need for proxy. I am
not sure how to get thse missing jars and install them. Help appreciated.
ilt2:/opt/servicemix/servicemix-1.0 # maven m:clean
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
Attempting to download activation.jar.
WARNING: Failed to download activation.jar.
Attempting to download mail.jar.
WARNING: Failed to download mail.jar.
Attempting to download drools-all-2.1-SNAPSHOT20050731.jar.
Artifact /drools/jars/drools-all-2.1-SNAPSHOT20050731.jar doesn't
exists in remote repository, but it exists locally
Attempting to download jaxrpc.jar.
WARNING: Failed to download jaxrpc.jar.
Attempting to download activecluster-1.1-SNAPSHOT.jar.
Artifact /activecluster/jars/activecluster-1.1-SNAPSHOT.jar doesn't
exists in remote repository, but it exists locally
Attempting to download activesoap-1.0-SNAPSHOT.jar.
Artifact /activesoap/jars/activesoap-1.0-SNAPSHOT.jar doesn't exists
in remote repository, but it exists locally
Attempting to download xfire-core-1.0-SNAPSHOT.jar.
Artifact /xfire/jars/xfire-core-1.0-SNAPSHOT.jar doesn't exists in
remote repository, but it exists locally
Attempting to download xfire-aegis-1.0-SNAPSHOT.jar.
Artifact /xfire/jars/xfire-aegis-1.0-SNAPSHOT.jar doesn't exists in
remote repository, but it exists locally
Attempting to download xfire-spring-1.0-SNAPSHOT.jar.
Artifact /xfire/jars/xfire-spring-1.0-SNAPSHOT.jar doesn't exists in
remote repository, but it exists locally
Attempting to download yom-1.0-SNAPSHOT.jar.
Artifact /yom/jars/yom-1.0-SNAPSHOT.jar doesn't exists in remote
repository, but it exists locally
Attempting to download oraclexsql.jar.
WARNING: Failed to download oraclexsql.jar.
Attempting to download xmlparserv2.jar.
WARNING: Failed to download xmlparserv2.jar.
Attempting to download xsu12.jar.
WARNING: Failed to download xsu12.jar.
Attempting to download ojdbc14.jar.
WARNING: Failed to download ojdbc14.jar.
Attempting to download derby-10.0.2.1.jar.
WARNING: Failed to download derby-10.0.2.1.jar.
The build cannot continue because of the following unsatisfied
dependencies:
activation.jar
mail.jar
jaxrpc.jar
oraclexsql.jar
xmlparserv2.jar
xsu12.jar
ojdbc14.jar
derby-10.0.2.1.jar
Total time: 15 seconds
Finished at: Thu Oct 27 19:45:08 PDT 2005
Ranga Nathan