Re: [Geotools-devel] SLD, PointSymbolizer and multi geometries

2010-03-26 Thread Christian Müller
ASFAIK, the centorid of geometry is not guaranteed to be within the geometry. As an example, s simple Polygon with a shape like the letter U has its centroid not on the surface. There is a operation pointOnSurface you should use. For multipolygons, I use an additional Multipoint geometry

Re: [Geotools-devel] release train for 2.6.3

2010-03-25 Thread Christian Müller
Works for me, I will play the early adopter. Again, I want to state that this is a significant enhancement, avoiding creation of tons of SQL views :-) Andrea Aime writes: Christian Müller ha scritto: I would like to see Andreas new Virtual Tables in the release, if it is possible

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-23 Thread Christian Müller
If I understand the concept, this feature will not add functionality. The purpose is to make the statement more efficient right ? Andrea Aime writes: Andrea Aime ha scritto: For example: SELECT id, name, url, ST_SetSRID(ST_Point(longitude, latitude),4326) as location FROM

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-23 Thread Christian Müller
?. Is there anything preventing virtual tables to work with geoserver 2.x ? Otherwise I would try a real world deployment. Andrea Aime writes: Christian Müller ha scritto: Hmm And how do you rewrite a query if the bbox param is missing ? e.g where st_area($bbox) 10 or where anAttr

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-23 Thread Christian Müller
:-) Andrea Aime writes: Christian Müller ha scritto: Yep, sounds good using {bbox} At the moment I have the problem with tons of views in my database. The virtual table concept could be a solution for this. If you like I would try to deploy virtual tables in Geoserver 2.x

Re: [Geotools-devel] New functionality: creating new feature types with an sql query in jdbc data stores

2010-03-22 Thread Christian Müller
This is a very good feature. IMHO, we should integrate it into trunk and 2.x series a soon as possible. Andrea Aime writes: Hi, during the NY OpenGeo code sprint last month we've designed and coded support for what we call virtual tables, that is, feature types that are defined via a

Re: [Geotools-devel] opengeo login for hudson

2010-03-22 Thread Christian Müller
LOL, same thing here in Austria I can invite you to use http://gis.linux4all.at:55032 http://gis.linux4all.at:55064 if you want to check some builds Since I have the same login/password as the official hudson, we should ask Andrea first (This was the way I did it) Michael Bedward

Re: [Geotools-devel] How Much Interest in Precise JTS to SVG Conversion?

2010-03-05 Thread Christian Müller
Two years ago I have done something similar. Fetching geometries from a database and transform them into SVG. The SVG maps were displayed in a browser. The proposed module would have helped a lot. The nice thing with SVG is that you can design interactive maps for the users, not only nice

[Geotools-devel] Oracle GeoRaster Support

2010-02-17 Thread Christian Müller
@Andrea, can you have a short look at http://jira.codehaus.org/browse/GEOT-2905 I have no idea here. -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award

[Geotools-devel] DELAY in DataStoreCacheTest

2009-12-21 Thread Christian Müller
Andrea, I have seen you are the last editor of class DataStoreCacheTest. Sometimes the methods testRemoveDataStore and testAddDateStore fail. Looking at the methods, I see a Thread.sleep(DELAY). The DELAY = 1000ms = 1 second. I think I have the following problem here. The virtual machine

[Geotools-devel] How did you fix GEOT-2546

2009-12-17 Thread Christian Müller
Andrea, my hero, you fixed http://jira.codehaus.org/browse/GEOT-2546 successfully. What have you done ? I seems there is a twin of the problem Failed tests: testWeakReferences(org.geotools.util.CanonicalSetTest) and sometimes testStrongReferences(org.geotools.util.CanonicalSetTest)

[Geotools-devel] SUN specific import statements

2009-12-17 Thread Christian Müller
Do we have a possibility to check for SUN specific imports before we commit to svn. One such statement breaks at least 4 builds on the build server (the IBM builds, I did not check openJDK). Happened today in JDBCDataStoreFactory, I fixed this issue.

Re: [Geotools-devel] New Hudson build jobs: build in path with spaces

2009-12-16 Thread Christian Müller
The 32 bit builds build now with a space in the path. I changed the hudson home from /home/hudson to /home/hudson 32. Unfortunately, I cannot do the same on the 64 bit builds, since the hudson init script on ubunutu 9.10 cannot handle a hudson home dir with blanks. Is it enough to have the 32

