DO NOT REPLY [Bug 40127] New: - BCEL in revision 426120 doesnt compile due to missing class files
[email protected] Thu, 27 Jul 2006 16:25:46 +0000 (GMT)
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40127>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40127
Summary: BCEL in revision 426120 doesnt compile due to missing
class files
Product: BCEL
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
BCEL in revision 426120 doesnt compile:
[javac] Compiling 360 source files to C:\Temp\bcel\build\ant
[javac]
C:\Temp\bcel\src\main\java\org\apache\bcel\generic\ElementValueGen.java:103:
cannot find symbol
[javac] symbol : class ClassElementValueGen
[javac] location: class org.apache.bcel.generic.ElementValueGen
[javac] return new ClassElementValueGen
(dis.readUnsignedShort(), cpGen);
[javac] ^
[javac]
C:\Temp\bcel\src\main\java\org\apache\bcel\generic\ElementValueGen.java:107:
cannot find symbol
[javac] symbol : class AnnotationElementValueGen
[javac] location: class org.apache.bcel.generic.ElementValueGen
[javac] return new AnnotationElementValueGen
(ANNOTATION, new AnnotationEntryGen(AnnotationEntry.read(
[javac] ^
[javac]
C:\Temp\bcel\src\main\java\org\apache\bcel\generic\ElementValueGen.java:117:
cannot find symbol
[javac] symbol : class ArrayElementValueGen
[javac] location: class org.apache.bcel.generic.ElementValueGen
[javac] return new ArrayElementValueGen(ARRAY,
evalues, cpGen);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.