[Geotools-devel] Build failure in arcgrid module

2007-03-14 Thread Andrea Aime
Hi, building gt2 trunk today I got the following: GRAVE: C:\progetti\geotools\trunk\modules\plugin\arcgrid\target\test-classes\org\geotools\gce\arcgrid\test-data\4796arcGrid56672.prj (Impossibile eseguire l'operazione specificata su un file la cui sezione mappata dall'utente Þ aperta) java.io.

[Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Andrea Aime
Hi, I'd like to update one of the jars in the repository, but apparently my credentials are not getting accepted anymore. Is this a known problem? Can someone double check? Cheers Andrea - Take Surveys. Earn Cash. Influence t

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-14 Thread Jesse Eichar
On 13-Mar-07, at 7:50 PM, Martin Desruisseaux wrote: > Jesse Eichar a écrit : >> From what I understand they aren't currently singletons but we >> want them to be isn't that more correct? > > RegistryFactory are not currently singleton. We may want them to > be, this is one possible approach

Re: [Geotools-devel] StreamingRenderer - ScaleBar

2007-03-14 Thread Jody Garnett
uDig has an example; but it is for a "meta renderer" that uses both streaming renderer (to draw features), and quick little map graphics for things like scalebars and legends. Cheers, Jody > Hi, > > Can some please provide me a sample code to create a ScaleBar as in > MapServer using > Stream

Re: [Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Jody Garnett
I tried yesterday but Cory caught me - apparently we should use maven deploy :-( There is a chance that things have gone badly since we rebuilt our router last week. Bah - I cannot get through either (although I may just be in username/password confusion) Jody > Hi, > I'd like to update one o

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-14 Thread Jody Garnett
Martin Desruisseaux wrote: > Jody Garnett a écrit : >> So here is what we need to do: >> - We need to make sure all the FactoryFinders use the same >> FactoryRegistry > If global 'addFactoryIterator' is the only rational, a singleton > FactoryRegistry is one possible approach but is not required.

Re: [Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Justin Deoliveira
Unfortunately not every project we depend on uses maven. So I think we need a way to manually upload jars into the repository. Also, some projects that do use maven don't distribute source jars. -Justin Jody Garnett wrote: > I tried yesterday but Cory caught me - apparently we should use maven >

Re: [Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Jody Garnett
Understood (remember I was caught trying to do just that yesterday - for the jts-1.8 sources). I just did a geoapi "mvn deploy" - and it worked. Trying to connect using Windows XP directly was unsuccessful. Can someone on a Linux machine try? (Could be a microsoft patch has broken me) Jody >

Re: [Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Cory Horner
Justin Deoliveira wrote: > Unfortunately not every project we depend on uses maven. So I think we > need a way to manually upload jars into the repository. Also, some > projects that do use maven don't distribute source jars. http://svn.geotools.org/geotools/trunk/scripts/deploy_dependencies.sh c

Re: [Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Justin Deoliveira
Yikes!! Looks pretty complicated. Can i get a quick synopsis of how to use it. Cory Horner wrote: > Justin Deoliveira wrote: >> Unfortunately not every project we depend on uses maven. So I think we >> need a way to manually upload jars into the repository. Also, some >> projects that do use mave

Re: [Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Richard Gould
I have no problems creating files and uploading to lists.refractions.net/geotools or /m2 I did this using Konqueror on Ubuntu 6.10 Richard On Wed, 2007-03-14 at 10:31 -0700, Jody Garnett wrote: > Understood (remember I was caught trying to do just that yesterday - for > the jts-1.8 sources). >

Re: [Geotools-devel] Can't authenticate anymore against lists.refractions.net?

2007-03-14 Thread Cory Horner
Justin Deoliveira wrote: > Yikes!! Looks pretty complicated. Can i get a quick synopsis of how to > use it. In short it's just deploying things from your local repository into a remote one. Alternatively, you could just type mvn deploy:deploy-file, but this figures out if there is a pom or not

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-14 Thread Jody Garnett
So in terms of short-term priorities we are doing pretty good ... #1 It looks like we can hook up a factory iterator to something (hopefully a single something) #2 We understand where the singletons are being kept; even if we do not bring them together at this time #3 JNDI has a reason to live J

[Geotools-devel] SLDParser patch for handling whitespace

2007-03-14 Thread Justin Deoliveira
Hi all, I have submitted a patch for http://jira.codehaus.org/browse/GEOT-906 which deals with how the sld parser handles whitespace for property names and css parameters. The patch is written against 2.3.x, and I have supplied a test case for it as well. If ok with it i can go ahead and apply it

Re: [Geotools-devel] Build failure in arcgrid module

2007-03-14 Thread Simone
Hi guys, the problem is fixed, it was just a problem of colliding names in the created test-files. Anyway, what aaime was saying is true. Using FileChannel on big objects is dangerous on windows and we should try to avoid using them, especially for shapefiles. If anyone is ever interested in r

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-14 Thread Martin Desruisseaux
Commited the following changes on trunk as of revision 24765: * Added a new class, org.geotools.factory.Factories, which contains only static method that apply to all factories. The add/removeFactoryIteratorProvider(...) methods are now there and have system-wide effect. * Removed the a