Re: [Geotools-devel] Permission issues on the IBM build boxes?

2009-12-14 Thread Christian Müller
Andrea, you were right. First the hudsons were deployed into tomcat. Because of class path problems, I run the hudsons with the included servlet engine. I did a chwon for the whole hudson working directory, but not for /tmp/Geotools which still belongs to the tomcat user. I fixed this.

Re: [Geotools-devel] New Hudson build jobs: build in path with spaces

2009-12-14 Thread Christian Müller
Hmm, until now I see no possibility for changing workspace to workspace with space. I think hudson creates this directory by default and I did not find a place where to reconfigure it. I had spaces in the project names which resulted in directory names with spaces, but I removed the blanks

Re: [Geotools-devel] IBM JDK 6 64bit mis-setup?

2009-12-14 Thread Christian Müller
The problem was that ubuntu 9.10 installs libstdc++6.so. I additionally installed libstdc++5 and now, the problem is gone. -1 on our list :-) Andrea Aime writes: Hi, after fixing a few failures here and there in the IBM builds I stumbled into one that looks a mis-setup JDK. The

Re: [Geotools-devel] New Hudson build jobs

2009-12-12 Thread Christian Müller
/09 18:22, Christian Müller wrote: http://gis.linux4all.at:55032 http://gis.linux4all.at:55064 I am getting DNS failures for these. Is this a new domain? -- Ben Caradoc-Davies ben.caradoc-dav...@csiro.au Software Engineer, CSIRO Earth Science and Resource Engineering Australian Resources

Re: [Geotools-devel] grass rasters geotools support

2009-12-11 Thread Christian Müller
+1 without comment Michael Bedward writes: Definitely +1 ! Michael -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev

Re: [Geotools-devel] New Hudson build jobs

2009-12-11 Thread Christian Müller
Andrea, the best would be to focus on SUN and OpenJDK. If we have clean builds here, I will do the IBM part. Deal ? Andrea Aime writes: Christian Müller wrote: I think we need a strategy for this. At the moment my mail account is bombed with notifications from the two hudsons. As I

[Geotools-devel] New Hudson build jobs

2009-12-10 Thread Christian Müller
There are 40 new builds jobs available, for the impatient http://gis.linux4all.at:55032 http://gis.linux4all.at:55064 (The URLs a temporary and may change in future) Behind http://gis.linux4all.at:55032 is a Suse 11.1 32 bit installation, behind http://gis.linux4all.at:55064 is an Ubuntu

Re: [Geotools-devel] New Hudson build jobs

2009-12-10 Thread Christian Müller
I think we need a strategy for this. At the moment my mail account is bombed with notifications from the two hudsons. As I contacted Ben, he opened GEOS-3689 with priority Blocker. I could do the same for errors which occur more then once in the same build. Another possibility would be to

Re: [Geotools-devel] JDBC-NG: making primary key lookup more flexible

2009-12-03 Thread Christian Müller
A big +1 for interface or base class,I think a base class would be fine. @Justin, asfaik , DB2 does not allow underlines in table names. I am not a friend of such default assumptions. @Andrea, look at http://jira.codehaus.org/browse/GEOT-2015, it would be a good idea to have an additional

Re: [Geotools-devel] JDBC-NG: making primary key lookup more flexible

2009-12-03 Thread Christian Müller
() would be the right way. The real problem is the method public boolean lookupGeneratedValuesPostInsert() For DB2, this is not true and not false. Again, the lookup plugin gives me the possibility of a NotSupportedException. Your opinion ? Andrea Aime writes: Christian Müller ha

Re: [Geotools-devel] JDBC-NG: making primary key lookup more flexible

2009-12-03 Thread Christian Müller
Yep, Deal :-) Andrea Aime writes: Christian Müller ha scritto: Yep, I am First, I meant DB2 does not allow an underscore as the first character of a table name. Sorry. Second, I talked only about meta information. About Sequences: The method public String getSequenceForColumn

Re: [Geotools-devel] Question regarding maven repos

2009-11-29 Thread Christian Müller
not investigate further and use SUN 6 now. I hope to have offical URLs within December. At the moment I can say that the SUN builds work as expected, the ibm and openjdk builds have problems, interestingly sometimes exact the same test cases. So far, so good Andrea Aime writes: Christian Müller ha

Re: [Geotools-devel] moving rest of jdbc plugins to supported

2009-11-26 Thread Christian Müller
://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx). Cheers Milton Christian Müller wrote: Hi Justin At the moment I am working on additional Hudsons for different skds (IBM,SUN,OpenJDK,32 and 64 Bits). I am also trying to activate online tests, especially for jdbc-ng

[Geotools-devel] Question regarding maven repos

2009-11-25 Thread Christian Müller
If I run geoserver and geotools builds with java 5 and java 6 on the same machine, should I have two different local maven repos. (At the moment I have one, .m2 in the home dir. The jobs are started with the same maven options as in the official hudson build server. Sometimes I get errors

[Geotools-devel] Question regarding gdal_retile.py

2009-11-21 Thread Christian Müller
--- On Fri, Nov 20, 2009 at 8:44 AM, Christian Müller christian.muel...@nvoe.at wrote: Since there is some interest in the utility (and a new tutorial, thanks Simone), I think about a java port of the Python part of this utility. Second, on the gdal mailing list, there is some

[Geotools-devel] Question regarding gdal_retile.py

2009-11-19 Thread Christian Müller
Since there is some interest in the utility (and a new tutorial, thanks Simone), I think about a java port of the Python part of this utility. Second, on the gdal mailing list, there is some excitement about a new java api for gdal. If, and only if, the java api is good, I can investigate in

Re: [Geotools-devel] Switching to Java 6

2009-11-04 Thread Christian Müller
-1 from my side for the geoserver base (2.6). The most common Websphere installations are 6.x based on Java 5. Is there a point in time where we plan to use 2.7.x for geoserver ? We should support at at least 2 java versions, so I would wait until the first app servers use java 7. At this

Re: [Geotools-devel] Switching to Java 6

2009-11-04 Thread Christian Müller
windows sdk and this was a little bit tricky (It is possible but I dont rember how to). Anyway, supporting 2 java versions is a good idea, developing with the older version und checking builds with the newer one. Andrea Aime writes: Andrea Aime ha scritto: Christian Müller ha scritto

Re: [Geotools-devel] Release complete

2009-10-12 Thread Christian Müller
Äh, last week I closed [GEOT-1912], why is this issue still listed as open ? Jody Garnett writes: Release notes here: - http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10270styleName =Htmlversion=15773 I managed to catch a few issues that had not been closed in Jira;

[Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Christian Müller
Looking at the zip files for 2.6.0-M2 and 2.6.0-M3 I discovered 2 versions of the commons-io jar file: commons-io-1.4.jar commons-io-1.2.jar A lot of classes are duplicated in the classpath, eg. org/apache/commons/io/FileCleaner.class. I think this is a source of problems. Doing further

Re: [Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Christian Müller
not to worry about classpath issues. During the build of the monster jar file, the build process reports name clashes. Thats it. Andrea Aime writes: Christian Müller ha scritto: Looking at the zip files for 2.6.0-M2 and 2.6.0-M3 I discovered 2 versions of the commons-io jar file: commons-io

Re: [Geotools-devel] gt-swing nominated to graduate to supported module

2009-09-29 Thread Christian Müller
@Jody: Sorry, I have no experience with swing testing frameworks. As I told I developed one complex Swing applet which runs only on sun jdk 6. On the other side I appreciate to give developers a Swing starting point and to honor the work done until yet. My vote is a +0 , but only if the

Re: [Geotools-devel] gt-swing nominated to graduate to supported module

2009-09-28 Thread Christian Müller
I am with Andrea concerning the test coverage. I am always trying hard to get a good code coverage, investing sometimes more time in creating the the test cases than in the module itself. Additionally, since I developed a Swing applet for showing maps and modifying geometries, I know Swing

Re: [Geotools-devel] Prefetching collections and family, dropping the ball

2009-09-25 Thread Christian Müller
I think you are right here. Instead of collection prefetching, we should use multiple Threads for fetching data for multiple layers. Each layer fetches its data in an own thread. We had a short discussion about this, seems to be a matter of your resources. Andrea Aime writes: Hi, as

Re: [Geotools-devel] Prefetching collections and family, dropping the ball

2009-09-25 Thread Christian Müller
wrote: Christian Müller ha scritto: I think you are right here. Instead of collection prefetching, we should use multiple Threads for fetching data for multiple layers. Each layer fetches its data in an own thread. We had a short discussion about this, seems to be a matter of your resources

Re: [Geotools-devel] Light mutithreading on the streaming renderer

2009-09-15 Thread Christian Müller
About threading with coverages. I use tile decoder threads (decoding each tile in its own thread). This improves response time and cpu utilization. The threads for themselves are very short living ones. I have not seen any problems at my installations or heard something from user mailing

Re: [Geotools-devel] Light mutithreading on the streaming renderer

2009-09-09 Thread Christian Müller
Hi, interesting discussion. I did something similar with my imagemosiac jdbc module for decoding the tiles. Scaled up well, the IBM power p6 has 4 CPUs at 100 %, consuming energy like a washing machine. I had also the idea using a prefetch mechanism like yours using jdbc data stores, I

Re: [Geotools-devel] FOSS4G Code Sprint

2009-09-02 Thread Christian Müller
+1 for that. Since I did the feature-pregeneralizd module having to write wrappers around feature related classes, I know what you are talking about :-) Justin Deoliveira writes: One thing I have been wanting to do for a long time is the feature collection cleanup:

Re: [Geotools-devel] JDBC-NG unsupported modules setup breaks builds

2009-09-02 Thread Christian Müller
We will have enough power, (remember ibm hudson ). At the moment we have problems with the tyan motherboards in combination with amd shanghai chips causing delays. Proposal: If its urgent, put the jobs on your hudson box if possible, a hardware boost is arriving, depending on the delivery of

Re: [Geotools-devel] Win32 Hudson: ok to start pestering the mailing list on build failures?

2009-09-01 Thread Christian Müller
+1 Simone Giannecchini writes: +1 from me as well Simone. --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39

Re: [Geotools-devel] making the leap to jdbc-ng

2009-08-09 Thread Christian Müller
Jody, I think your problem is related to GEOT-2335 Its simple to revoke connection/transaction handling from the store itself and let the client code handle these issues. I has similar problems in an EJB Container. Jody Garnett writes: I am wading into the udig code changing over to the

Re: [Geotools-devel] Windows once a day build is up

2009-08-07 Thread Christian Müller
Good news, the consequences for me are 1) I need not setup a windows build server 2) I will set up the ibm build server 3) I will setup all the OS database engines for online tests 4) What about site generation ? Should I ? At the moment we are still waiting for some hardware pieces :-(

Re: [Geotools-devel] Postgis and db2 still in plugi ns on trunk

2009-07-29 Thread Christian Müller
I was already wondering about having the old db2 datastore in the plugins directory. Move it. Andrea Aime writes: Hi, any reason for still having the old postgis and db2 datastore in plugins instead of unsupported? We should also deprecate the datastore classes and invite people to move

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-29 Thread Christian Müller
My deployments are Websphere deployments and I use the connection pooling of Websphere, otherwise I would be an enemy of myself in case of troubleshooting with the IBM Websphere support. I am really neutral on this and I do not use DBCP. Andrea Aime writes: Justin Deoliveira ha

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-28 Thread Christian Müller
I think that all deployments in a J2EE container should use the connection pooling of the chosen container. I do not see the importance of a change but perhaps I have overseen something. ? Andrea Aime writes: Hi, I've been experimenting a little with connection pools performance and it

Re: [Geotools-devel] Call for vote: commit access for Russell Petty

2009-07-22 Thread Christian Müller
+0, I am back from holidays and do not really know something about the module. Ben Caradoc-Davies writes: Thanks. Simone Giannecchini wrote: +1 from me Simone. --- Ing. Simone Giannecchini GeoSolutions S.A.S. Owner -

Re: [Geotools-devel] moving jdbc-ng modules

2009-07-04 Thread Christian Müller
Hi, I have only some hours left before starting into holidays. (For 2 weeks). You can move, but I cannot try next 2 weeks. Anyway +1 Justin Deoliveira writes: Hi all, I would like to do the move of the jdbc-ng modules supported this weekend at some time. I wanted to send this email

Re: [Geotools-devel] REQUEST to create a new gt-jp2kakadu module on unsupported land to handle jp2k data via kakadu driver.

2009-07-03 Thread Christian Müller
+1 without comment Daniele Romagnoli writes: Hi again, I have setup a brief wiki page with preliminar info on this: http://docs.codehaus.org/display/GEOTOOLS/JP2K+Kakadu+Plugin If everything is ok, can I have a +1? Regards, Daniele On Thu, Jul 2, 2009 at 4:23 PM, Daniele Romagnoli

Re: [Geotools-devel] Eclipse bin output breaks test SPI resources

2009-07-02 Thread Christian Müller
Works for me Justin Deoliveira writes: Andrea Aime wrote: Justin Deoliveira ha scritto: 3) revert back to the old way :) Seems like 1) move the new eclipse config to a profile seems the nicest way. It gives developers the choice of how to set up their eclipse environment. I guess

Re: [Geotools-devel] moving eclipse bin - target/bin ?

2009-07-01 Thread Christian Müller
mvn clean in the eclipse environment is Clean all Projects. In my opinion, it is not a good idea to mix these two kinds of building. Things are easier to understand if mvn does its own build/clean and eclipse does its own build/clean. Justin Deoliveira writes: Was bin intentionally kept

Re: [Geotools-devel] File.toURL usage and extensive user patch

2009-06-30 Thread Christian Müller
In the meantime a new version of ibm sdk 6 is available. (I am working with the new version). If you look at the list of fixes and search for introspection, you can get an idea why there have been problems with geoserver running on ibm skd. I am still in the process of testing Title:

Re: [Geotools-devel] File.toURL usage and extensive user patch

2009-06-28 Thread Christian Müller
+1 without comment Andrea Aime writes: Christian Müller ha scritto: Since I am always working with an SDK 6, the usage of File.toUrl() is marked depricated, I think the patch is welcome, especially if I think about the fact that we have no Windows developers. The patch is for 2.5.x

Re: [Geotools-devel] Making eclipse generate class files in a separate directory

2009-06-28 Thread Christian Müller
Looking at your patch the only thing what is happening is that the class files are going into the bin folder and not into the target/classes folder. At the end of the day this means that within eclipse I can switch between different sdks for testing, which would make my job (porting to ibm

Re: [Geotools-devel] Proposed new Webservices module

2009-06-26 Thread Christian Müller
+0 from me, I know nothing about it -- ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

[Geotools-devel] GEIT-2559

2009-06-19 Thread Christian Müller
Aaime or Justin, short review from one of you, afterwards i will apply the last code sequence to 2.5.x and 2.6.x -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option

Re: [Geotools-devel] Unsupported Module caching does not build with IBM SDK 6 (mvn clean install )

2009-06-16 Thread Christian Müller
Well done, congratulations, works fine. Could explain shortly what you have done. The reason for this is that there is GEOT-2546 which causes also problems on an ibm skd and this seems to be a synchronization problem too. thanks Emily Gouge writes: Hi Christian, I downloaded and

Re: [Geotools-devel] Graduating JDBC-NG: what's missing

2009-06-15 Thread Christian Müller
I have been waiting for this mail a long time :-) I was not sure because there are a lot of jira issues but +1 !! in any case. For the db2 side, the issues left are additional features (blob, aggregate functions, partial 3d support,). Andrea Aime writes: Hi, I was

