Thanks, dave Z,
Geoserver-1.3.0-beta is now passing unit tests. Problems were being
caused by the new FeatureType stuff.
I changed lines that looked like:
AttributeExpression leftExpression =
factory.createAttributeExpression();
leftExpression.setAttributePath("location");
to:
AttributeExpression leftExpression =
factory.createAttributeExpression((FeatureType)null,"location");
//leftExpression.setAttributePath("location");
Just need to make .exe installer & test it, then I'm ready to release.
dave
----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/