Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185201 Details for
Bug 262683
[java-overlay] ant-core-1.7.1-r3 hangs in build with gcj-jdk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build output using -v flag
ant-core-build-log (text/plain), 26.09 KB, created by
John-Michael Fischer
on 2009-03-16 18:15:40 UTC
(
hide
)
Description:
build output using -v flag
Filename:
MIME Type:
Creator:
John-Michael Fischer
Created:
2009-03-16 18:15:40 UTC
Size:
26.09 KB
patch
obsolete
>Build output using the verbose flag. >-------------- >>>> Emerging (24 of 89) dev-java/ant-core-1.7.1-r3 > * apache-ant-1.7.1-src.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... >[ ok ] > * ant-1.7.1-gentoo.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... >[ ok ] > * checking ebuild checksums ;-) ... >[ ok ] > * checking auxfile checksums ;-) ... >[ ok ] > * checking miscfile checksums ;-) ... >[ ok ] > * Using: gcj-jdk >>>> Unpacking source... >>>> Unpacking apache-ant-1.7.1-src.tar.bz2 to /var/tmp/portage/dev-java/ant-core-1.7.1-r3/work >>>> Unpacking ant-1.7.1-gentoo.tar.bz2 to /var/tmp/portage/dev-java/ant-core-1.7.1-r3/work >>>> Source unpacked in /var/tmp/portage/dev-java/ant-core-1.7.1-r3/work >>>> Preparing source in /var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1 ... >removed `lib/xercesImpl.jar' >removed `lib/xml-apis.jar' > * Applying 1.7.1-pkg-info.patch ... >[ ok ] >Rewriting attributes >Rewriting build.xml >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1 ... >Rewriting attributes >Rewriting ./build.xml >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1 ... >... Bootstrapping Ant Distribution >... Compiling Ant Classes >---------- >1. WARNING in src/main/org/apache/tools/bzip2/CBZip2OutputStream.java (at line 568) > int nGroups, nBytes; > ^^^^^^ >The local variable nBytes is never read >---------- >---------- >2. WARNING in src/main/org/apache/tools/zip/ZipLong.java (at line 29) > private static final int BYTE_BIT_SIZE = 8; > ^^^^^^^^^^^^^ >The field ZipLong.BYTE_BIT_SIZE is never read locally >---------- >---------- >3. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 348) > entry.setSize(adjustToLong(def.getTotalIn())); > ^^^^^^^^^^^^^^^^ >The method getTotalIn() from the type Deflater is deprecated >---------- >4. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 349) > entry.setCompressedSize(adjustToLong(def.getTotalOut())); > ^^^^^^^^^^^^^^^^^ >The method getTotalOut() from the type Deflater is deprecated >---------- >5. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 838) > int year = time.getYear() + 1900; > ^^^^^^^^^^^^^^ >The method getYear() from the type Date is deprecated >---------- >6. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 842) > int month = time.getMonth() + 1; > ^^^^^^^^^^^^^^^ >The method getMonth() from the type Date is deprecated >---------- >7. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 845) > | (time.getDate() << 16) > ^^^^^^^^^^^^^^ >The method getDate() from the type Date is deprecated >---------- >8. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 846) > | (time.getHours() << 11) > ^^^^^^^^^^^^^^^ >The method getHours() from the type Date is deprecated >---------- >9. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 847) > | (time.getMinutes() << 5) > ^^^^^^^^^^^^^^^^^ >The method getMinutes() from the type Date is deprecated >---------- >10. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java (at line 848) > | (time.getSeconds() >> 1); > ^^^^^^^^^^^^^^^^^ >The method getSeconds() from the type Date is deprecated >---------- >---------- >11. WARNING in src/main/org/apache/tools/ant/types/resources/ImmutableResourceException.java (at line >28) > public class ImmutableResourceException extends IOException { > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >The serializable class ImmutableResourceException does not declare a static final serialVersionUID field >of type long >---------- >---------- >12. WARNING in src/main/org/apache/tools/ant/types/resources/TarResource.java (at line 41) > private int gid; > ^^^ >The field TarResource.gid is never read locally >---------- >---------- >13. WARNING in src/main/org/apache/tools/ant/Location.java (at line 31) > public class Location implements Serializable { > ^^^^^^^^ >The serializable class Location does not declare a static final serialVersionUID field of type long >---------- >---------- >14. WARNING in src/main/org/apache/tools/ant/Project.java (at line 2343) > private static class AntRefTable extends Hashtable { > ^^^^^^^^^^^ >The serializable class AntRefTable does not declare a static final serialVersionUID field of type long >---------- >---------- >15. WARNING in src/main/org/apache/tools/ant/ProjectHelper.java (at line 28) > import org.xml.sax.AttributeList; > ^^^^^^^^^^^^^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >---------- >16. WARNING in src/main/org/apache/tools/ant/RuntimeConfigurable.java (at line 33) > import org.xml.sax.AttributeList; > ^^^^^^^^^^^^^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >17. WARNING in src/main/org/apache/tools/ant/RuntimeConfigurable.java (at line 34) > import org.xml.sax.helpers.AttributeListImpl; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The type AttributeListImpl is deprecated >---------- >18. WARNING in src/main/org/apache/tools/ant/RuntimeConfigurable.java (at line 42) > public class RuntimeConfigurable implements Serializable { > ^^^^^^^^^^^^^^^^^^^ >The serializable class RuntimeConfigurable does not declare a static final serialVersionUID field of >type long >---------- >19. WARNING in src/main/org/apache/tools/ant/RuntimeConfigurable.java (at line 59) > private transient IntrospectionHelper.Creator creator; > ^^^^^^^ >The field RuntimeConfigurable.creator is never read locally >---------- >---------- >20. WARNING in src/main/org/apache/tools/ant/Task.java (at line 411) > replacement.setLocation(location); > ^^^^^^^^ >The field ProjectComponent.location is deprecated >---------- >---------- >21. WARNING in src/main/org/apache/tools/ant/UnsupportedAttributeException.java (at line 25) > public class UnsupportedAttributeException extends BuildException { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The serializable class UnsupportedAttributeException does not declare a static final serialVersionUID >field of type long >---------- >---------- >22. WARNING in src/main/org/apache/tools/ant/UnsupportedElementException.java (at line 34) > public class UnsupportedElementException extends BuildException { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The serializable class UnsupportedElementException does not declare a static final serialVersionUID >field of type long >---------- >---------- >23. WARNING in src/main/org/apache/tools/ant/taskdefs/Ant.java (at line 726) > super(); > ^^^^^^^^ >The constructor Reference() is deprecated >---------- >---------- >24. WARNING in src/main/org/apache/tools/ant/taskdefs/CopyPath.java (at line 63) > private long granularity = FILE_UTILS.getFileTimestampGranularity(); > ^^^^^^^^^^^ >The field CopyPath.granularity is never read locally >---------- >---------- >25. WARNING in src/main/org/apache/tools/ant/taskdefs/Execute.java (at line 70) > private boolean spawn = false; > ^^^^^ >The field Execute.spawn is never read locally >---------- >---------- >26. WARNING in src/main/org/apache/tools/ant/taskdefs/Javadoc.java (at line 1913) > FILE_UTILS.close(optionsListWriter); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The static method close(Writer) from the type FileUtils should be accessed in a static way >---------- >---------- >27. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 40) > import org.xml.sax.AttributeList; > ^^^^^^^^^^^^^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >28. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 41) > import org.xml.sax.DocumentHandler; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >29. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 42) > import org.xml.sax.HandlerBase; > ^^^^^^^^^^^^^^^^^^^^^^^ >The type HandlerBase is deprecated >---------- >30. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 64) > private org.xml.sax.Parser parser; > ^^^^^^^^^^^^^^^^^^ >The type Parser is deprecated >---------- >31. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 130) > HandlerBase hb = new RootHandler(this); > ^^^^^^^^^^^ >The type HandlerBase is deprecated >---------- >32. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 131) > parser.setDocumentHandler(hb); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setDocumentHandler(DocumentHandler) from the type Parser is deprecated >---------- >33. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 132) > parser.setEntityResolver(hb); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setEntityResolver(EntityResolver) from the type Parser is deprecated >---------- >34. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 133) > parser.setErrorHandler(hb); > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setErrorHandler(ErrorHandler) from the type Parser is deprecated >---------- >35. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 134) > parser.setDTDHandler(hb); > ^^^^^^^^^^^^^^^^^^^^^^^^ >The method setDTDHandler(DTDHandler) from the type Parser is deprecated >---------- >36. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 135) > parser.parse(inputSource); > ^^^^^^^^^^^^^^^^^^^^^^^^^ >The method parse(InputSource) from the type Parser is deprecated >---------- >37. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 182) > static class AbstractHandler extends HandlerBase { > ^^^^^^^^^^^ >The type HandlerBase is deprecated >---------- >38. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 190) > protected DocumentHandler parentHandler; > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >39. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 211) > public AbstractHandler(ProjectHelperImpl helperImpl, DocumentHandler parentHandler) { > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >40. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 216) > helperImpl.parser.setDocumentHandler(this); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setDocumentHandler(DocumentHandler) from the type Parser is deprecated >---------- >41. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 231) > public void startElement(String tag, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >42. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 268) > helperImpl.parser.setDocumentHandler(parentHandler); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setDocumentHandler(DocumentHandler) from the type Parser is deprecated >---------- >43. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 275) > static class RootHandler extends HandlerBase { > ^^^^^^^^^^^ >The type HandlerBase is deprecated >---------- >44. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 335) > public void startElement(String tag, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >45. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 367) > public ProjectHandler(ProjectHelperImpl helperImpl, DocumentHandler parentHandler) { > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >46. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 387) > public void init(String tag, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >47. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 393) > for (int i = 0; i < attrs.getLength(); i++) { > ^^^^^^^^^^^^^^^^^ >The method getLength() from the type AttributeList is deprecated >---------- >48. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 394) > String key = attrs.getName(i); > ^^^^^^^^^^^^^^^^ >The method getName(int) from the type AttributeList is deprecated >---------- >49. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 395) > String value = attrs.getValue(i); > ^^^^^^^^^^^^^^^^^ >The method getValue(int) from the type AttributeList is deprecated >---------- >50. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 406) > throw new SAXParseException("Unexpected attribute \"" + attrs.getName(i) + "\"", > ^^^^^^^^^^^^^^^^ >The method getName(int) from the type AttributeList is deprecated >---------- >51. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 412) > helperImpl.project.setDefaultTarget(def); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setDefaultTarget(String) from the type Project is deprecated >---------- >52. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 461) > public void startElement(String name, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >53. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 482) > private void handleTarget(String tag, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >54. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 501) > public TargetHandler(ProjectHelperImpl helperImpl, DocumentHandler parentHandler) { > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >55. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 522) > public void init(String tag, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >56. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 530) > for (int i = 0; i < attrs.getLength(); i++) { > ^^^^^^^^^^^^^^^^^ >The method getLength() from the type AttributeList is deprecated >---------- >57. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 531) > String key = attrs.getName(i); > ^^^^^^^^^^^^^^^^ >The method getName(int) from the type AttributeList is deprecated >---------- >58. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 532) > String value = attrs.getValue(i); > ^^^^^^^^^^^^^^^^^ >The method getValue(int) from the type AttributeList is deprecated >---------- >59. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 595) > public void startElement(String name, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >60. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 609) > DocumentHandler parent, > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >61. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 611) > AttributeList attrs) > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >62. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 638) > DocumentHandler parentHandler) { > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >63. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 706) > public TaskHandler(ProjectHelperImpl helperImpl, DocumentHandler parentHandler, > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >64. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 731) > public void init(String tag, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >65. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 753) > wrapper.setAttributes(attrs); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setAttributes(AttributeList) from the type RuntimeConfigurable is deprecated >---------- >66. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 784) > public void startElement(String name, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >67. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 836) > DocumentHandler parentHandler, > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >68. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 867) > public void init(String propType, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >69. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 880) > child = ih.createElement(helperImpl.project, parent, elementName); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method createElement(Project, Object, String) from the type IntrospectionHelper is deprecated >---------- >70. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 886) > childWrapper.setAttributes(attrs); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setAttributes(AttributeList) from the type RuntimeConfigurable is deprecated >---------- >71. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 918) > public void startElement(String name, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >72. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 953) > DocumentHandler parentHandler, Target target) { > ^^^^^^^^^^^^^^^ >The type DocumentHandler is deprecated >---------- >73. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 974) > public void init(String propType, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >74. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 982) > wrapper.setAttributes(attrs); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method setAttributes(AttributeList) from the type RuntimeConfigurable is deprecated >---------- >75. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 1015) > public void startElement(String name, AttributeList attrs) throws SAXParseException { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >76. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 1030) > private void configureId(Object target, AttributeList attr) { > ^^^^^^^^^^^^^ >The type AttributeList is deprecated >---------- >77. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java >(at line 1031) > String id = attr.getValue("id"); > ^^^^^^^^^^^^^^^^^^^ >The method getValue(String) from the type AttributeList is deprecated >---------- >---------- >78. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/util/JAXPUtils.java >(at line 28) > import org.xml.sax.Parser; > ^^^^^^^^^^^^^^^^^^ >The type Parser is deprecated >---------- >79. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/util/JAXPUtils.java >(at line 137) > public static Parser getParser() throws BuildException { > ^^^^^^ >The type Parser is deprecated >---------- >---------- >80. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/launch/Locator.java >(at line 196) > private static String fromUriJava14(String uri) { > ^^^^^^^^^^^^^^^^^^^^^^^^^ >The method fromUriJava14(String) from the type Locator is never used locally >---------- >---------- >81. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java >(at line 631) > boolean sourceExists = (src instanceof FileResource) > ^^^^^^^^^^^^ >The local variable sourceExists is never read >---------- >---------- >82. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/util/ResourceUtils.java >(at line 64) > private static final ResourceSelector NOT_EXISTS = new Not(new Exists()); > ^^^^^^^^^^ >The field ResourceUtils.NOT_EXISTS is never read locally >---------- >---------- >83. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/input/GreedyInputHandler.java >(at line 34) > private static final int BUFFER_SIZE = 1024; > ^^^^^^^^^^^ >The field GreedyInputHandler.BUFFER_SIZE is never read locally >---------- >---------- >84. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/ant/launch/LaunchException.java >(at line 25) > public class LaunchException extends Exception { > ^^^^^^^^^^^^^^^ >The serializable class LaunchException does not declare a static final serialVersionUID field of type >long >---------- >---------- >85. WARNING in >/var/tmp/portage/dev-java/ant-core-1.7.1-r3/work/apache-ant-1.7.1/src/main/org/apache/tools/mail/ErrorInQuitException.java >(at line 32) > public class ErrorInQuitException extends IOException { > ^^^^^^^^^^^^^^^^^^^^ >The serializable class ErrorInQuitException does not declare a static final serialVersionUID field of >type long >---------- >85 problems (85 warnings)... Copying Required Files >... Building Ant Distribution >^C > >Exiting on signal 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 262683
:
185200
| 185201