Re: [Geotools-devel] A new style builder

2009-06-14 Thread Christian Müller
+1 for that. Looking at the mailing lists, I got a little bit of a dark feeling about the SLD/Styling complex. Since I know that this is the future for many departments of my biggest customer I would really appreciate that. As a matter of fact, I have to convince many users to use SLDs in

[Geotools-devel] Unsupported Module caching does not build with IBM SDK 6 (mvn clean install )

2009-06-14 Thread Christian Müller
The problem here is that the module builds with SUN SDK 6 and IBM SDK 5, but not with IBM SDK 6. Executing the tests individually within eclipse and IBM SDK 6, everything works, so there are 2 possibilities 1) IBM SDK 6 has a bug 2) There is a race condition Looking into the README, I see

Re: [Geotools-devel] Does anybody mind if I remove the Refractions repo ref. from 2.5.x?

2009-06-11 Thread Christian Müller
Oh ys, sometimes I was wondering why the builds last so long but did not dig deeper. +1 Andrea Aime writes: As the subject says, I would like to remove that reference. The builds on 2.5.x have been stuck all the day due to the repo being down (maven waits for a looong timeout, much

Re: [Geotools-devel] EPSG factories: H2 vs JavaDB

2009-06-10 Thread Christian Müller
Another fact about Derby. Derby is fully DB2 compatible (sql and jdbc) and you can switch easily to a DB2 Community Edition which is the full powered db2 product without clustering. But I dont want to produce additional work and this is not an extremly important question, so I will leave the

Re: [Geotools-devel] Moving EPSG factories from HSQL to H2

2009-06-09 Thread Christian Müller
+1 for Derby where it is possible. It is integrated in SDK 6 and, to my surprise, even WebSphere 7 offers a Derby XA Data Source (doing 2 phase commits). I think the long term support will be better too. Where we need a spatial extension, we could stay at H2 until there is a better

Re: [Geotools-devel] Proposal: partial 3d data handling

2009-06-09 Thread Christian Müller
I want to be careful here. I think we should check first if all our jdbc-ng and the shape file datastore are capable of handling such coordinates. Some time ago, I tried to implement the JDBC3DTest for DB2 and was NOT successful. At the moment, there is only an Oracle3DTest, so we should make

Re: [Geotools-devel] Removing coverageio-hdf from geotools svn tree

2009-06-03 Thread Christian Müller
+0 from me -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community.

Re: [Geotools-devel] updated commons-httpclient on trunk

2009-06-02 Thread Christian Müller
+1, my modules did not need it. Perhaps I would need it for new GeoXACML module, but I do not know at the moment. Justin Deoliveira writes: Hi all, I would like to upgrade the version of commons-httpclient on geotools trunk from 3.0 to 3.1. The only module depending on it is wfs.

Re: [Geotools-devel] Java 6 and Windows nightly builds

2009-06-01 Thread Christian Müller
Proposal from my side: My partner and me ordered 2 new server boxes. Each box has 32 GB main memory and 2 Shanghai Quad Core 2.4 GHz processors. The boxes will be configured for failover und running virtual machines. ( KVM or Xen, depending if we choose Ubuntu Server or CentOS). The virtual

Re: [Geotools-devel] Upgrading JTS dependency to 1.10?

2009-05-31 Thread Christian Müller
+1 without comment Andrea Aime writes: Hi all, noticed JTS dependency is still stuck to 1.9. What about upgrading to 1.10 on trunk? I've tested a full build on gt2, found just a minor issue (linestring.reverse() now returns a geometry instead of a linestring) that I've fixed. If you

Re: [Geotools-devel] Site generation changes

2009-05-29 Thread Christian Müller
+1 and thanks -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers brand creativity professionals. Meet the minds behind Google Creative Lab, Visual

Re: [Geotools-devel] Module cleanup, reassignment report, one week later

2009-05-25 Thread Christian Müller
Hi Andrea, thanks for acting as a vacuum cleaner. This makes the whole project a little bit easer to understand for newbies like me :-) If you run out of resources for the module owners, I could offer to assist ore even take ownership of one additional module, provided that I have some basic

