* [gentoo-amd64] dev-java/jaxen
@ 2005-09-28 20:41 Piotr Warpechowski
0 siblings, 0 replies; only message in thread
From: Piotr Warpechowski @ 2005-09-28 20:41 UTC (permalink / raw
To: gentoo-amd64
Is there any way to compile netbeans-4.0-r2 with jaxen-1.1_beta6 instead
of jaxen-1.0. I've tried to change netbeans-4.0-r2.ebuild to use other
ver. but without any luck.
---------------------------------------------
emerge --search jaxen
Searching...
[ Results for search key : jaxen ]
[ Applications found : 1 ]
* dev-java/jaxen
Latest version available: 1.1_beta6
Latest version installed: 1.1_beta6
Size of downloaded files: 237 kB
Homepage: http://jaxen.org/
Description: A Java XPath Engine
License: jaxen
---------------------------------------------------------------------------
emerge netbeans
Calculating dependencies ...done!
>>> emerge (1 of 8) dev-java/jaxen-1.0 to /
>>> md5 files ;-) jaxen-1.0.ebuild
>>> md5 files ;-) jaxen-1.1_beta2-r1.ebuild
>>> md5 files ;-) jaxen-1.1_beta6.ebuild
>>> md5 files ;-) files/jaxen-1.1_beta2-gentoo.diff
>>> md5 files ;-) files/digest-jaxen-1.0
>>> md5 files ;-) files/digest-jaxen-1.1_beta2-r1
>>> md5 files ;-) files/build.xml.patch
>>> md5 files ;-) files/MANIFEST.MF
>>> md5 files ;-) files/digest-jaxen-1.1_beta6
>>> md5 src_uri ;-) jaxen-1.0-FCS.tar.gz
>>> Unpacking source...
>>> Unpacking jaxen-1.0-FCS.tar.gz to /var/tmp/portage/jaxen-1.0/work
tar: A lone zero block at 17919
* Applying build.xml.patch
...
[ ok ]
>>> Source unpacked.
Buildfile: build.xml
init:
[echo] ----------- Jaxen 1.0-FCS [2002] ------------
prepare:
[mkdir] Created dir: /var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/classes
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/classes/main
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/classes/test
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/classes/samples
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/test
[mkdir] Created dir:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/samples
prepare.core:
[copy] Copying 154 files to
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main
[copy] Copied 12 empty directories to 4 empty directories under
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build
/src/main
compile.core:
internal.compile:
[javac] Compiling 154 source files to
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/classes/main
[javac] This version of java does not support the classic compiler;
upgrading to modern
[javac]
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main/org/jaxen/function/ext/LocaleFunctionSupport.ja
va:133: as of release 1.5, 'enum' is a keyword, and may not be used as
an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] StringTokenizer enum = new StringTokenizer(
localeText, "-" );
[javac] ^
[javac]
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main/org/jaxen/function/ext/LocaleFunctionSupport.ja
va:134: as of release 1.5, 'enum' is a keyword, and may not be used as
an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] if (enum.hasMoreTokens())
[javac] ^
[javac]
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main/org/jaxen/function/ext/LocaleFunctionSupport.ja
va:136: as of release 1.5, 'enum' is a keyword, and may not be used as
an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] String language = enum.nextToken();
[javac] ^
[javac]
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main/org/jaxen/function/ext/LocaleFunctionSupport.ja
va:137: as of release 1.5, 'enum' is a keyword, and may not be used as
an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] if (! enum.hasMoreTokens())
[javac] ^
[javac]
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main/org/jaxen/function/ext/LocaleFunctionSupport.ja
va:143: as of release 1.5, 'enum' is a keyword, and may not be used as
an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] String country = enum.nextToken();
[javac] ^
[javac]
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main/org/jaxen/function/ext/LocaleFunctionSupport.ja
va:144: as of release 1.5, 'enum' is a keyword, and may not be used as
an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] if (! enum.hasMoreTokens())
[javac] ^
[javac]
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build/src/main/org/jaxen/function/ext/LocaleFunctionSupport.ja
va:150: as of release 1.5, 'enum' is a keyword, and may not be used as
an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] String variant = enum.nextToken();
[javac] ^
[javac] 7 errors
BUILD FAILED
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build.xml:343: The
following error occurred while executing this line:
/var/tmp/portage/jaxen-1.0/work/jaxen-1.0-FCS/build.xml:237: Compile
failed; see the compiler error output for details.
Total time: 3 seconds
!!! ERROR: dev-java/jaxen-1.0 failed.
!!! Function src_compile, Line 50, Exitcode 1
!!! compile failed
!!! If you need support, post the topmost build error, NOT this status
message.
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-28 20:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-28 20:41 [gentoo-amd64] dev-java/jaxen Piotr Warpechowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox