Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread Jody Garnett
I was more thinking builds external to ares Ivy and old versions of maven were just two examples the Internet gave me that had problems with redirect. (Boundless has an internal non ares build box for our other projects so their are no other builds running on ares if that was your concern). Jody

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread Andrea Aime
On Sat, Oct 17, 2015 at 12:08 AM, Jody Garnett wrote: > Storm that took down the servers appears to have ended. > > But i agree not all tools (for example ivy) are able to handle the > redirect. Would you like to try changing the pom.xml on master and we can > see how it goes over the weekend? >

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Ben Caradoc-Davies
Jared, mvn -nsu will not fix downloads, but if you build GeoTools master locally, building your downstream project that depends on it with mvn -nsu will allow you to build online without maven downloading stale snapshots. Kind regards, Ben. On 17/10/15 16:33, Jared Erickson wrote: > Thanks fo

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Jared Erickson
Thanks for the advice Jody and Ben, but I upgraded to maven 3.3.3, switched to the artifactoryoneline url, and tried mvn -llr -nsu clean install but it still won't download anything newer than 10/6/2015. Jared On Fri, Oct 16, 2015 at 7:28 PM, Jody Garnett wrote: > Jared what version of maven do

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread Jody Garnett
Going into ares and checking the local .m2/repository shows: $ ls -la *.jar -rw-r--r-- 1 jenkins nogroup 535231 Sep 19 08:02 gt-coverage-15-20150919.061916-6.jar -rw-r--r-- 1 jenkins nogroup 535299 Sep 23 04:16 gt-coverage-15-20150923.041305-8.jar -rw-r--r-- 1 jenkins nogroup 535234 Sep 23 23:57 g

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Jody Garnett
Jared what version of maven do you use? Early versions of maven may have a problem ... To avoid redirect entirely please try changing your pom.xml to use: boundless Boundless Maven Repository https://boundless.artifactoryonline.com/boundless/main Sorry I was not clear with my ear

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Ben Caradoc-Davies
I use this for GeoTools: Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T23:57:37+12:00) Maven home: /home/ben/java/maven Java version: 1.7.0_85, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre Default locale: en_GB, platform encoding: UTF-8 OS

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Jody Garnett
What version of maven do you have? On Fri, Oct 16, 2015 at 6:59 PM Ben Caradoc-Davies wrote: > Jared, > > I always build GeoTools from source and then build all downstream > projects with "mvn -llr -nsu" to avoid problems with (1) repository > timestamps or race conditions (-nsu) and (2) artifact

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Ben Caradoc-Davies
Jared, I always build GeoTools from source and then build all downstream projects with "mvn -llr -nsu" to avoid problems with (1) repository timestamps or race conditions (-nsu) and (2) artifacts that change repository source (-llr). I suspect that local builds and -nsu will fix your problem f

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Jared Erickson
Even after adding the mirror from the blog post and deleting all 15-SNAPSHOT folders from my local repository, maven will only download jars from 10/06/2015. I tried adding a -U to my mvn clean install command with no luck. GeoScript Groovy uses maven, so Ivy isn't involved. Shouldn't the maven-

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-16 Thread Ben Caradoc-Davies
Stefano, that looks great. Excellent test coverage! I also ran a full GeoServer build and app-schema online test against postgis and everything passed. Kind regards, Ben. On 17/10/15 06:03, Stefano Costa wrote: > Hi Ben, > I changed the implementation as discussed, closed the previous PR and >

[Geotools-devel] Hello/Intro

2015-10-16 Thread Dave Blasby
Hay, everyone, After a hiatus from doing Geoserver/Geotools work - I'm back working at Boundless. I've been super-excited getting re-acquainted with many of the familiar people, as well as meeting many of the new ones. It's great to see the community stronger than ever! I've dived into the code

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Jody Garnett
Hello Jared: We recently changed to artifiactory online (repo.boundlessgeo.com/main is a redirect). We have found that some build tools (such as ivy) do not handle the redirect well. See the recent blog post for details, you

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread Jody Garnett
Storm that took down the servers appears to have ended. But i agree not all tools (for example ivy) are able to handle the redirect. Would you like to try changing the pom.xml on master and we can see how it goes over the weekend? -- Jody Garnett On 16 October 2015 at 12:24, Andrea Aime wrote:

[Geotools-devel] Snapshot repo

