[
https://jira.jboss.org/jira/browse/JBBUILD-432?page=com.atlassian.jira.pl...
]
Paul Gier closed JBBUILD-432.
-----------------------------
Resolution: Done
I added some code to allow ant 1.7. It's an ugly fix, but it seems to work.
please support ant 1.7
----------------------
Key: JBBUILD-432
URL:
https://jira.jboss.org/jira/browse/JBBUILD-432
Project: JBoss Build System
Issue Type: Feature Request
Components: JBossBuild/Buildmagic
Reporter: Torsten Werner
Fix For: Buildmagic 2.1.0
Attachments: jboss-build-ant17.diff.gz
jbossbuild cannot be built with version 1.7.0 of ant. The relevant error messages are:
[javac] ----------
[javac] 8. ERROR in
/tmp/buildd/libjboss-build-java-20071201/jbossbuild/src/main/org/jboss/ant/types/Compone
[javac] ntRef.java (at line 165)
[javac] public URL getLocation() throws MalformedURLException
[javac] ^^^
[javac] The return type is incompatible with ProjectComponent.getLocation()
[javac] ----------
[javac] ----------
[javac] 11. ERROR in
/tmp/buildd/libjboss-build-java-20071201/jbossbuild/src/main/org/jboss/ant/types/build/Artifact.java
(at line 86)
[javac] public URL getLocation() throws MalformedURLException
[javac] ^^^
[javac] The return type is incompatible with ProjectComponent.getLocation()
[javac] ----------
[javac] ----------
[javac] 23. ERROR in
/tmp/buildd/libjboss-build-java-20071201/jbossbuild/src/main/org/jboss/ant/types/build/
[javac] Build.java (at line 416)
[javac] public URL getLocation() throws MalformedURLException
[javac] ^^^
[javac] The return type is incompatible with ProjectComponent.getLocation()
[javac] ----------
[javac] ----------
[javac] 24. ERROR in
/tmp/buildd/libjboss-build-java-20071201/jbossbuild/src/main/org/jboss/ant/types/build/Component.java
(at line 538)
[javac] public URL getLocation() throws MalformedURLException
[javac] ^^^
[javac] The return type is incompatible with ProjectComponent.getLocation()
[javac] ----------
Cheers,
Torsten
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira