#
# Licensed under the GNU General Public License, v2
#
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.35 2006/12/17 14:48:33 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.36 2006/12/20 22:45:18 caster Exp $
# -----------------------------------------------------------------------------
# "Using eant, but not depending on dev-java/ant or dev-java/ant-core"
# fi
- local antflags
+ local antflags="-Dnoget=true"
java-pkg_init-compiler_
local compiler="${GENTOO_COMPILER}"
fi
if [[ ${compiler} != "javac" ]]; then
- antflags="-Dbuild.compiler=${build_compiler}"
+ antflags="${antflags} -Dbuild.compiler=${build_compiler}"
# Figure out any extra stuff to put on the classpath for compilers aside
# from javac
# ANT_BUILD_COMPILER_DEPS should be something that could be passed to