Server problem; when this happens we need to email [email protected]. Jody
On Wed, Sep 2, 2009 at 6:18 PM, Jürgen Jacob<[email protected]> wrote: > Jody Garnett schrieb: >> >> I am going over the set up instructions now - so I have the link handy: >> - >> http://udig.refractions.net/confluence/display/ADMIN/04+Java+Runtime+Environment > > Results today in a 404. Just a server problem or has the page moved? > > Jürgen > > >> >> >> Indeed I just updated the screen snaps so let me know if the instructions >> work for you. >> Jody >> >> On 26/08/2009, at 9:45 PM, Jürgen Jacob wrote: >> >>> hi, >>> thanks for the hint. But removing this plugin from my run configuration >>> ends up in 'Missing Constraint: Require-Bundle: >>> net.refractions.udig.catalog.imageio; bundle-version="1.2.0"'. One of my >>> project partner's plugins seems to use this uDig plugin for GeoTiffs. >>> >>> >>> I will download the GDAL lib and set the paths. >>> >>> cheers >>> >>> >>> >>> Tony Roth schrieb: >>>> >>>> hi jürgen, >>>> i didn't set one of these variables in order to get my application >>>> running. try disabling the plugin net.refractions.udig.catalog.imageio in >>>> your run >>>> configurations and check if your application will run. >>>> tony >>>>> >>>>> -----Original Message----- >>>>> From: [email protected] [mailto:udig-devel- >>>>> [email protected]] On Behalf Of Jürgen Jacob >>>>> Sent: Tuesday, August 25, 2009 3:41 PM >>>>> To: User-friendly Desktop Internet GIS >>>>> Subject: Re: [udig-devel] GeoTools confusion when upgrading from 1.1.1 >>>>> to >>>>> 1.2M6SDK >>>>> >>>>> hi tony, * >>>>> >>>>> my code is now free from compile errors - only a lot of Deprecated >>>>> parts >>>>> especially on Filters and Expressions. I will care for them after >>>>> getting my application running. >>>>> >>>>> >>>>> Starting the application ended up with a bulky logfile. Very often: >>>>> >>>>> Caused by: java.lang.RuntimeException: GDAL Not Available ... some >>>>> image >>>>> formats disabled: >>>>> Expected environment variable resolve to: >>>>> LD_LIBRARY_PATH=null >>>>> DYLD_LIBRARY_PATH=null >>>>> >>>>> >>>>> Do I have to include GDAL lib manually and set the paths like requested >>>>> or should it be part of uDig/GeoTools and I forgot to include a plugin? >>>>> >>>>> The application started but the MapEditor stayed empty. Every action >>>>> ended up in a new stacktrace with the missing GDAL >>>>> >>>>> Thank you, >>>>> Jürgen >>>>> >>>>> >>>>> Tony Roth schrieb: >>>>>> >>>>>> hi jürgen, >>>>>> >>>>>> have a look at these pages: >>>>>> >>>>>> >>>>> >>>>> http://udig.refractions.net/confluence/display/DEV/GeoTools+2.5+for+uDig+D >>>>> ev >>>>>> >>>>>> elopers >>>>>> >>>>>> http://docs.codehaus.org/display/GEOTDOC/09+Main >>>>>> >>>>>> don't hesitate to ask me for migration. i've done this a few weeks >>>>>> ago. >>>>>> tony >>>>>> >>>>>>> -----Original Message----- >>>>>>> From: [email protected] [mailto:udig-devel- >>>>>>> [email protected]] On Behalf Of Jürgen Jacob >>>>>>> Sent: Tuesday, August 25, 2009 10:47 AM >>>>>>> To: User-friendly Desktop Internet GIS >>>>>>> Subject: [udig-devel] GeoTools confusion when upgrading from 1.1.1 to >>>>>>> 1.2M6SDK >>>>>>> >>>>>>> Hi list, >>>>>>> >>>>>>> my project is using uDig 1.1.1 SDK and I'm starting to check if we >>>>>>> can >>>>>>> upgrade to 1.2. I've downloaded 1.2M6SDK and the only thing I still >>>>> >>>>> have >>>>>>> >>>>>>> to fix is my code where I directly work with GeoTools. Creating >>>>>>> temporary layers, filters, SLD, .. Since the 'old' uDig uses GeoTools >>>>>>> 2.3 or 2.4 (?) and the API has changed I have some hundreds compile >>>>>>> errors but this shouldn't be a problem. Nevertheless the confusion >>>>>>> starts here: Is uDig 1.2 using stable GeoTools 2.5 or relying on >>>>>>> GeoTools 2.6 that is itself still in development? >>>>>>> >>>>>>> For example I have to replace code fragments where I create new >>>>>>> feature >>>>>>> types: >>>>>>> >>>>>>> FeatureTypeBuilder featureBuilder = >>>>>>> FeatureTypeBuilder.newInstance(featureName); >>>>>>> >>>>> >>>>> featureBuilder.addType(AttributeTypeFactory.newAttributeType(GEOMETRY_IDEN >>>>>>> >>>>>>> TIFIER, >>>>>>> typeContributor.getPhenomenonType().getGeometry(), >>>>>>> true,Integer.MAX_VALUE, null,DefaultGeographicCRS.WGS84)); >>>>>>> >>>>>>> The GeoTools 2.5.7 guide [1] describes as one solution the usage of >>>>>>> SimpleTypeBuilder but the api documentation [2] doesnt' contain a >>>>>>> SimpleTypeBuilder. Weird. Is there a help page for developers >>>>>>> upgrading >>>>>>> to the new uDig version and having trouble with the changes of >>>>> >>>>> GeoTools? >>>>>>> >>>>>>> Thank you, >>>>>>> Jürgen >>>>>>> >>>>>>> >>>>>>> [1] >>>>>>> http://downloads.sourceforge.net/geotools/geotools-2.5.7-guide.zip >>>>>>> [2] http://downloads.sourceforge.net/geotools/geotools-2.5.7-doc.zip >>>>>>> _______________________________________________ >>>>>>> User-friendly Desktop Internet GIS (uDig) >>>>>>> http://udig.refractions.net >>>>>>> http://lists.refractions.net/mailman/listinfo/udig-devel >>>>>> >>>>>> _______________________________________________ >>>>>> User-friendly Desktop Internet GIS (uDig) >>>>>> http://udig.refractions.net >>>>>> http://lists.refractions.net/mailman/listinfo/udig-devel >>>>>> >>>>> _______________________________________________ >>>>> User-friendly Desktop Internet GIS (uDig) >>>>> http://udig.refractions.net >>>>> http://lists.refractions.net/mailman/listinfo/udig-devel >>>> >>>> _______________________________________________ >>>> User-friendly Desktop Internet GIS (uDig) >>>> http://udig.refractions.net >>>> http://lists.refractions.net/mailman/listinfo/udig-devel >>> >>> _______________________________________________ >>> User-friendly Desktop Internet GIS (uDig) >>> http://udig.refractions.net >>> http://lists.refractions.net/mailman/listinfo/udig-devel >> >> _______________________________________________ >> User-friendly Desktop Internet GIS (uDig) >> http://udig.refractions.net >> http://lists.refractions.net/mailman/listinfo/udig-devel >> > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
