hello, groovy-1.0 is in portage with xstream-1.2 in portage groovy-1.0 does compile with xstream-1.2.1 in java-experimental groovy-1.0 does not compile [javac] /var/tmp/portage/dev-java/groovy-1.0/work/groovy-1.0/src/main/org/codehaus/groovy/control/SourceUnit.java:76: cannot access com.thoughtworks.xstream.XStream [javac] bad class file: /var/tmp/portage/dev-java/groovy-1.0/work/groovy-1.0/target/lib/xstream.jar(com/thoughtworks/xstream/XStream.class) [javac] class file has wrong version 50.0, should be 49.0 [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. [javac] import com.thoughtworks.xstream.XStream; [javac] ^ [javac] 1 error BUILD FAILED /var/tmp/portage/dev-java/groovy-1.0/work/groovy-1.0/build.xml:41: Compile failed; see the compiler error output for details. Total time: 1 second !!! ERROR: dev-java/groovy-1.0 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile
For now removed KEYWORDS again.
A couple of possibilities here: 1) xstream introduced dependency on 1.5 2) xstream's build system changed subtly such that we are no longer building the appropriate bytecode If it's #1, we are a bit out of luck, and would need to up groovy's dependency to 1.5. This would be less than ideal. If its #2, would just need to fix the build system.
groovy 1.0 is no longer in the tree. Please open a new bug if 1.5 does not work for you.