ba...@geotools ha scritto: > Hi all, > > I want to add some third party jars in to > http://download.osgeo.org/webdav/geotools/. I followed the below link to add > the jars > > http://docs.codehaus.org/display/GEOT/How+to+add+a+3rd+party+jar#Howtoadda3rdpartyjar-DeployingtoOpenSourceGeospatialFoundationMaven2Repository > > As said the documentation, I created an account in Osgeo and updated the > ~/.m2/setting.xml file. Then i given the following command > > mvn deploy:deploy-file -DgroupId=oracle -DartifactId=oracle-jdbc > -Dversion=10.1 -Dfile=E:\oracle-jdbc-10.1.jar -Dpackaging=jar > -DrepositoryId=osgeo -Durl=dav:http://download.osgeo.org/webdav/geotools/ > > When i executed above command I got the error like below > > Uploading: > http://download.osgeo.org/webdav/geotools//oracle/oracle-jdbc/10.1/oracle-jdbc-10.1.jar > Apr 8, 2010 2:38:49 PM hidden.org.apache.commons.httpclient.HttpMethodBase > processAuthenticationResp > onse > INFO: Already tried to authenticate with 'Geotools WebDAV' authentication > realm at download.osgeo.or > g, but still receiving: HTTP/1.1 401 Authorization Required > Apr 8, 2010 2:38:50 PM hidden.org.apache.commons.httpclient.HttpMethodBase > processAuthenticationResp > onse > INFO: Already tried to authenticate with 'Geotools WebDAV' authentication > realm at download.osgeo.or > g, but still receiving: HTTP/1.1 401 Authorization Required
Well, good thing you could not upload that, you would have put the whole GeoTools project in legal trouble with Oracle. The repositories do not contain the Oracle jars because they have redistribution restrictions, so it's not possible to include them in a public repository. See Christian mail about how to handle these issues. Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
