Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Integration build compile error in org.eclipse.jdt.debug

FYI - this *internal* type from JDT/Core wasn't API. In this build, it has
become an official API in package org.eclipse.jdt.core.compiler.



                                                                                                                                             
                      "Dean Roberts"                                                                                                         
                      <Dean_Roberts@oti.        To:       eclipse-dev@xxxxxxxxxxx                                                            
                      com>                      cc:                                                                                          
                      Sent by:                  Subject:  [eclipse-dev] Integration build compile error in org.eclipse.jdt.debug             
                      eclipse-dev-admin@                                                                                                     
                      eclipse.org                                                                                                            
                                                                                                                                             
                                                                                                                                             
                      10/29/2002 03:30                                                                                                       
                      PM                                                                                                                     
                      Please respond to                                                                                                      
                      eclipse-dev                                                                                                            
                                                                                                                                             
                                                                                                                                             





There where compile erors in the org.eclipse.jdt.debug plug-in

Here is the compile log.

Please let  us know when the problems are fixed so we can try another
rebuild.

...Dean...

----------
1. WARNING in
/builds/integration/src/plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

(at line 3)
        import org.eclipse.jdt.internal.compiler.util.CharOperation;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jdt.internal.compiler.util.CharOperation cannot be
resolved
----------
----------
2. ERROR in
/builds/integration/src/plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

(at line 103)
        CharOperation.indexOf(C_SEMICOLON, signature, index);
        ^^^^^^^^^^^^^
CharOperation cannot be resolved
----------
3. ERROR in
/builds/integration/src/plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

(at line 139)
        CharOperation.indexOf(C_PARAM_START, methodSignature);
        ^^^^^^^^^^^^^
CharOperation cannot be resolved
----------
4. ERROR in
/builds/integration/src/plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

(at line 186)
        CharOperation.indexOf(
        ^^^^^^^^^^^^^
CharOperation cannot be resolved
----------
5. ERROR in
/builds/integration/src/plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

(at line 197)
        CharOperation.lastIndexOf(
        ^^^^^^^^^^^^^
CharOperation cannot be resolved
----------
6. ERROR in
/builds/integration/src/plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

(at line 382)
        CharOperation.indexOf(C_SEMICOLON, signature, sigPos);
        ^^^^^^^^^^^^^
CharOperation cannot be resolved
----------
7. ERROR in
/builds/integration/src/plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

(at line 390)
        CharOperation.lastIndexOf(
        ^^^^^^^^^^^^^
CharOperation cannot be resolved
----------
Compiled 53461 lines in 7872 ms (6791.2 lines/s)
7 problems (6 errors, 1 warning)
352 .class files generated





Back to the top