I believe the problem is due to some issue on the ibiblio repository (maybe only the Maven 1 repo). For example, go here are see what happens when you try to download batik-1.5-fop-0.20-5.jar (you get a 404): http://www.ibiblio.org/maven/batik/jars/
One solution is to setup a maven-proxy instance and add any dependencies that are unavailable to your maven-proxy's local repo: http://maven-proxy.codehaus.org/ Then set the maven.repo.remote property in your project's project.properties file to use your maven-proxy instance. I still hope that ibiblio gets fixed, but maven-proxy gives you an option to add the library to your local repo to keep your project running smoothly. -Max On Thu, 2006-01-26 at 14:24 -0500, Elzbieta Dziembowski wrote: > I got the previous message - thanks, I downloaded batik by hand... I > continued the build.. now I have new list of not satisfied dependencies. > I would like to understand what is going on - is some server down or it > is other reasons. I need to be able to build on different machines - it > does not look good if I need to populate all dependencies by hand... > > Please let me know how to address the problem holistically. > > > > Thanks in advance, > > Kinga > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-2 > > > > Attempting to download commons-jelly-tags-xml-20040613.030723.jar. > > WARNING: Failed to download commons-jelly-tags-xml-20040613.030723.jar. > > Attempting to download commons-jelly-tags-html-20030317.100924.jar. > > WARNING: Failed to download commons-jelly-tags-html-20030317.100924.jar. > > Attempting to download nekohtml-0.7.7.jar. > > WARNING: Failed to download nekohtml-0.7.7.jar. > > The build cannot continue because of the following unsatisfied > dependencies: > > > > commons-jelly-tags-xml-20040613.030723.jar (try downloading from > http://jakarta. > > apache.org/commons/jelly/libs/xml/) > > commons-jelly-tags-html-20030317.100924.jar (try downloading from > http://jakarta > > .apache.org/commons/jelly/tags/html/) > > nekohtml-0.7.7.jar > > > > Total time : 4 seconds > > Finished at : Thursday, January 26, 2006 2:18:13 PM EST > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