Re: [Geotools-devel] Generating maven site, reports

2009-05-24 Thread Christian Müller
+1 for the reports. Especially the cobertura reports are useful for examining the test coverage. Concerning the build resources. I have to find a solution for the ibm hudson, perhaps we can run the mvn site on the ibm hudson box. Andrea Aime writes: Hi, I've been playing a bit trying

Re: [Geotools-devel] how to be organized

2009-05-24 Thread Christian Müller
I had to use it for some exercises during my GIS study the last two years. I think for people needing a picture it is a good way of ordering their thoughts. The software is easy to use and (important for me) runs on linux. The intension is to visualize and organize your ideas. What you will

Re: [Geotools-devel] Formal Nomination: Formal Nomin ation: Christian Müller

2009-05-21 Thread Christian Müller
Thanks, I subscribed to the admin list. Which IRC chat do you mean ? Jody Garnett writes: Thanks everyone: Mr Müller your name is now added to the developers guide. If I can ask you to sign up for the geotools administration list that would be cool. I am supposed to use the

Re: [Geotools-devel] Formal Nomination: Formal Nomin ation: Christian Müller

2009-05-20 Thread Christian Müller
Yes, I would like to act as PMC member. I have only overseen to answer this mail, sorry. Jody Garnett writes: I would like to formally nominate Christian for a position on the GeoTools Project Management Committee: Christian is an established module maintainer; and offers an example

[Geotools-devel] Integration of Feature-Pregeneralizd module into geoserver