2015-10-16 Thread jerickson
Hi all, I have been trying to use the OffsetCurveBuilder and LineSymbolizer perpendicular offset support in that Andrea added recently, but can't seem to get maven to grab the most recent snapshots. The snapshot repo is still http://repo.boundlessgeo.com/main right? According to https://boundles

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread Andrea Aime
On Fri, Oct 16, 2015 at 9:00 PM, Jody Garnett wrote: > Trying to think what could be doing it ... I guess any downstream project > could be trying out 15-SNAPSHOT > Jody, could it be that Ares is still caught in the downloads storm that took down repo.boundless.com and is having real trouble dow

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread Jody Garnett
Trying to think what could be doing it ... I guess any downstream project could be trying out 15-SNAPSHOT -- Jody Garnett On 16 October 2015 at 11:19, Andrea Aime wrote: > Glab, broken jars again? Yet, there is nothing bu the master series > pulling 15-snapshot stuff... > > Cheers > Andrea > >

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread Andrea Aime
Glab, broken jars again? Yet, there is nothing bu the master series pulling 15-snapshot stuff... Cheers Andrea On Fri, Oct 16, 2015 at 8:08 PM, wrote: > See < > http://ares.opengeo.org/jenkins/job/geotools-master-online/280/changes> > > Changes: > > [fgdrf] cleanup data tests, fixed transaction

[Geotools-devel] Build failed in Jenkins: geotools-master-online #280

2015-10-16 Thread monitor
See Changes: [fgdrf] cleanup data tests, fixed transaction.close warnings [fgdrf] fixed Transaction.close warnings, DefaultQuery -> Query, cleanup imports [fgdrf] cleanup deprecated classes, fixed warnings, added assert-Me

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-16 Thread Stefano Costa
Hi Ben, I changed the implementation as discussed, closed the previous PR and opened another one: https://github.com/geotools/geotools/pull/1000 All in all, I like this version more, the code is simpler and I also added a test case to prove swe:values can be encoded using isList. I hope you'll li

Re: [Geotools-devel] Crash in ArcSDE plugin

2015-10-16 Thread Jody Garnett
We should be able to return an Empty ReferencedEnvelope. The ArcSDE DataStore is going to become rapidly unsupported as ESRI is stopping making that product available (as I understand it). I expect we are going to have to round up "interested parties" and make a new datastore using the GSR API.

Re: [Geotools-devel] RasterSymbolizerHelper: 16-bit raster content, change proposal

2015-10-16 Thread Daniele Romagnoli
Hi Ville, I'm one of the devs involved with raster processing. As reported by Andrea, I'm a bit busy with setting up a couple of proposals for GT and GS and preparing pull requests. I would like to reserve some time on monday to take a look at your code. Hopefully, I'll be back with some feedbacks

[Geotools-devel] Crash in ArcSDE plugin

2015-10-16 Thread Robert Ward
Hi All, I've found a problem in the ArcSDE plugin and I'm not sure the best way of fixing it. If using ArcSDE SDK 10.0 or ArcSDE SDK 10.2.2 a feature class in an Oracle database has an empty extent (i.e. the feature class has been created and has never contained any features), any calls to SeShape

Re: [Geotools-devel] Build Jobs build time increased significantly (9min -> 1h40 and running)

2015-10-16 Thread Frank Gasdorf
GeoFence setup looks good. Now the build stucked downloading artefacts from geosolutions. I assume the ares instance has kind of trouble connecting to the world. Is it worth to reboot ares instance? [WARNING] Could not transfer metadata it.geosolutions.geogwt.widgets.map:maptoolbar:0.2-SNAPSHOT/

Re: [Geotools-devel] Build Jobs build time increased significantly (9min -> 1h40 and running)

2015-10-16 Thread Jody Garnett
Open an issue on geofence github and I can look at it tomorrow morning. Do you want to kill the geofence job if it is stuck so GeoTools can build? On Fri, Oct 16, 2015 at 12:57 AM Jody Garnett wrote: > We just had a pull request to try and fix the repo references for > geofence, something must be

Re: [Geotools-devel] Build Jobs build time increased significantly (9min -> 1h40 and running)

2015-10-16 Thread Jody Garnett
We just had a pull request to try and fix the repo references for geofence, something must be wrong! On Fri, Oct 16, 2015 at 12:27 AM Frank Gasdorf wrote: > Hello, > > the ares build boxs seems to have problems downloading artefacts from > http://repo.boundlessgeo.com >

Re: [Geotools-devel] RasterSymbolizerHelper: 16-bit raster content, change proposal

2015-10-16 Thread Ville Karppinen
Hi Jody, I am not aware of any JIRA ticket related to this issue and I have not created one. I was thinking that I just ask green light here before sending the pull request in GitHub. I would say this is just a small regression fix in the implementation point of view and there is no need for

[Geotools-devel] Build Jobs build time increased significantly (9min -> 1h40 and running)

2015-10-16 Thread Frank Gasdorf
Hello, the ares build boxs seems to have problems downloading artefacts from http://repo.boundlessgeo.com , which causes Read time out's on every artefact for Geofence build-job. Since Geotools build