Ziegler Stefan wrote:
> Hi
> I had some problems building todays trunk:
> 
> 1) maven was unable to find:
> - jai_core
> - jai_codec
> - jai_imageio
> - h2database
> 
> I downloaded them and installed them manually (as suggested).
Looks like our opengeo repository is not serving these files... I will 
upload them. Thanks for the heads up.
> 
> 2) in "ModificationProxy.java" on line 236 I had to insert a cast:
> 
> before: List<Class> proxyInterfaces = Arrays.asList(....);
> after: List<Class> proxyInterfaces = (List) Arrays.asList(....);
Yeah, more or less a known issue with java 6. Thanks for the fix. Will 
commit it.
> 
> regards
> Stefan
> 
> Mit freundlichem Gruss
> Stefan Ziegler
> Leiter Aufsicht
> 
> Kanton Solothurn
> Bau- und Justizdepartement
> Amt für Geoinformation
> Rötistrasse 4
> 4501 Solothurn
> Telefon 032 627 75 96
> Telefax 032 627 75 98
> [email protected]
> http://www.so.ch
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel


-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to