Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.6
-
Fix Version/s: 2.0.7
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Bootstrap build of components/trunk with ant-1.7.0RC1 fails.
[javac] /home/alfred/apache/maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/LocalRepository.java:32: getLocation() in org.apache.maven.artifact.ant.LocalRepository cannot override getLocation() in org.apache.tools.ant.ProjectComponent; attempting to use incompatible return type [javac] found : java.io.File
[javac] required: org.apache.tools.ant.Location
[javac] public File getLocation()
[javac] ^
Issue Links
- is duplicated by
-
MANTTASKS-112
does not compile against Ant 1.7
-
this isn't a blocker. You should use Ant 1.6.5.
We'll have to change the API since it sounds like they've expanded theirs.