To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48187
                  Issue #:|48187
                  Summary:|beanshell does not compile with Java 1.5
                Component:|framework
                  Version:|OOo 2.0 Beta
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|waratah





------- Additional comments from [EMAIL PROTECTED] Tue Apr 26 06:39:14 -0700 
2005 -------
See upstream:
http://brutus.apache.org/gump/jdk15/beanshell/bsh/gump_work/build_beanshell_bsh.html

/usr/share/ant/bin/ant -Dprj=../../../.. -Dprjname=ooo_beanshell -Ddebug=off
-Doptimize=on  -Dtarget=jarall -Dsolar.update=on -Dout=../../../../unxlngi6.pro
-Dinpath=unxlngi6.pro -Dproext=".pro" 
-Dsolar.bin=/data/office/solver/680/unxlngi6.pro/bin
-Dsolar.jar=/data/office/solver/680/unxlngi6.pro/bin
-Dsolar.doc=/data/office/solver/680/unxlngi6.pro/doc 
-Dcommon.jar=/data/office/solver/680/common.pro/bin
-Dcommon.doc=/data/office/solver/680/common.pro/doc  -f build.xml  -emacs
Buildfile: build.xml

checkjjt:

jjtree:

checkjj:

javacc:

builddir:

compile:
Compiling 74 source files to
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/classes
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:137:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                this.superClassName = Type.getInternalName( superClass );
                                      ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:137:
cannot find symbol
symbol  : method getInternalName(java.lang.Class)
location: interface java.lang.reflect.Type
                this.superClassName = Type.getInternalName( superClass );
                                          ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:185:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                        interfaceNames[i]=Type.getInternalName( interfaces[i] );
                                         ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:185:
cannot find symbol
symbol  : method getInternalName(java.lang.Class)
location: interface java.lang.reflect.Type
                        interfaceNames[i]=Type.getInternalName( interfaces[i] );
                                             ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:362:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                Type.getType(Object.class),
                                ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:362:
cannot find symbol
symbol  : method getType(java.lang.Class<java.lang.Object>)
location: interface java.lang.reflect.Type
                                Type.getType(Object.class),
                                    ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:363:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                new Type [] {
                                    ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:364:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                        Type.getType(String.class),
                                        ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:364:
cannot find symbol
symbol  : method getType(java.lang.Class<java.lang.String>)
location: interface java.lang.reflect.Type
                                        Type.getType(String.class),
                                            ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:365:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                        Type.getType(Object [].class),
                                        ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:365:
cannot find symbol
symbol  : method getType(java.lang.Class<java.lang.Object[]>)
location: interface java.lang.reflect.Type
                                        Type.getType(Object [].class),
                                            ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:366:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                        Type.getType(Interpreter.class),
                                        ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:366:
cannot find symbol
symbol  : method getType(java.lang.Class<bsh.Interpreter>)
location: interface java.lang.reflect.Type
                                        Type.getType(Interpreter.class),
                                            ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:367:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                        Type.getType(CallStack.class),
                                        ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:367:
cannot find symbol
symbol  : method getType(java.lang.Class<bsh.CallStack>)
location: interface java.lang.reflect.Type
                                        Type.getType(CallStack.class),
                                            ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:368:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                        Type.getType(SimpleNode.class),
                                        ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:368:
cannot find symbol
symbol  : method getType(java.lang.Class<bsh.SimpleNode>)
location: interface java.lang.reflect.Type
                                        Type.getType(SimpleNode.class),
                                            ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:369:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                                        Type.getType(Boolean.TYPE)
                                        ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:369:
cannot find symbol
symbol  : method getType(java.lang.Class<java.lang.Boolean>)
location: interface java.lang.reflect.Type
                                        Type.getType(Boolean.TYPE)
                                            ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:361:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm
match
                        Type.getMethodDescriptor(
                        ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/Reflect.java:129:
warning: [deprecation] getAssignableForm(java.lang.Object,java.lang.Class) in
bsh.Types has been deprecated
                                tmpArgs[i] = Types.getAssignableForm( args[i],
types[i] );
                                                  ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/Remote.java:143:
warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been
deprecated
                sb.append( URLEncoder.encode( text ) );
                                     ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/AWTConsole.java:223:
warning: [deprecation] getPeer() in java.awt.Component has been deprecated
                ((java.awt.peer.TextComponentPeer)getPeer()).setCaretPosition(
                                                  ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/AWTConsole.java:328:
warning: [deprecation] show() in java.awt.Window has been deprecated
                f.show();
                 ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/ClassBrowser.java:412:
warning: [deprecation] show() in java.awt.Window has been deprecated
                f.show();
                 ^
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/Util.java:83:
warning: [deprecation] show() in java.awt.Window has been deprecated
        win.show();
           ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
20 errors
6 warnings

BUILD FAILED
/data/office/beanshell/unxlngi6.pro/misc/build/BeanShell/build.xml:176: Compile
failed; see the compiler error output for details.

Total time: 4 seconds
dmake:  Error code 1, while making 'ANTBUILD'
'---* tg_merge.mk *---'
dmake:  Error code 255, while making
'./unxlngi6.pro/misc/build/so_built_ooo_beanshell'
'---* tg_merge.mk *---'

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to