Well here is the thing - I get the a build error in these packages due 
to a set up problem:
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Building Feature Based Graphs and Networks
> [INFO]    task-segment: [clean, install]
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory 
> C:\java\geotools\trunk\modules\extension\graph\target
> [INFO] Deleting directory 
> C:\java\geotools\trunk\modules\extension\graph\target\classes
> [INFO] Deleting directory 
> C:\java\geotools\trunk\modules\extension\graph\target\test-classes
> [INFO] Deleting directory 
> C:\java\geotools\trunk\modules\extension\graph\target\site
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> Compiling 106 source files to 
> C:\java\geotools\trunk\modules\extension\graph\target\classes
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> C:\java\geotools\trunk\modules\extension\graph\src\main\java\org\geotools\graph\util\delaunay\DelaunayNode.java:[66,4]
>  
> '
> ;' expected
And the file in question has the wrong line feeds - so near as I can 
tell someone has not set up svn correctly on their box (you need to use 
the proper config file or it goes into the repository with the wrong eol 
characters). This appears to be the case for the above mentioned file at 
the very least.

Jody
> Jody,
>
> The changes I made are in the Graph module--I needed a Delaunay 
> Triangulation class, and Ian T suggested I write one using the graph 
> module and commit the triangulation method in when I finished--so the 
> location of the failures isn't really a surprise to me.  However, I 
> didn't change any pre-existing graph code and I also never got around 
> to putting in unit tests for the triangulation, so what unit test(s) 
> is/are failing?
>
> And yes, I can look through the classification functions.  I know of 
> at least one function in the Studio code base that will be broken when 
> we switch out of Geotools 2.2 and lose the getParent() method.  I'll 
> also do a quick check and see if anything else in Studio depends on 
> getParent().
>
> Thanks.
>
> Jamison
>
> On Tue, 14 Nov 2006 14:53:40 -0800 Jody Garnett wrote:
>
>     JAMISON CONLEY wrote:
>     > GAAHH!!! 
>     >
>     > Sorry about that.  I've committed fixes, but the build still fails.  
>     > Instead of the original errors, it's claiming there are test failures 
>     > even though there aren't any tests that apply to the code that I 
>     > changed (which is probably not a good sign in itself).  Ideas, anyone?
>     Something seems strange it is the "Graph" module that is failing; 
>     something that traditionally has a high test coverage - wonder if we got 
>     some
>     maven profile madness going on here making our life painful?
>
>     I am going to update and build on my box - will get back to you.
>
>     Since we found someone from PSU can I bother you for some of your time 
>     in reviewing the changes to the classification functions? So far it is 
>     PSU projects that are going to be the most effected.
>
>     Jody
>
>     -------------------------------------------------------------------------
>     Take Surveys. Earn Cash. Influence the Future of IT
>     Join SourceForge.net's Techsay panel and you'll get the chance to share
>     your
>     opinions on IT & business topics through brief surveys - and earn cash
>     http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV 
> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>     _______________________________________________
>     Geotools-devel mailing list
>     Geotools-devel@lists.sourceforge.net <main.cgi>
>     https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
>         
>
>
>
> Jamison Conley
> PhD Candidate
> Dept. of Geography
> Pennsylvania State University
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to