Thanks Paul - I will note that it no longer extracts the EPSG database into the temporary folder (instead it extracts into the eclipse configuration directory). This may prove "exciting" for those working in a restricted environment - say as a normal windows user where writing into the Program Files folder is sometimes difficult.
So I expect we will need a bit more testing once we make a proper windows installer for this one. -- Jody Garnett On Wednesday, 28 March 2012 at 11:51 AM, Paul Pfeiffer wrote: > I've had a quick look at this and everything seems to initialise properly so > I've merged this. > > Cheers > Paul > > > On Tue, Mar 27, 2012 at 4:19 PM, Jody Garnett <[email protected] > (mailto:[email protected])> wrote: > > Initial pull request here (not dependent on > > https://jira.codehaus.org/browse/GEOT-4091 patch). > > > > https://github.com/uDig/udig-platform/pull/106 > > > > -- > > Jody Garnett > > > > > > On Tuesday, 27 March 2012 at 11:25 AM, Jody Garnett wrote: > > > > > It is okay Andrea - you asked me to remove it a while ago. The only > > > reason we used it as I was assuming that the uDig team was going to end > > > up using the h2 datastore a log for temporary resources. Since that has > > > not happened let me see what is involved: > > > > > > So the code that is "special" is in UDIGApplication where it tries to > > > tell the user why it is taking so long to start up the first time. > > > > > > if( ThreadedH2EpsgFactory.isUnpacked()){ > > > // if there is not going to be a long delay > > > // don't annoy users with a dialog > > > Activator.initializeReferencingModule( null ); > > > } > > > > > > > > > So if I make a patch I would like it to consist of: > > > > > > a) isUnpacked() > > > b) unpack( ProgressListener ) - so I can finally show a progress bar as > > > the EPSG thing is unpacked > > > > > > Let me see if I can put that together: > > > https://jira.codehaus.org/browse/GEOT-4091 > > > > > > > > > -- > > > Jody Garnett > > > > > > > > > On Monday, 26 March 2012 at 4:34 PM, Andrea Aime wrote: > > > > > > > On Mon, Mar 26, 2012 at 2:19 AM, Jody Garnett <[email protected] > > > > (mailto:[email protected])> wrote: > > > > > Andrea has asked if we can transition over to epsg-hsql - giving him > > > > > one less module to maintain. > > > > > > > > Btw, the other option is that someone else maintains it, it does not > > > > necessarily has to go, > > > > I just have too many modules to look after and trying to cleanup things > > > > a bit > > > > > > > > Cheers > > > > Andrea > > > > > > > > > > > > -- > > > > ------------------------------------------------------- > > > > Ing. Andrea Aime > > > > GeoSolutions S.A.S. > > > > Tech lead > > > > > > > > Via Poggio alle Viti 1187 > > > > 55054 Massarosa (LU) > > > > Italy > > > > > > > > phone: +39 0584 962313 (tel:%2B39%200584%20962313) > > > > fax: +39 0584 962313 (tel:%2B39%200584%20962313) > > > > mob: +39 339 8844549 (tel:%2B39%C2%A0339%208844549) > > > > > > > > http://www.geo-solutions.it > > > > http://geo-solutions.blogspot.com/ > > > > http://www.youtube.com/user/GeoSolutionsIT > > > > http://www.linkedin.com/in/andreaaime > > > > http://twitter.com/geowolf > > > > > > > > ------------------------------------------------------- > > > > _______________________________________________ > > > > 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
