diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2011-12-21 12:39:35 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2011-12-21 12:39:35 +0000 |
commit | 359ef35bd5010c1bed9712b4ac10ccbf313cfebb (patch) | |
tree | 98e268f351aac4e8d22ffe9aff114c8d3e707b90 /dev-util/checkstyle/checkstyle-5.4.ebuild | |
parent | version bump and sync with 1.1.9999 (diff) | |
download | gentoo-2-359ef35bd5010c1bed9712b4ac10ccbf313cfebb.tar.gz gentoo-2-359ef35bd5010c1bed9712b4ac10ccbf313cfebb.tar.bz2 gentoo-2-359ef35bd5010c1bed9712b4ac10ccbf313cfebb.zip |
Add tools.jar to build classpath, thanks to Chewi for noticing.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/checkstyle/checkstyle-5.4.ebuild')
-rw-r--r-- | dev-util/checkstyle/checkstyle-5.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/checkstyle/checkstyle-5.4.ebuild b/dev-util/checkstyle/checkstyle-5.4.ebuild index 9c45e0cae380..8fa309fbe63e 100644 --- a/dev-util/checkstyle/checkstyle-5.4.ebuild +++ b/dev-util/checkstyle/checkstyle-5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild,v 1.1 2011/11/09 19:23:15 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild,v 1.2 2011/12/21 12:39:35 sera Exp $ EAPI="4" @@ -53,6 +53,7 @@ EANT_BUILD_XML="maven-build.xml" EANT_GENTOO_CLASSPATH="ant-core,antlr,commons-beanutils-1.7,commons-cli-1,commons-logging,guava" EANT_BUILD_TARGET="package" EANT_ANT_TASKS="ant-nodeps" +EANT_NEEDS_TOOLS="true" src_test() { EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4" |