Hi list,
I'm getting lots of error when I try to compile the geotools trunk (just
updated a few minutes ago) with maven 2.0.7 (2.0.8 fails too).
Please see the attached files.
These errors concerned the main module.
Cheers,
Cédric.
[INFO] ------------------------------------------------------------------------
[INFO] Building Main module
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
C:\Developpement\Geotools\trunk\gt\modules\library\main\target
[INFO] Deleting directory
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\classes
[INFO] Deleting directory
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\test-classes
[INFO] Deleting directory
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\site
[WARNING] While downloading javacc:javacc:3.2
This artifact has been relocated to net.java.dev.javacc:javacc:3.2.
[INFO] [gt2-jjtree-javacc:generate {execution: default}]
Java Compiler Compiler Version 3.2 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\parser\expr.jjt
. . .
Annotated grammar generated successfully in
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtre
e-javacc\org\geotools\filter\parser\expr.jj
Java Compiler Compiler Version 3.2 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filt
er\parser\expr.jj . . .
File "TokenMgrError.java" does not exist. Will create one.
File "ParseException.java" does not exist. Will create one.
File "Token.java" does not exist. Will create one.
File "SimpleCharStream.java" does not exist. Will create one.
Parser generated successfully.
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\E
xpressionParser.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\E
xpressionParserConstants.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\E
xpressionParserTokenManager.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\E
xpressionParserTreeConstants.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\E
xpressionParserVisitor.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\J
JTExpressionParserState.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\N
ode.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\P
arseException.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\S
impleCharStream.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\S
impleNode.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\T
oken.java
Fixing
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\generated-sources\jjtree-javacc\org\geotools\filter\parser\T
okenMgrError.java
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 576 source files to
C:\Developpement\Geotools\trunk\gt\modules\library\main\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\FunctionsImpl.java:[18,7]
org
.geotools.filter.capability.FunctionsImpl is not abstract and does not override
abstract method getFunctionNames() in org.opengis.
filter.capability.Functions
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\FunctionsImpl.java:[46,36]
ge
tFunctionNames() in org.geotools.filter.capability.FunctionsImpl cannot
implement getFunctionNames() in org.opengis.filter.capabil
ity.Functions; attempting to use incompatible return type
found : java.util.Collection<org.opengis.filter.capability.FunctionName>
required: org.opengis.filter.capability.FunctionName[]
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[60,3
2] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsBetween
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[63,3
2] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[66,3
5] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsNotEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[69,3
6] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsGreaterThan
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[72,4
5] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsGreaterThanOrEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[75,3
3] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsLessThan
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[78,4
2] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsLessThanOrEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[81,2
9] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsLike
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[84,2
9] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsLike
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[87,1
9] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.BBOX
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[90,2
1] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Beyond
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[93,2
3] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Contains
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[96,2
2] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Crosses
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[99,2
3] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Disjoint
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[102,
22] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.DWithin
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[105,
21] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Equals
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[108,
25] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Intersects
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[111,
23] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Overlaps
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[114,
22] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Touches
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\visitor\NameThatFilterVisitor.java:[117,
21] cannot find symbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Within
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialOperatorImpl.java:[15,
7] org.geotools.filter.capability.SpatialOperatorImpl is not abstract and does
not override abstract method getGeometryOperands()
in org.opengis.filter.capability.SpatialOperator
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialOperatorImpl.java:[45,
39] getGeometryOperands() in org.geotools.filter.capability.SpatialOperatorImpl
cannot implement getGeometryOperands() in org.open
gis.filter.capability.SpatialOperator; attempting to use incompatible return
type
found : java.util.Collection<org.opengis.filter.capability.GeometryOperand>
required: org.opengis.filter.capability.GeometryOperand[]
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialOperatorImpl.java:[39,
33] addAll(java.util.Collection<? extends
org.opengis.filter.capability.GeometryOperand>) in
java.util.AbstractCollection<org.open
gis.filter.capability.GeometryOperand> cannot be applied to
(org.opengis.filter.capability.GeometryOperand[])
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialCapabiltiesImpl.java:[
22,7] org.geotools.filter.capability.SpatialCapabiltiesImpl is not abstract and
does not override abstract method getGeometryOpera
nds() in org.opengis.filter.capability.SpatialCapabilities
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialCapabiltiesImpl.java:[
68,39] getGeometryOperands() in
org.geotools.filter.capability.SpatialCapabiltiesImpl cannot implement
getGeometryOperands() in or
g.opengis.filter.capability.SpatialCapabilities; attempting to use incompatible
return type
found : java.util.Collection<org.opengis.filter.capability.GeometryOperand>
required: org.opengis.filter.capability.GeometryOperand[]
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialCapabiltiesImpl.java:[
51,28] cannot find symbol
symbol : method addAll(org.opengis.filter.capability.GeometryOperand[])
location: interface java.util.Set<org.opengis.filter.capability.GeometryOperand>
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialCapabiltiesImpl.java:[
88,33] cannot find symbol
symbol : method addAll(org.opengis.filter.capability.GeometryOperand[])
location: interface java.util.Set<org.opengis.filter.capability.GeometryOperand>
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\ComparisonOperatorsImpl.java:
[18,7] org.geotools.filter.capability.ComparisonOperatorsImpl is not abstract
and does not override abstract method getOperators()
in org.opengis.filter.capability.ComparisonOperators
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\ComparisonOperatorsImpl.java:
[45,32] getOperators() in
org.geotools.filter.capability.ComparisonOperatorsImpl cannot implement
getOperators() in org.opengis.fi
lter.capability.ComparisonOperators; attempting to use incompatible return type
found : java.util.Collection<org.opengis.filter.capability.Operator>
required: org.opengis.filter.capability.Operator[]
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\ComparisonOperatorsImpl.java:
[31,25] cannot find symbol
symbol : constructor HashSet(org.opengis.filter.capability.Operator[])
location: class java.util.HashSet<org.opengis.filter.capability.Operator>
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\ComparisonOperatorsImpl.java:
[72,26] addAll(java.util.Collection<? extends
org.opengis.filter.capability.Operator>) in
java.util.Collection<org.opengis.filter.
capability.Operator> cannot be applied to
(org.opengis.filter.capability.Operator[])
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialOperatorsImpl.java:[18
,7] org.geotools.filter.capability.SpatialOperatorsImpl is not abstract and
does not override abstract method getOperators() in or
g.opengis.filter.capability.SpatialOperators
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\SpatialOperatorsImpl.java:[61
,39] getOperators() in org.geotools.filter.capability.SpatialOperatorsImpl
cannot implement getOperators() in org.opengis.filter.c
apability.SpatialOperators; attempting to use incompatible return type
found : java.util.Collection<org.opengis.filter.capability.SpatialOperator>
required: org.opengis.filter.capability.SpatialOperator[]
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[98,65]
cannot find sy
mbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[99,71]
cannot find sy
mbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsNotEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[100,73]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsGreaterThan
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[101,91]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsGreaterThanOrEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[102,67]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsLessThan
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[103,85]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsLessThanOrEqualTo
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[104,59]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsNull
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[105,59]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsLike
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[106,65]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.PropertyIsBetween
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[111,41]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.BBOX
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[112,45]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Equals
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[113,48]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Disjoint
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[114,52]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Intersects
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[115,46]
cannot find s
ymbol
symbol : variable NAME
symbol : variable NAME
location: interface org.opengis.filter.spatial.Equals
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[113,48]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Disjoint
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[114,52]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Intersects
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[115,46]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Touches
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[116,46]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Crosses
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[117,44]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Within
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[118,48]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Contains
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[119,48]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Overlaps
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[120,44]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.Beyond
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[121,46]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.spatial.DWithin
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[143,42]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.expression.Add
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[144,52]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.expression.Subtract
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[145,52]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.expression.Multiply
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\Capabilities.java:[146,48]
cannot find s
ymbol
symbol : variable NAME
location: interface org.opengis.filter.expression.Divide
C:\Developpement\Geotools\trunk\gt\modules\library\main\src\main\java\org\geotools\filter\capability\FunctionNameImpl.java:[39,71]
cannot find symbol
symbol : method getArgumentNames()
location: interface org.opengis.filter.capability.FunctionName
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 9 seconds
[INFO] Finished at: Thu Dec 20 10:17:11 CET 2007
[INFO] Final Memory: 47M/63M
[INFO] -------------------------------------------------------------------------------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel