Against artifactory is fine. Twenty minutes or so for the whole build without tests One my slow dual core machine
-- Frank Am 21.10.2015 18:17 schrieb "Jody Garnett" <[email protected]>: > Thanks, I have passed that on. > > How does this compare with running directly against artifactory online for > speed? > > -- > Jody Garnett > > On 21 October 2015 at 08:17, Frank Gasdorf <[email protected]> > wrote: > >> Here are some stats: >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Geotools .......................................... SUCCESS >> [26:25.525s] >> [INFO] Build tools for Geotools 2 ........................ SUCCESS >> [0.107s] >> [INFO] Maven plugins for Geotools 2 ...................... SUCCESS >> [0.143s] >> [INFO] JAR files collector ............................... SUCCESS >> [25:02.807s] >> [INFO] Cross-modules javadoc ............................. SUCCESS >> [2:20.376s] >> [INFO] JJTree and JavaCC compilers plugin ................ SUCCESS >> [3.133s] >> [INFO] Geotools modules .................................. SUCCESS >> [0.098s] >> [INFO] Geotools libraries ................................ SUCCESS >> [0.124s] >> [INFO] Sample data module ................................ SUCCESS >> [11.517s] >> [INFO] Open GIS Interfaces ............................... SUCCESS >> [18.437s] >> >> 1h for for 12 modules... >> >> - Frank >> >> 2015-10-21 16:40 GMT+02:00 Frank Gasdorf <[email protected]>: >> >>> Tested it, or let my say I was trying to test it but the proxy seems to >>> slow-down the build havily. After half an hour it haven't finised almost 3 >>> modules with a clean/empty local repository >>> >>> And I used http://repo.boundlessgeo.com/main/org/ ;) >>> >>> - Frank >>> >>> 2015-10-21 1:27 GMT+02:00 Jody Garnett <[email protected]>: >>> >>>> FYI, configuration change at repo.boundldessgeo.com/main should fix >>>> the problem. Testing now. >>>> >>>> -- >>>> Jody Garnett >>>> >>>> On 20 October 2015 at 07:36, Jody Garnett <[email protected]> >>>> wrote: >>>> >>>>> Thank you very much for the confirmation. >>>>> >>>>> -- >>>>> Jody Garnett >>>>> >>>>> On 20 October 2015 at 00:45, Frank Gasdorf < >>>>> [email protected]> wrote: >>>>> >>>>>> I updated boundless repository urls to >>>>>> https://boundless.artifactoryonline.com/boundless/snapshot/ in root >>>>>> pom file and then it works. Seems to be a proxy/routing problem from >>>>>> >>>>>> http://repo.boundlessgeo.com/main/ to >>>>>> https://boundless.artifactoryonline.com >>>>>> >>>>>> HTH >>>>>> - Frank >>>>>> >>>>>> 2015-10-19 23:10 GMT+02:00 Frank Gasdorf <[email protected] >>>>>> >: >>>>>> >>>>>>> FWIW : Today I build library/data locally without a full build from >>>>>>> root-checkout and git the following WARNINGS : >>>>>>> >>>>>>> Downloaded: >>>>>>> http://repo.boundlessgeo.com/main/org/geotools/gt-main/15-SNAPSHOT/maven-metadata.xml >>>>>>> (160 >>>>>>> B at 0.1 KB/sec) >>>>>>> [WARNING] The metadata >>>>>>> /Users/fgdrf/Entwicklung/data/m2-repository/org/geotools/gt-main/15-SNAPSHOT/maven-metadata-boundless.xml >>>>>>> is invalid: end tag name </body> must match start tag name <hr> from >>>>>>> line 5 >>>>>>> (position: TEXT seen ...</center>\r\n</body>... @6:8) >>>>>>> >>>>>>> the content of file looks like this: >>>>>>> >>>>>>> <html> >>>>>>> <head><title>302 Found</title></head> >>>>>>> <body bgcolor="white"> >>>>>>> <center><h1>302 Found</h1></center> >>>>>>> <hr><center>nginx/1.8.0</center> >>>>>>> </body> >>>>>>> </html> >>>>>>> >>>>>>> >>>>>>> How I started the build: >>>>>>> >>>>>>> mvn clean package -U >>>>>>> >>>>>>> "-U" and deletion of local metadata-file does't help very much. >>>>>>> After another build the files is present again with the same html >>>>>>> content >>>>>>> than before. Strange thing is, if I download the file directly it looks >>>>>>> almost good (last upload timestamp is 15-20151006) >>>>>>> >>>>>>> Last but not least: If I build this submodul against an empty local >>>>>>> repository (-Dmaven.repo.local=/another/path/ >>>>>>> >>>>>>> the following error occurs: >>>>>>> >>>>>>> Downloaded: >>>>>>> http://repo.boundlessgeo.com/main/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar >>>>>>> (160 >>>>>>> B at 0.3 KB/sec) >>>>>>> [ERROR] Invalid extension descriptor for >>>>>>> org.apache.maven.wagon:wagon-webdav:1.0-beta-2: error in opening zip >>>>>>> file >>>>>>> [...] >>>>>>> Downloaded: >>>>>>> http://repo.boundlessgeo.com/main/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom >>>>>>> (160 >>>>>>> B at 0.4 KB/sec) >>>>>>> [WARNING] The POM for >>>>>>> org.apache.maven.plugins:maven-source-plugin:jar:2.2.1 is invalid, >>>>>>> transitive dependencies (if any) will not be available, enable debug >>>>>>> logging for more details >>>>>>> >>>>>>> And the build is broken then >>>>>>> >>>>>>> HTH to investigate >>>>>>> - Frank >>>>>>> >>>>>>> 2015-10-05 20:53 GMT+02:00 Jody Garnett <[email protected]>: >>>>>>> >>>>>>>> Going to try and switch ares over to this mirror, if that goes well >>>>>>>> we will update the DNS registry this afternoon. >>>>>>>> >>>>>>>> -- >>>>>>>> Jody Garnett >>>>>>>> >>>>>>>> On 29 September 2015 at 16:36, Jody Garnett <[email protected] >>>>>>>> > wrote: >>>>>>>> >>>>>>>>> Sorry, URL corrected below: >>>>>>>>> >>>>>>>>> <mirrors> >>>>>>>>> <mirror> >>>>>>>>> <id>boundlessgeo</id> >>>>>>>>> <name>Boundless Cloud Repository</name> >>>>>>>>> >>>>>>>>> <url>https://boundless.artifactoryonline.com/boundless/main</url> >>>>>>>>> <mirrorOf>boundless</mirrorOf> >>>>>>>>> </mirror> >>>>>>>>> </mirrors> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Jody Garnett >>>>>>>>> >>>>>>>>> On 29 September 2015 at 16:20, Jody Garnett < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> We are setting up a replacement repository (cloud hosting for PMC >>>>>>>>>> access). >>>>>>>>>> >>>>>>>>>> Can I ask geotools developers to try out the repo using the >>>>>>>>>> following settings (before we change the DNS entry over): >>>>>>>>>> >>>>>>>>>> 1. Edit .m2/settings.xml with the following >>>>>>>>>> >>>>>>>>>> <mirrors> >>>>>>>>>> <mirror> >>>>>>>>>> <id>boundlessgeo</id> >>>>>>>>>> <name>Boundless Cloud Repository</name> >>>>>>>>>> <url> >>>>>>>>>> https://boundless.artifactoryonline.com/boundless/ext-release-local >>>>>>>>>> </url> >>>>>>>>>> <mirrorOf>boundless</mirrorOf> >>>>>>>>>> </mirror> >>>>>>>>>> </mirrors> >>>>>>>>>> >>>>>>>>>> 2. Rename your .m2/repository cache to repository2 (to force >>>>>>>>>> download) >>>>>>>>>> >>>>>>>>>> 3. Build! And reply to this email thread with pass fail. >>>>>>>>>> >>>>>>>>>> We have synchronized with repo.boundlessgeo.com so I do not >>>>>>>>>> expect trouble. >>>>>>>>>> -- >>>>>>>>>> Jody >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> GeoTools-Devel mailing list >>>>>>>> [email protected] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> >>>>>> _______________________________________________ >>>>>> GeoTools-Devel mailing list >>>>>> [email protected] >>>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>>>>> >>>>>> >>>>> >>>> >>> >> >
------------------------------------------------------------------------------
_______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
