To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63038
                  Issue #:|63038
                  Summary:|OOo 2.0.2 should be built under jdk 1.5
                Component:|tools
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|alonbl





------- Additional comments from [EMAIL PROTECTED] Sat Mar 11 00:25:17 -0800 
2006 -------
Hello,
Again...
OOo 2.0.0 had this problem, solved in 2.0.1... Now again... A Sun sponsered
project does not compile with jdk 1.5.

---
-------------
/usr/bin/ant -Dprj=../../../.. -Dprjname=xt -Ddebug=off -Doptimize=on 
-Dtarget=compile -Dsolar.update=on -Dout=../../../../unxlngi6.pro
-Dinpath=unxlngi6.pro -Dproext=".pro" 
-Dsolar.bin=/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/solver/680/unxlngi6.pro/bin
-Dsolar.jar=/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/solver/680/unxlngi6.pro/bin
-Dsolar.doc=/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/solver/680/unxlngi6.pro/doc
 
-Dcommon.jar=/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/solver/680/unxlngi6.pro/bin
-Dcommon.doc=  -f build.xml  -emacs
Buildfile: build.xml

_check:

init:
Created dir:
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/lib
top:
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206
dist:
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/dist
javadocUptodate: ${javadocUptodate}
unzip.done: ${unzip.done}

compile:
compiling and jarring
Created dir:
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/stage/xt
Compiling 380 source files to
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/stage/xt
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/src/xt/java/com/jclark/xsl/expr/PatternList.java:129:
as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
                for (Enumeration enum =
                                 ^
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/src/xt/java/com/jclark/xsl/expr/PatternList.java:130:
as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
                         nameRules.elements();  enum.hasMoreElements(); ) {
                                                ^
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/src/xt/java/com/jclark/xsl/expr/PatternList.java:131:
as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
                    append((Vector)enum.nextElement(), ppb, obj);
                                   ^
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/src/xt/java/com/jclark/xsl/tr/AppendAction.java:19:
as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
        for (Enumeration enum = sequence.elements();
                         ^
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/src/xt/java/com/jclark/xsl/tr/AppendAction.java:20:
as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
             enum.hasMoreElements();)
             ^
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/src/xt/java/com/jclark/xsl/tr/AppendAction.java:21:
as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)
            ((Action)enum.nextElement()).invoke(context, sourceNode, result);
                     ^
6 errors

BUILD FAILED
/var/tmp/portage/openoffice-2.0.2/work/ooo-build-2.0.2/build/OOO_2_0_2/xt/unxlngi6.pro/misc/build/xt-20051206/build.xml:305:
Compile failed; see the compiler error output for details.

Total time: 3 seconds
dmake:  Error code 1, while making 'ANTBUILD'
'---* tg_merge.mk *---'
dmake:  Error code 255, while making './unxlngi6.pro/misc/build/so_built_xt'
'---* 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