Hi all,
Martin some mails ago complained that the indexed shapefile took some 
quite minutes
to build on its own linux machines (around 7 minutes I guess?). Now, 
looking at
this build scroll it's evident that we have a ton of mostly useless 
complains about Dbase III
complaince. I've moved these from the WARN level to the FINE level, and 
made sure
the messages are built only if logging is activated and, surprise, the 
build time on my local
machine went down from 1m8s to 53s, quite a bit for just a bunch of 
logging statements.
(besides that, now the indexed shapefile module takes as much time as 
main to build,
maybe some tests are a little redundant?)

Now, I've just committed those changes, please do speak up if you feel I 
screwed up.

About the linux slowness, I have two hypothesis, both related to the 
extremetly chatty build:
* Martin runs the build in a GNOME graphical terminal, which is well 
know for being
   damn slow -> a very chatty build would we slowed down quite a bit by it;
* Martin runs the build over ssh, again, every message on the console 
gets transmitted over
   the wire slowing down the build considerably.
In both cases, Martin can you run the build as:
mvn install > mvn.log 2>&1
thus redirecting the logs on a local file just to see if that improves 
visibly your build
performance?

Cheers
Andrea

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to