Notes:
- Thanks for the questions Carol - I added the maven instructions you requested 
here (http://udig.refractions.net/confluence/display/ADMIN/08+Libs+Jars)
- Marco and I got the SDK Quickstart going as well (see other email)

The GDAL error is from us testing if JPEG 2000 support is available; I cannot 
figure out how to make it a "silent" test.

See you this evening
--  
Jody Garnett


On Thursday, 10 May 2012 at 11:14 AM, Carol Hansen wrote:

> Holy smokes! I finally got uDig running (using the older SDK 1.3.1)...but I 
> got the following errors (failed to load GDAL libs). I'm not sure if they 
> will cause any problems down the road:
>  
> May 9, 2012 8:04:53 PM it.geosolutions.imageio.gdalframework.GDALUtilities 
> loadGDAL  
> WARNING: Failed to load the GDAL native libs. This is not a problem unless 
> you need to use the GDAL plugins: they won't be 
> enabled.java.lang.UnsatisfiedLinkError: no gdaljni in java.library.path
> May 9, 2012 8:04:54 PM it.geosolutions.util.KakaduUtilities loadKakadu
> WARNING: Failed to load the Kakadu native libs. This is not a problem unless 
> you need to use the Kakadu plugin: it won't be enabled. 
> java.lang.UnsatisfiedLinkError: no kdu_jni in java.library.path
> log4j:WARN No appenders could be found for logger (org.geotools.factory).
> log4j:WARN Please initialize the log4j system properly.
> !SESSION 2012-05-09 20:03:56.405 
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_17
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
> Framework arguments:  -product net.refractions.udig.product
> Command-line arguments:  -product net.refractions.udig.product -data 
> C:\java\workspace/../runtime-udig.product -dev 
> file:C:/java/workspace/.metadata/.plugins/org.eclipse.pde.core/udig.product/dev.properties
>  -os win32 -ws win32 -arch x86_64 -consoleLog
>  
> !ENTRY net.refractions.udig.ui 1 0 2012-05-09 20:06:29.626
> !MESSAGE net.refractions.udig.ui.WorkbenchConfiguration 
> "net.refractions.udig.internal.ui.UDIGWorkbenchConfiguration" specified but 
> no valid extension found.
> Please check that the extension exists and that it is valid.
>  
> !ENTRY net.refractions.udig.ui 1 0 2012-05-09 20:06:30.556
> !MESSAGE net.refractions.udig.ui.MenuBuilder 
> "net.refractions.udig.ui.uDigMenuBuilder" specified but no valid extension 
> found.
> Please check that the extension exists and that it is valid.
>  
> !ENTRY net.refractions.udig.ui 1 0 2012-05-09 20:06:38.790
> !MESSAGE EnablementUtil: Expected child of 
> net.refractions.udig.tool.select.modalTool but didn't find one...
>  
> ************************************************
>  
> Any input is greatly appreciated. I'm not sure if I should continue setting 
> up the Cross Platform target if there could potentially be issues.  
>  
> Also, should I have two separate workspaces for each environment, or is it ok 
> to use the same for both?
>  
> Thank you!
> Carol
>  
>  
> On Wed, May 9, 2012 at 5:37 PM, Jody Garnett <[email protected] 
> (mailto:[email protected])> wrote:
> > I think we will need a command line install of maven; but good point the 
> > use of maven was added recently so I need to put it in the instructions.
> > --  
> > Jody Garnett
> >  
> >  
> > On Thursday, 10 May 2012 at 8:17 AM, Carol Hansen wrote:
> >  
> > > If anyone has any ideas, please let me know.
> > > I am creeping my way through the Development Environment setup, but I got 
> > > stuck in Chapter 8 of this walkthrough:
> > > http://udig.refractions.net/confluence/display/ADMIN/08+Libs+Jars
> > >  
> > > Specifically at "Download Jars into Libs"...
> > >  
> > > The instructions say to do this using Maven. I installed Maven into 
> > > Eclipse, but I get the following error when I try to follow the command 
> > > line instructions...  
> > > "...'mvn' is not recognized as an internal or external command..."
> > >  
> > > Am I supposed to download Maven to my machine directly?
> > >  
> > > Thank you!
> > > Carol
> > >  
> > > On Wed, May 9, 2012 at 9:56 AM, Jody Garnett <[email protected] 
> > > (mailto:[email protected])> wrote:
> > > > We were able to come up with a workaround (so we can make use of the 
> > > > automatically generated SDK).  
> > > >  
> > > > 1. Open up udig.product
> > > > 2. Switch to the features tab
> > > > 3. remove udig_language
> > > > 4. change the version number of udig-feature to … nothing
> > > > 5. You can now run!
> > > >  
> > > > I am going to continue to look at including language support in the 
> > > > SDK; but we can proceed for now
> > > > --  
> > > > Jody Garnett
> > > >  
> > > >  
> > > > On Wednesday, 9 May 2012 at 6:57 AM, Marco Foi wrote:
> > > >  
> > > > > Small update - unluckily not happy:
> > > > >  
> > > > > I tried on a second machine the setup using all 32bit packages.
> > > > >  
> > > > > The good news is that I succeeded in ending up with the EXACT same  
> > > > > error I was facing with the 64bit attempt.
> > > > >  
> > > > > I am not sure but I would say that everything could boil down to a
> > > > > couple of unsatisfied dependencies in the uDig SDK:
> > > > >  
> > > > > net.refractions.udig-feature 1.3.0.qualifier
> > > > > net.refractions.udig_language-feature" 1.3.0.qualifier
> > > > >  
> > > > > These are red-cross marked in Eclipse Outline view, once I import
> > > > > 'net.refractions.udig' as Source Project for runnin it as an Eclipse
> > > > > plug-in.
> > > > > Maybe I am pointing to a conseqence and not to the cause.
> > > > > Am I?
> > > > >  
> > > > > Marco
> > > > >  
> > > > > 2012/5/8 Jody Garnett <[email protected] 
> > > > > (mailto:[email protected])>:
> > > > > > I have been following along in a windows 64x VM … and have a glitch.
> > > > > >  
> > > > > > In following the links provided I am using:
> > > > > > 1) eclipse-modeling-indigo-win32.zip
> > > > > > 2) jre1.6.0_25.win32_gdal_ecw.zip
> > > > > >  
> > > > > > When running this results in the following error:  
> > > > > >  
> > > > > > "Failed to load the JNI shared library
> > > > > > "C:\java\eclipse\jre\bin\client\jvm.dll".
> > > > > >  
> > > > > > --
> > > > > > Jody Garnett
> > > > > >  
> > > > > >  
> > > > > > _______________________________________________  
> > > > > > 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

Reply via email to