2009-05-20 Thread Christian Müller
I finshed the geoserver tutorial for the feature-pregeneralizd module. http://docs.geoserver.org/1.7.x/user/tutorials/feature-pregeneralized/featur e-pregeneralized_tutorial.html (at the moment of writing this email, it is not up to date, but it is already commited) For testing the tutorial,

[Geotools-devel] IBM SDK 6 Hudson build Server

2009-05-19 Thread Christian Müller
I installed a local Hudson and did my first steps for building with an IBM SDK 6 (not yet successfully, but hudson works fine). I am planing to create a build job for geotools 2.5.x geotools 2.6.x geoserver 1.7.x gesoserver 2.0 Very helpful would be the configuration from the existing

[Geotools-devel] Module feature-pregeneralizd moved to plugin directory

2009-05-18 Thread Christian Müller
Done on 2.5.x and 2.6.x. -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing

Re: [Geotools-devel] API change in GeoTools broke GeoServer build

2009-05-18 Thread Christian Müller
I looked deeper at the problem with ValidationRunnable class and the missing getFeatureSources method from the repository. The problem here is that the semantics is not clear to me. There are data store names, ids, namespaces, workspaces, prefixes and I have no idea what is what for geotools

Re: [Geotools-devel] Modules cleanup: modules removed

2009-05-17 Thread Christian Müller
Notes about Module epsg/wkt I use it because I have an app using geotools and the epsg database has always no or incorrect boursa wolf parameters for Austria. So I have to add/correct the TOWGS84 clause to the wkt definitions. The file based approach is the easiest way to do this. If there

[Geotools-devel] Vote: graduating the feature-pregeneralized module into supported land

2009-05-17 Thread Christian Müller
the changes to 2.5.x for you. Jody On Fri, May 15, 2009 at 4:51 PM, Christian Müller christian.muel...@nvoe.at wrote: I cannot apply your patches. All 3 files report errors when applying with patch -p0 patchfile I am up to date with 2.5.x repository No idea, I think you are sitting in front

Re: [Geotools-devel] Modules cleanup: modules removed (epsg-wt)

2009-05-17 Thread Christian Müller
Fine, I am with you Andrea Aime writes: Christian Müller ha scritto: Notes about Module epsg/wkt I use it because I have an app using geotools and the epsg database has always no or incorrect boursa wolf parameters for Austria. So I have to add/correct the TOWGS84 clause to the wkt

Re: [Geotools-devel] Fixed bad parent artifact version in feature-pregeneralized pom

2009-05-17 Thread Christian Müller
Thanks a lot Ben Caradoc-Davies writes: Christian, I modified the parent artifact version from 2.5-SNAPSHOT to 2.6-SNAPSHOT in modules/unsupported/feature-pregeneralized/pom.xml on trunk, a change required to fix the build. Someone else had the same problem in another module last

Re: [Geotools-devel] Vote: graduating the feature-pregeneralized module into supported land

