Adrian Custer ha scritto:
> Hey all,
> 
> I hope we are back to where we were. 
> 
> I seem to have hit 77 files in 40 directories, mostly with property
> changes. The list is attached. Those of you who have been working
> recently in the following areas should take a look at the list and make
> sure I didn't wipe out some useful work of yours. If i did, you'll find
> it at revision 28921.

Adrian,
with this moved you wiped out all the changes I've performed in the
last few days, as well as some that Martin did (I know because I had
to modify a WCS test in order to adapt to a modified behaviour).
So my best guess is that you've reverted changed performed by anybody
during the last few days (don't know how much time this goes back).

So, if anybody recognizes a commit of his in the list at the end of this 
message, he'll have to try and revert your changes as well.

Adrian, I understand you put lot of value in these distributed version
control systems, but if you cannot control what they are going to
commit please avoid using them on the gt2 trunk, create yourself
a branch that you can experiment against instead.
It'll take me at least one hour to take the wcs build back to a
reasonable state, but I cannot intelligently put back the changes
made by other people (how can I be sure a simple revert is enough?)
so I'll have to disable a few tests as well.
At OpenPlans we're trying to stay on trunk even for paid work instead
of closing ourselves up in branches, but this means trunk need to be
a relatively quiet place (or at least, big changes have to be planned).

Cheers
Andrea


M 
modules/library/render/src/main/java/org/geotools/renderer/lite/CustomGlyphRenderer.java
M 
modules/library/metadata/src/main/java/org/geotools/resources/i18n/Loggings_fr.properties
M 
modules/library/metadata/src/main/java/org/geotools/resources/i18n/LoggingKeys.java
M 
modules/library/metadata/src/main/java/org/geotools/resources/i18n/Loggings.properties
M 
modules/library/metadata/src/main/java/org/geotools/resources/XArray.java
M 
modules/library/metadata/src/main/resources/org/geotools/resources/i18n/Loggings_fr.utf
M 
modules/library/metadata/src/main/resources/org/geotools/resources/i18n/Loggings.utf
M 
modules/library/jdbc/src/main/java/org/geotools/data/jdbc/FilterToSQL.java
M 
modules/library/referencing/src/test/java/org/geotools/referencing/PredefinedObjectsTest.java
M 
modules/library/referencing/src/main/java/org/geotools/referencing/crs/DefaultGeographicCRS.java
M 
modules/library/referencing/src/main/java/org/geotools/referencing/CRS.java
M 
modules/library/referencing/src/main/java/org/geotools/geometry/GeneralEnvelope.java
M 
modules/library/data/src/main/java/org/geotools/data/store/ContentDataStore.java
M 
modules/library/data/src/main/java/org/geotools/data/store/ContentFeatureStore.java
M 
modules/library/data/src/main/java/org/geotools/data/store/ContentEntry.java
M 
modules/library/coverage/src/test/java/org/geotools/coverage/grid/GridCoverageExamples.java
M 
modules/library/coverage/src/test/java/org/geotools/coverage/grid/GridCoverageTest.java
M 
modules/library/coverage/src/test/java/org/geotools/coverage/grid/FilteredSubsampleTest.java
M 
modules/library/coverage/src/main/java/org/geotools/image/ImageWorker.java
M 
modules/library/coverage/src/main/java/org/geotools/resources/image/ColorUtilities.java
M 
modules/library/coverage/src/main/java/org/geotools/resources/image/ImageUtilities.java
A  + 
modules/library/coverage/src/main/java/org/geotools/resources/coverage/OperationStrategy.java
M 
modules/library/coverage/src/main/java/org/geotools/resources/coverage/CoverageUtilities.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/GeneralGridGeometry.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/GeneralGridRange.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/Interpolator2D.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/LookupTableFactory.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/ViewType.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/GridCoverageViews.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/GridGeometry2D.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/GridCoverage2D.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/grid/GridRange2D.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/AbstractCoverage.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/BandSelector2D.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/Resample.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/Resampler2D.java
M 
modules/library/coverage/src/main/java/org/geotools/coverage/processing/BaseScaleOperationJAI.java
M 
modules/unsupported/h2/src/test/java/org/geotools/jdbc/JDBCDataStoreAPITest.java
D 
modules/unsupported/h2/src/test/java/org/geotools/jdbc/JDBCFeatureLockingTest.java
D 
modules/unsupported/h2/src/test/java/org/geotools/data/h2/H2FeatureLockingTest.java
M 
modules/unsupported/h2/src/main/java/org/geotools/jdbc/JDBCFeatureReader.java
M      modules/unsupported/h2/src/main/java/org/geotools/jdbc/JDBCState.java
M 
modules/unsupported/h2/src/main/java/org/geotools/jdbc/SQLDialect.java
M 
modules/unsupported/h2/src/main/java/org/geotools/jdbc/JDBCDataStore.java
M 
modules/unsupported/h2/src/main/java/org/geotools/jdbc/JDBCTransactionState.java
M 
modules/unsupported/h2/src/main/java/org/geotools/jdbc/JDBCFeatureStore.java
M 
modules/unsupported/h2/src/main/java/org/geotools/data/mysql/MySQLDialect.java
M 
modules/unsupported/h2/src/main/java/org/geotools/data/h2/H2Dialect.java
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/toolbox/tools/clipping/ClippingTool.java
D 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/propertyedit/LayerCRSPropertyPanel.java
D 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/propertyedit/LayerCRSPropertyPanel.form
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/datachooser/JFileDataPanel.java
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/datachooser/JFileDataPanel.form
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/map/map2d/control/JMap2DControlBar.java
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/map/map2d/control/JMap2DEditBar.java
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/map/map2d/JDefaultSelectableMap2D.java
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/map/map2d/JDefaultEditableMap2D.java
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/map/map2d/JDefaultMap2D.java
M 
modules/unsupported/widgets-swing-pending/src/main/java/org/geotools/gui/swing/map/map2d/strategy/SingleBufferedImageStrategy.java
M 
modules/extension/xsd/wfs/src/test/resources/org/geotools/wfs/geoserver-GetCapabilities.xml
M 
modules/extension/xsd/gml2/src/main/java/org/geotools/gml2/bindings/GML2ParsingUtils.java
M 
modules/extension/xsd/ows/src/main/java/org/geotools/ows/v1_1/OWSConfiguration.java
M 
modules/plugin/wfs/src/test/java/org/geotools/wfs/v_1_1_0/data/WFS110ProtocolHandlerTest.java
D 
modules/plugin/wfs/src/test/java/org/geotools/wfs/v_1_1_0/data/StreamingParserFeatureReaderTest.java
D 
modules/plugin/wfs/src/test/resources/org/geotools/wfs/v_1_1_0/data/test-data/geoserver_archsites_features.xml
D 
modules/plugin/wfs/src/test/resources/org/geotools/wfs/v_1_1_0/data/test-data/geoserver_archsites_describeFeatureType.xml
M 
modules/plugin/wfs/src/main/java/org/geotools/wfs/v_1_1_0/data/WFS110ProtocolHandler.java
D 
modules/plugin/wfs/src/main/java/org/geotools/wfs/v_1_1_0/data/StreamingParserFeatureReader.java
M 
modules/plugin/wfs/src/main/java/org/geotools/wfs/v_1_1_0/data/WFSFeatureCollection.java
M      modules/plugin/wfs/pom.xml
M 
modules/plugin/shapefile/src/test/java/org/geotools/data/shapefile/StorageFileTest.java
M 
modules/plugin/shapefile/src/test/java/org/geotools/data/shapefile/ShpFilesLockingTest.java
M 
modules/plugin/shapefile/src/test/java/org/geotools/data/shapefile/ShpFilesTestStream.java
M 
modules/plugin/shapefile/src/test/java/org/geotools/data/shapefile/ShpFilesTest.java
M 
modules/plugin/shapefile/src/main/java/org/geotools/data/shapefile/ShpFiles.java
M 
modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/data/ArcSDEAdapter.java
M 
modules/plugin/imagemosaic/src/main/java/org/geotools/gce/imagemosaic/ImageMosaicFormat.java

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to