You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by bu...@apache.org on 2006/07/27 18:25:46 UTC

DO NOT REPLY [Bug 40127] New: - BCEL in revision 426120 doesnt compile due to missing class files

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: bcel-dev@jakarta.apache.org
        ReportedBy: bergrei@yahoo.com


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.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 40127] - BCEL in revision 426120 doesnt compile due to missing class files

Posted by bu...@apache.org.
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


tcurdt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From tcurdt@apache.org  2007-03-10 07:09 -------
try a later version 516724 compiles just fine for me

-- 
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org