2009-05-17 Thread Christian Müller
directory - since this is a normal DataStore right? Jody On Mon, May 18, 2009 at 5:53 AM, Christian Müller christian.muel...@nvoe.at wrote: I refactored the module on 2.5.x and 2.6.x to use the Repository inteface and kicked off my DataStoreLookup interface. You can see the changes also

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-15 Thread Christian Müller
I cannot apply your patches. All 3 files report errors when applying with patch -p0 patchfile I am up to date with 2.5.x repository No idea, I think you are sitting in front of an M$ box, I am working on a linux box. Converting with dos2unix does not help either. Can you try it agein

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-14 Thread Christian Müller
to modify Repository. Does it represent exactly what you need ? Is it missing anything that is needed? Jody On Wed, May 13, 2009 at 10:41 PM, Andrea Aime aa...@opengeo.org wrote: Christian Müller ha scritto: I wanted to use the org.geotools.data.Repository (life would be easier

Re: [Geotools-devel] Simple proposal on grid coverage clean up

2009-05-14 Thread Christian Müller
The imagemosaic-jdbc also is influenced. But I am lucky, I have only two references, one of them in tests. Its ok for me. Justin Deoliveira writes: While knowing very little about coverages I read over the proposal and it looks good to me. It gets my +1. Simone Giannecchini wrote:

Re: [Geotools-devel] graduating the feature-pregeneralized module into supported land

2009-05-13 Thread Christian Müller
locks after all. Jody On Tue, May 12, 2009 at 6:52 PM, Christian Müller christian.muel...@nvoe.at wrote: The modul matrix page is here http://docs.codehaus.org/display/GEOTOOLS/Feature-Pregeneralized At the moment, the module/documentation is located in the unsupported branches

Re: [Geotools-devel] building with maven 2.1.0

2009-05-12 Thread Christian Müller
I am using cobertura +1 for removing Andrea Aime writes: Justin Deoliveira ha scritto: However, this one wrinkle, in geotools the build-configs plugin is also used for clover. Is anyone using this? Do we actually still have a license? Given that cobertura does not require a license or

Re: [Geotools-devel] New unsupported module: features-pregeneralized

2009-05-11 Thread Christian Müller
Where is the right place for the module matrix page, for my other module there are 2 pages http://docs.codehaus.org/display/GEOTOOLS/Image+Mosaicing+Pyramidal+JDBC+Plu gin http://geotools.codehaus.org/Image+Mosaicing+Pyramidal+JDBC+Plugin I am confused Andrea Aime writes: Christian

Re: [Geotools-devel] Modules cleanup wiki page created, please review

2009-05-10 Thread Christian Müller
Andrea, should we edit the wiki page directly ?. As an example, I agreed with David Adler on the new db2-ng module, so there will certainly be not further development and no support for the old db2 module. We can and should remove it or move it for some time to unsupported and remove it in

Re: [Geotools-devel] Vote: graduating the charts module into supported land

2009-05-09 Thread Christian Müller
Another quick question about advantages / disadvantages about Sphinx. Is there a possibility for a spell check ?. For the rest of the arguments, I agree to Andrea. One of the most import things is to have the documentation in sync with the source code. And for the WYSIWYG freaks, the

Re: [Geotools-devel] PMC refresh: candidate listing

2009-05-06 Thread Christian Müller
Caradoc Davies - Christian Müller - Gabriel Roldan - Michael Bedward If we forgot anyone, please pop up and say you're available. Can the people above confirm whether they are interested/willing in participating in the PMC? Cheers Andrea

[Geotools-devel] New unsupported module: features-pregeneralized

2009-04-29 Thread Christian Müller
Info and documentation is here http://docs.codehaus.org/display/GEOTDOC/Feature-Pregeneralized mvn cobertura:cobertura gives me a code coverage of 86 % Test cases 52, based on MemoryDataStore and ShapeFileDataStore, data from gt-sample Feedback desired, I want to earn my stars and list the

[Geotools-devel] geotools build on an ibm sdk

2009-04-28 Thread Christian Müller
The following issues prevent an ibm 6.0 (5.0) build at the moment. GEOT-2466 GEOT-2463 GEOT-2458 GEOT-2457 GEOT-2440 Most of them are trivial and have patches, would be happy if you can spend some minutes and apply these patches on 2.5.x and 2.6.x. This should be the basis of a Hudson ibm

[Geotools-devel] Important comments on GEOT-2440

2009-04-26 Thread Christian Müller
The mehtod System.getenv() was depricated and afterwards reinstated in 1.5 http://javahowto.blogspot.com/2006/09/system-getenv-reinstated-in-jdk-15.htm l Sun and IBM sdk have a different behavior. Concerning following properties

Re: [Geotools-devel] Important comments on GEOT-2440

2009-04-26 Thread Christian Müller
Yep, there will be an IBM build server, that is on my list. But first we have to succeed with an mvn -Dall clean install on 2.5.x and 2.6.x otherwise the ibm hudson will start crying around with errors :-( Andrea Aime writes: Christian Müller ha scritto: The mehtod System.getenv

[Geotools-devel] GEOT-2448

2009-04-26 Thread Christian Müller
Since I did not know how to add watchers manually, I wanted to ask if you have taken a look at the provided patch. thanks -- Crystal Reports #45; New Free Runtime and 30 Day Trial Check out the new simplified

Re: [Geotools-devel] Following tests are failing

2009-04-24 Thread Christian Müller
I already discussed with Andrea about an additional JDK 6 Hudson, using the IBM sdk instead of SUN. As you can see looking at GEOT-245x there are a lot of jiras concerning SDK 6 and IBM sdk. Work is still in progress here, because it is a lot of work. After succeeding with an ibm sdk 6

  1   2   >