Thanks to an unexpected pull request from Sam (thanks Sam!) the command line 
build is working - and platform specific products are being generated! 

Sam I was unable to get rasters to work out of the box when testing in windows 
(both win32 and win64).

It looks like the udig.ini file is being incorrectly generated (it has newlines 
which is unexpected for windows, and is missing the parent class loader 
setting):
> -startupplugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502


Here is what I have done to "fix" the win64 udig.ini file:


> -startup
> plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
> -vmargs
> -Xmx386M
> -Dosgi.parentClassloader=ext
> -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
> -XX:MaxPermSize=256m
> 
> 

Thanks for the hard work; I expect we can put the uDig 1.3.2 release back on 
the roadmap.
-- 
Jody Garnett

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to