Cool, thanks Andrea. Turned out to be pretty straight forward.

  https://github.com/geoserver/geoserver/pull/422


On Tue, Dec 10, 2013 at 10:17 AM, Andrea Aime
<andrea.a...@geo-solutions.it>wrote:

> On Tue, Dec 10, 2013 at 5:25 PM, Justin Deoliveira <
> jdeol...@boundlessgeo.com> wrote:
>
>>
>>
>>
>> On Tue, Dec 10, 2013 at 7:34 AM, Andrea Aime <
>> andrea.a...@geo-solutions.it> wrote:
>>
>>> On Tue, Dec 10, 2013 at 2:48 PM, Justin Deoliveira <
>>> jdeol...@boundlessgeo.com> wrote:
>>>
>>>> Hi all,
>>>>
>>>> Recently I have run into a problem with the ant dependency in the wps
>>>> module. It looks like another user has run into the same issue, as
>>>> described here.
>>>>
>>>>   https://jira.codehaus.org/browse/GEOS-6170
>>>>
>>>> Looking at why the ant dependency is there it seems that there is a
>>>> single process (Georectify) that requires it. Looking at how ant it is used
>>>> it seems to be used to fork a secondary process that interacts with gdal to
>>>> do the georectification.
>>>>
>>>> So, rather than just add the 2M of ant dependencies I was wondering
>>>> about removing it all together since it seems a bit heavy handed to add
>>>> such a big dependency for such a narrow usage. My thought is that the
>>>> process could be rewritten purely against the java api for forking
>>>> processes.
>>>>
>>>
>>> No objections here, it should be relatively easy to adapt the code the
>>> ogr module uses to call ogr2ogr:
>>>
>>>
>>> https://github.com/geoserver/geoserver/blob/master/src/extension/ogr/src/main/java/org/geoserver/wfs/response/OGRWrapper.java
>>>
>>> Cool, thanks Andrea.
>>
>> So to be clear are you thinking that we would have the wps module depend
>> on the gdal module? Or copy that class and adapt as needed for the wps
>> module? I am thinking the latter since introducing an extension dependency
>> might be kind of nasty.
>>
>
> The latter, here too
>
> Cheers
> Andrea
>
> --
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
> information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> -------------------------------------------------------
>



-- 
*Justin Deoliveira*
Vice President, Engineering | Boundless
jdeol...@boundlessgeo.com
@j_deolive <https://twitter.com/j_deolive>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to