|
From: David Z. <dz...@re...> - 2004-10-25 16:23:28
|
I am assuming you are building 2.1.m1 Since you are (presumably) building geotools, maven should not be looking for main to download. I would install main into you local maven repository (either 'maven build' at the top level or 'maven jar:install' within 'module/main'. This will fail if main cannot be built (compile errors or test cases). If main failed, please include the errors and some system information. Hope this helps, David On Sat, 2004-10-23 at 08:30, Pedro Alves wrote: > i'm trying to build geotools with maven but i get many errors when > maven is trying to download jar like main-2.1.m1.jar > from http://www.ibiblio.org/maven/gt2/jars/ i try access to this > url but i can't. > what i have to do to resolve the problem..... > > thkx for the help |