[EMAIL PROTECTED] wrote:

Kaboom!
View results here -> 
http://www.refractions.net:8082/cruisecontrol?log=log20060321161112

And the culprit is....

 4742  cholmesny public interface FeatureStore extends FeatureSource {
 4742  cholmesny     /**
18730 jgarnett * Adds all features from the passed feature reader "stream".
 4742  cholmesny      *
18730 jgarnett * @param redaer The reader from which to add the features.
 4742  cholmesny      *
 4742  cholmesny      * @return the FeatureIds of the newly added features.
18730 jgarnett * @deprecated Please use addFeatures( FeatureCollection )
17176    chorner      * @throws IOException if anything goes wrong.
 4742  cholmesny      */
4742 cholmesny Set addFeatures(FeatureReader reader) throws IOException;
 4742  cholmesny
 4742  cholmesny     /**
18730 jgarnett * Adds all features from the passed feature collection to the datasource.
18730   jgarnett      *
18730 jgarnett * @param collection The collection of features to add.
18730   jgarnett      * @return the FeatureIds of the newly added features.
18730   jgarnett      *
18730   jgarnett      * @throws IOException if anything goes wrong.
18730   jgarnett      */
18730   jgarnett
18730 jgarnett Set addFeatures(FeatureCollection collection ) throws IOException;
18730   jgarnett

I just did a clean and my build isn't broken; is cruise control grabbing autogenerated 2.2.x jars now, rather than from http://lists.refractions.net/geotools/gt2/UDIG1.1.x/ ?

Cheers,
Cory.
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to