Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119384 Details for
Bug 178664
dev-java/ant-core-1.6.5-r14 fails to compile with cacao as VM
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build Log
build.log (text/plain), 23.56 KB, created by
Andrew John Hughes
on 2007-05-15 18:08:10 UTC
(
hide
)
Description:
Build Log
Filename:
MIME Type:
Creator:
Andrew John Hughes
Created:
2007-05-15 18:08:10 UTC
Size:
23.56 KB
patch
obsolete
> [32;01m*[0m Using: cacao >>>> Unpacking source... >>>> Unpacking apache-ant-1.6.5-src.tar.bz2 to /var/tmp/portage/dev-java/ant-core-1.6.5-r14/work > [32;01m*[0m Applying build.sh-exit-fix.patch ... >[A[163C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >Rewriting source attributes >Using Sax to rewrite the build.xml files >Rewriting ./src/etc/testcases/core/include/included_file_parse_error/build.xml >Rewriting ./src/etc/testcases/core/include/including_file_parse_error/build.xml >Rewriting ./src/etc/testcases/core/include/including_file_task_error/build.xml >Rewriting ./src/etc/testcases/core/include/included_file_task_error/build.xml >Rewriting ./src/etc/testcases/filters/build.xml >Rewriting ./src/etc/testcases/taskdefs/style/build.xml >Rewriting ./src/etc/testcases/taskdefs/fixcrlf/build.xml >Rewriting ./build.xml >Rewriting target attributes >Using Sax to rewrite the build.xml files >Rewriting ./src/etc/testcases/core/include/included_file_parse_error/build.xml >Rewriting ./src/etc/testcases/core/include/including_file_parse_error/build.xml >Rewriting ./src/etc/testcases/core/include/including_file_task_error/build.xml >Rewriting ./src/etc/testcases/core/include/included_file_task_error/build.xml >Rewriting ./src/etc/testcases/filters/build.xml >Rewriting ./src/etc/testcases/taskdefs/style/build.xml >Rewriting ./src/etc/testcases/taskdefs/fixcrlf/build.xml >Rewriting ./build.xml >>>> Compiling source in /var/tmp/portage/dev-java/ant-core-1.6.5-r14/work/apache-ant-1.6.5 ... >... Bootstrapping Ant Distribution >... Compiling Ant Classes >---------- >1. WARNING in src/main/org/apache/tools/bzip2/CBZip2InputStream.java > (at line 39) > private static void badBGLengths() { > ^^^^^^^^^^^^^^ >The method badBGLengths() from the type CBZip2InputStream is never used locally >---------- >2. WARNING in src/main/org/apache/tools/bzip2/CBZip2InputStream.java > (at line 43) > private static void bitStreamEOF() { > ^^^^^^^^^^^^^^ >The method bitStreamEOF() from the type CBZip2InputStream is never used locally >---------- >---------- >3. WARNING in src/main/org/apache/tools/bzip2/CBZip2OutputStream.java > (at line 568) > int nGroups, nBytes; > ^^^^^^ >The local variable nBytes is never read >---------- >---------- >4. WARNING in src/main/org/apache/tools/tar/TarEntry.java > (at line 98) > private int checkSum; > ^^^^^^^^ >The field TarEntry.checkSum is never read locally >---------- >---------- >5. WARNING in src/main/org/apache/tools/tar/TarInputStream.java > (at line 46) > private boolean v7Format; > ^^^^^^^^ >The field TarInputStream.v7Format is never read locally >---------- >---------- >6. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 328) > entry.setSize(adjustToLong(def.getTotalIn())); > ^^^^^^^^^^^^^^^^ >The method getTotalIn() from the type Deflater is deprecated >---------- >7. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 329) > entry.setComprSize(adjustToLong(def.getTotalOut())); > ^^^^^^^^^^^^^^^^^ >The method getTotalOut() from the type Deflater is deprecated >---------- >8. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 771) > int year = time.getYear() + 1900; > ^^^^^^^^^^^^^^ >The method getYear() from the type Date is deprecated >---------- >9. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 772) > int month = time.getMonth() + 1; > ^^^^^^^^^^^^^^^ >The method getMonth() from the type Date is deprecated >---------- >10. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 778) > | (time.getDate() << 16) > ^^^^^^^^^^^^^^ >The method getDate() from the type Date is deprecated >---------- >11. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 779) > | (time.getHours() << 11) > ^^^^^^^^^^^^^^^ >The method getHours() from the type Date is deprecated >---------- >12. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 780) > | (time.getMinutes() << 5) > ^^^^^^^^^^^^^^^^^ >The method getMinutes() from the type Date is deprecated >---------- >13. WARNING in src/main/org/apache/tools/zip/ZipOutputStream.java > (at line 781) > | (time.getSeconds() >> 1); > ^^^^^^^^^^^^^^^^^ >The method getSeconds() from the type Date is deprecated >---------- >---------- >14. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 28) > import org.apache.tools.ant.types.selectors.AndSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >15. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 29) > import org.apache.tools.ant.types.selectors.ContainsSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >16. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 30) > import org.apache.tools.ant.types.selectors.DateSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >17. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 31) > import org.apache.tools.ant.types.selectors.DependSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >18. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 32) > import org.apache.tools.ant.types.selectors.DepthSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >19. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 33) > import org.apache.tools.ant.types.selectors.ExtendSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >20. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 34) > import org.apache.tools.ant.types.selectors.FileSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >21. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 35) > import org.apache.tools.ant.types.selectors.DifferentSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >22. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 36) > import org.apache.tools.ant.types.selectors.FilenameSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >23. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 37) > import org.apache.tools.ant.types.selectors.TypeSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >24. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 38) > import org.apache.tools.ant.types.selectors.MajoritySelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >25. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 39) > import org.apache.tools.ant.types.selectors.NoneSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >26. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 40) > import org.apache.tools.ant.types.selectors.NotSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >27. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 41) > import org.apache.tools.ant.types.selectors.OrSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >28. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 42) > import org.apache.tools.ant.types.selectors.PresentSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >29. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 43) > import org.apache.tools.ant.types.selectors.ContainsRegexpSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >30. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 44) > import org.apache.tools.ant.types.selectors.SelectSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >31. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 45) > import org.apache.tools.ant.types.selectors.SelectorContainer; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >32. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 46) > import org.apache.tools.ant.types.selectors.SelectorScanner; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >33. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 47) > import org.apache.tools.ant.types.selectors.SizeSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >34. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 48) > import org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.apache.tools.ant.types.selectors cannot be resolved >---------- >35. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 58) > implements Cloneable, SelectorContainer { > ^^^^^^^^^^^^^^^^^ >SelectorContainer cannot be resolved to a type >---------- >36. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 387) > if (ds instanceof SelectorScanner) { > ^^^^^^^^^^^^^^^ >SelectorScanner cannot be resolved to a type >---------- >37. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 388) > SelectorScanner ss = (SelectorScanner) ds; > ^^^^^^^^^^^^^^^ >SelectorScanner cannot be resolved to a type >---------- >38. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 388) > SelectorScanner ss = (SelectorScanner) ds; > ^^^^^^^^^^^^^^^ >SelectorScanner cannot be resolved to a type >---------- >39. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 389) > ss.setSelectors(getSelectors(p)); > ^^^^^^^^^^^^ >The method getSelectors(Project) is undefined for the type AbstractFileSet >---------- >40. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 464) > public FileSelector[] getSelectors(Project p) { > ^^^^^^^^^^^^ >FileSelector cannot be resolved to a type >---------- >41. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 466) > ? getRef(p).getSelectors(p) : (FileSelector[])(selectors.toArray( > ^^^^^^^^^^^^ >FileSelector cannot be resolved to a type >---------- >42. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 467) > new FileSelector[selectors.size()])); > ^^^^^^^^^^^^ >FileSelector cannot be resolved to a type >---------- >43. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 485) > public void appendSelector(FileSelector selector) { > ^^^^^^^^^^^^ >FileSelector cannot be resolved to a type >---------- >44. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 498) > public void addSelector(SelectSelector selector) { > ^^^^^^^^^^^^^^ >SelectSelector cannot be resolved to a type >---------- >45. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 506) > public void addAnd(AndSelector selector) { > ^^^^^^^^^^^ >AndSelector cannot be resolved to a type >---------- >46. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 514) > public void addOr(OrSelector selector) { > ^^^^^^^^^^ >OrSelector cannot be resolved to a type >---------- >47. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 522) > public void addNot(NotSelector selector) { > ^^^^^^^^^^^ >NotSelector cannot be resolved to a type >---------- >48. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 530) > public void addNone(NoneSelector selector) { > ^^^^^^^^^^^^ >NoneSelector cannot be resolved to a type >---------- >49. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 538) > public void addMajority(MajoritySelector selector) { > ^^^^^^^^^^^^^^^^ >MajoritySelector cannot be resolved to a type >---------- >50. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 546) > public void addDate(DateSelector selector) { > ^^^^^^^^^^^^ >DateSelector cannot be resolved to a type >---------- >51. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 554) > public void addSize(SizeSelector selector) { > ^^^^^^^^^^^^ >SizeSelector cannot be resolved to a type >---------- >52. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 562) > public void addDifferent(DifferentSelector selector) { > ^^^^^^^^^^^^^^^^^ >DifferentSelector cannot be resolved to a type >---------- >53. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 570) > public void addFilename(FilenameSelector selector) { > ^^^^^^^^^^^^^^^^ >FilenameSelector cannot be resolved to a type >---------- >54. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 578) > public void addType(TypeSelector selector) { > ^^^^^^^^^^^^ >TypeSelector cannot be resolved to a type >---------- >55. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 586) > public void addCustom(ExtendSelector selector) { > ^^^^^^^^^^^^^^ >ExtendSelector cannot be resolved to a type >---------- >56. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 594) > public void addContains(ContainsSelector selector) { > ^^^^^^^^^^^^^^^^ >ContainsSelector cannot be resolved to a type >---------- >57. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 602) > public void addPresent(PresentSelector selector) { > ^^^^^^^^^^^^^^^ >PresentSelector cannot be resolved to a type >---------- >58. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 610) > public void addDepth(DepthSelector selector) { > ^^^^^^^^^^^^^ >DepthSelector cannot be resolved to a type >---------- >59. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 618) > public void addDepend(DependSelector selector) { > ^^^^^^^^^^^^^^ >DependSelector cannot be resolved to a type >---------- >60. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 626) > public void addContainsRegexp(ContainsRegexpSelector selector) { > ^^^^^^^^^^^^^^^^^^^^^^ >ContainsRegexpSelector cannot be resolved to a type >---------- >61. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 635) > public void addModified(ModifiedSelector selector) { > ^^^^^^^^^^^^^^^^ >ModifiedSelector cannot be resolved to a type >---------- >62. ERROR in src/main/org/apache/tools/ant/types/AbstractFileSet.java > (at line 644) > public void add(FileSelector selector) { > ^^^^^^^^^^^^ >FileSelector cannot be resolved to a type >---------- >---------- >63. ERROR in src/main/org/apache/tools/ant/types/DirSet.java > (at line 26) > public class DirSet extends AbstractFileSet { > ^^^^^^ >The hierarchy of the type DirSet is inconsistent >---------- >---------- >64. ERROR in src/main/org/apache/tools/ant/types/FileSet.java > (at line 25) > public class FileSet extends AbstractFileSet { > ^^^^^^^ >The hierarchy of the type FileSet is inconsistent >---------- >---------- >65. ERROR in src/main/org/apache/tools/ant/types/ZipFileSet.java > (at line 37) > public class ZipFileSet extends FileSet { > ^^^^^^^^^^ >The hierarchy of the type ZipFileSet is inconsistent >---------- >---------- >66. ERROR in src/main/org/apache/tools/ant/types/ZipScanner.java > (at line 41) > public class ZipScanner extends DirectoryScanner { > ^^^^^^^^^^ >The hierarchy of the type ZipScanner is inconsistent >---------- >---------- >67. ERROR in src/main/org/apache/tools/ant/DirectoryScanner.java > (at line 124) > implements FileScanner, SelectorScanner, ResourceFactory { > ^^^^^^^^^^^^^^^ >SelectorScanner cannot be resolved to a type >---------- >---------- >68. ERROR in src/main/org/apache/tools/ant/Main.java > (at line 45) > public class Main implements AntMain { > ^^^^^^^ >AntMain cannot be resolved to a type >---------- >---------- >69. ERROR in src/main/org/apache/tools/ant/taskdefs/Checksum.java > (at line 52) > public class Checksum extends MatchingTask implements Condition { > ^^^^^^^^ >The hierarchy of the type Checksum is inconsistent >---------- >---------- >70. ERROR in src/main/org/apache/tools/ant/taskdefs/Copydir.java > (at line 37) > public class Copydir extends MatchingTask { > ^^^^^^^ >The hierarchy of the type Copydir is inconsistent >---------- >---------- >71. ERROR in src/main/org/apache/tools/ant/taskdefs/Delete.java > (at line 60) > public class Delete extends MatchingTask { > ^^^^^^ >The hierarchy of the type Delete is inconsistent >---------- >---------- >72. ERROR in src/main/org/apache/tools/ant/taskdefs/DependSet.java > (at line 77) > public class DependSet extends MatchingTask { > ^^^^^^^^^ >The hierarchy of the type DependSet is inconsistent >---------- >---------- >73. ERROR in src/main/org/apache/tools/ant/taskdefs/Ear.java > (at line 35) > public class Ear extends Jar { > ^^^ >The hierarchy of the type Ear is inconsistent >---------- >---------- >74. ERROR in src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java > (at line 44) > public class ExecuteJava implements Runnable, TimeoutObserver { > ^^^^^^^^^^^^^^^ >TimeoutObserver cannot be resolved to a type >---------- >---------- >75. ERROR in src/main/org/apache/tools/ant/taskdefs/ExecuteWatchdog.java > (at line 41) > public class ExecuteWatchdog implements TimeoutObserver { > ^^^^^^^^^^^^^^^ >TimeoutObserver cannot be resolved to a type >---------- >---------- >76. ERROR in src/main/org/apache/tools/ant/taskdefs/FixCRLF.java > (at line 84) > public class FixCRLF extends MatchingTask { > ^^^^^^^ >The hierarchy of the type FixCRLF is inconsistent >---------- >---------- >77. ERROR in src/main/org/apache/tools/ant/taskdefs/Jar.java > (at line 61) > public class Jar extends Zip { > ^^^ >The hierarchy of the type Jar is inconsistent >---------- >---------- >78. ERROR in src/main/org/apache/tools/ant/taskdefs/Javac.java > (at line 67) > public class Javac extends MatchingTask { > ^^^^^ >The hierarchy of the type Javac is inconsistent >---------- >79. ERROR in src/main/org/apache/tools/ant/taskdefs/Javac.java > (at line 947) > org.apache.tools.ant.util.facade.ImplementationSpecificArgument { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >org.apache.tools.ant.util.facade cannot be resolved to a type >---------- >---------- >80. ERROR in src/main/org/apache/tools/ant/taskdefs/Javadoc.java > (at line 1210) > public class TagArgument extends FileSet { > ^^^^^^^^^^^ >The hierarchy of the type TagArgument is inconsistent >---------- >---------- >81. ERROR in src/main/org/apache/tools/ant/taskdefs/MatchingTask.java > (at line 56) > public abstract class MatchingTask extends Task implements SelectorContainer { > ^^^^^^^^^^^^^^^^^ >SelectorContainer cannot be resolved to a type >---------- >---------- >82. ERROR in src/main/org/apache/tools/ant/taskdefs/Replace.java > (at line 53) > public class Replace extends MatchingTask { > ^^^^^^^ >The hierarchy of the type Replace is inconsistent >---------- >---------- >83. ERROR in src/main/org/apache/tools/ant/taskdefs/Rmic.java > (at line 80) > public class Rmic extends MatchingTask { > ^^^^ >The hierarchy of the type Rmic is inconsistent >---------- >84. ERROR in src/main/org/apache/tools/ant/taskdefs/Rmic.java > (at line 712) > org.apache.tools.ant.util.facade.ImplementationSpecificArgument { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >org.apache.tools.ant.util.facade cannot be resolved to a type >---------- >---------- >85. ERROR in src/main/org/apache/tools/ant/taskdefs/SendEmail.java > (at line 34) > public class SendEmail extends EmailTask { > ^^^^^^^^^ >EmailTask cannot be resolved to a type >---------- >---------- >86. ERROR in src/main/org/apache/tools/ant/taskdefs/Tar.java > (at line 49) > public class Tar extends MatchingTask { > ^^^ >The hierarchy of the type Tar is inconsistent >---------- >87. ERROR in src/main/org/apache/tools/ant/taskdefs/Tar.java > (at line 433) > public static class TarFileSet extends FileSet { > ^^^^^^^^^^ >The hierarchy of the type TarFileSet is inconsistent >---------- >---------- >88. ERROR in src/main/org/apache/tools/ant/taskdefs/War.java > (at line 47) > public class War extends Jar { > ^^^ >The hierarchy of the type War is inconsistent >---------- >---------- >89. ERROR in src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java > (at line 45) > public class XSLTProcess extends MatchingTask implements XSLTLogger { > ^^^^^^^^^^^ >The hierarchy of the type XSLTProcess is inconsistent >---------- >90. ERROR in src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java > (at line 968) > private class StyleMapper implements FileNameMapper { > ^^^^^^^^^^^^^^ >FileNameMapper cannot be resolved to a type >---------- >---------- >91. ERROR in src/main/org/apache/tools/ant/taskdefs/Zip.java > (at line 61) > public class Zip extends MatchingTask { > ^^^ >The hierarchy of the type Zip is inconsistent >---------- >---------- >92. ERROR in src/main/org/apache/tools/ant/taskdefs/condition/IsFileSelected.java > (at line 27) > public class IsFileSelected extends AbstractSelectorContainer implements Condition { > ^^^^^^^^^^^^^^^^^^^^^^^^^ >AbstractSelectorContainer cannot be resolved to a type >---------- >92 problems (79 errors, 13 warnings)... Failed compiling Ant classes ! >Bootstrap FAILED > >!!! ERROR: dev-java/ant-core-1.6.5-r14 failed. >Call stack: > ebuild.sh, line 1614: Called dyn_compile > ebuild.sh, line 971: Called qa_call 'src_compile' > environment, line 5176: Called src_compile > ant-core-1.6.5-r14.ebuild, line 43: Called die > >!!! failed to build >!!! If you need support, post the topmost build error, and the call stack if relevant. >!!! A complete build log is located at '/var/tmp/portage/dev-java/ant-core-1.6.5-r14/temp/build.log'. > >!!! When you file a bug report, please include the following information: >GENTOO_VM=cacao CLASSPATH="" JAVA_HOME="/home/andrew/build/fake_jdk" >JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="" >and of course, the output of emerge --info
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 178664
: 119384