Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Local variable declaration made paranoidly safe. | 2007-04-20 | 1 | -2/+3 | ||
| | ||||||
* | Use the full deptree with EANT_GENTOO_CLASSPATH when in src_test. | 2007-04-20 | 1 | -4/+4 | ||
| | ||||||
* | Make java-pkg_dojavadoc check for index.html | 2007-04-20 | 1 | -1/+13 | ||
| | ||||||
* | Fix java-pkg_getjars ensure-dep looping. | 2007-04-20 | 1 | -2/+2 | ||
| | ||||||
* | Use elog instead of einfo in java-pkg_ensure-dep. | 2007-04-18 | 1 | -7/+7 | ||
| | ||||||
* | Silence dep checker warning when inside a sub shell. | 2007-04-18 | 1 | -5/+5 | ||
| | ||||||
* | Updating java-utils-2.eclass with QA tests to check whether ebuild uses ↵ | 2007-04-17 | 1 | -2/+55 | ||
| | | | | package without depending on it | |||||
* | replace INSDESTTREE/INSOPTIONS with subshells and insinto/insopts | 2007-04-07 | 1 | -3/+9 | ||
| | ||||||
* | Added instructions on how to fix an error when calling regjar with *.jar but ↵ | 2007-03-25 | 1 | -1/+6 | ||
| | | | | not using ${D}. | |||||
* | Added missing separator for edoc. | 2007-03-22 | 1 | -1/+2 | ||
| | ||||||
* | Check that app-arch/zip is in DEPEND in java-pkg_dosrc. | 2007-03-17 | 1 | -4/+12 | ||
| | ||||||
* | Changed silense to silence | 2007-03-06 | 1 | -3/+3 | ||
| | ||||||
* | _JAVA_OPTIONS breaks java -version so let' filter it by default | 2007-03-05 | 1 | -1/+21 | ||
| | ||||||
* | Add java-pkg_doexamples | 2007-03-03 | 1 | -1/+28 | ||
| | ||||||
* | Then endless loop was caused by people having weird bashrc so changing the ↵ | 2007-03-03 | 1 | -2/+2 | ||
| | | | | comment to reflect that. | |||||
* | Don't use which to determine where depend-java-query is installed but ↵ | 2007-03-03 | 1 | -2/+4 | ||
| | | | | hardcode /usr/bin because the which was causing endless loops for some people | |||||
* | Fix recording of dependencies to package.env when java-pkg_jar-from is ↵ | 2007-03-01 | 1 | -1/+10 | ||
| | | | | called for multiple packages using commas. | |||||
* | Remove trailing white space. | 2007-03-01 | 1 | -7/+7 | ||
| | ||||||
* | Force >=dev-java/java-config-2.0.31 on everyone to make sure conditional jdk ↵ | 2007-02-28 | 1 | -2/+2 | ||
| | | | | dependencies work properly. | |||||
* | * Automatically add Junit.present=true to ant properties when in the test phase | 2007-02-13 | 1 | -5/+17 | ||
| | | | | | | * Allow multiple atoms in EANT_GENTOO_CLASSPATH * Automatically add junit to gentoo.classpath when EANT_GENTOO_CLASSPATH is defined, ant-junit is in ANT_TASKS and we are in the test phase. | |||||
* | Improve output and comments for java-pkg_verify-classes(). | 2007-01-30 | 1 | -12/+21 | ||
| | ||||||
* | Added class version verifying when JAVA_PKG_STRICT is in effect. Thanks to ↵ | 2007-01-30 | 1 | -6/+18 | ||
| | | | | ali_bush. | |||||
* | Fix java-pkg_jar-from that Caster broke with his last --into addition. | 2007-01-29 | 1 | -1/+2 | ||
| | ||||||
* | Fix typo | 2007-01-28 | 1 | -2/+2 | ||
| | ||||||
* | eant -lib is deprecated and should not be used | 2007-01-28 | 1 | -3/+19 | ||
| | ||||||
* | Move inherit java-ant-2 check to eant itself from the generic src_compile in ↵ | 2007-01-28 | 1 | -1/+7 | ||
| | | | | java-pkg-2. | |||||
* | Quote "${@}" in for loops again. | 2007-01-26 | 1 | -4/+4 | ||
| | ||||||
* | Improve handling --* options order in jar-from, getjar{s}. Fix situation ↵ | 2007-01-25 | 1 | -28/+60 | ||
| | | | | | | when they are called in src_test without --build-only (no param shift). Adds --into $dir parameter to jar-from(). | |||||
* | Don't record dependencies when the ebuild phase is test, all those ↵ | 2007-01-21 | 1 | -4/+4 | ||
| | | | | dependencies should be build only. | |||||
* | Added maven.mode.offline to properties we always pass to ant | 2007-01-21 | 1 | -2/+2 | ||
| | ||||||
* | Add split-ant functionality to relevant eclasses. | 2007-01-21 | 1 | -5/+172 | ||
| | | | | ---------------------------------------------------------------------- | |||||
* | Make eant add -q to ant options with PORTAGE_QUIET is set. | 2007-01-20 | 1 | -4/+3 | ||
| | ||||||
* | Improve debug output | 2007-01-20 | 1 | -2/+4 | ||
| | ||||||
* | Added --with-dependencies option to jar-from and getjars and made dojar warn ↵ | 2007-01-15 | 1 | -3/+20 | ||
| | | | | when overwriting an existing destination jar. | |||||
* | Make dolauncher die if -pre specifies non-existing file. | 2007-01-15 | 1 | -6/+12 | ||
| | | | | ---------------------------------------------------------------------- | |||||
* | Moving EANT_GENTOO_CLASSPATH handling to eant implementation so that it can ↵ | 2007-01-12 | 1 | -1/+13 | ||
| | | | | be used automatically in both src_compile and src_test. | |||||
* | Added to code to automatically show possible bundled jars in pre_src_compile. | 2007-01-10 | 1 | -7/+28 | ||
| | ||||||
* | Fix for-cycles quoting in java-utils-2.eclass. | 2007-01-03 | 1 | -3/+3 | ||
| | | | | ---------------------------------------------------------------------- | |||||
* | Made java-pkg_regjar die if called on a directory and improved debugging ↵ | 2006-12-31 | 1 | -8/+12 | ||
| | | | | information. | |||||
* | Removed bogus sanity checks from java-pkg_get-target() wrt bug #158094. | 2006-12-31 | 1 | -17/+2 | ||
| | ||||||
* | Add -Dnoget=true as default parameter to ant in eant() | 2006-12-20 | 1 | -3/+3 | ||
| | ||||||
* | Added wrapper for depend-java-query to pass USE flags. This and ↵ | 2006-12-17 | 1 | -1/+12 | ||
| | | | | java-config-2.0.31 will fix bug #156228. This eclass should be changed to depend on 2.0.31 when it is stable. | |||||
* | Make java-pkg-2.eclass die on pkg_setup if FEATURES has test, IUSE has test ↵ | 2006-12-08 | 1 | -3/+4 | ||
| | | | | and use test is true. | |||||
* | Use the proper platform include directory for jni (for FreeBSD and Linux at ↵ | 2006-12-07 | 1 | -3/+7 | ||
| | | | | least). | |||||
* | Call die if unable to determine VM from deps. | 2006-12-07 | 1 | -2/+3 | ||
| | ||||||
* | Used wrong IFS for looping over the argument and added a comment for the ↵ | 2006-12-03 | 1 | -4/+5 | ||
| | | | | TODO of nichoj wondering what dohtml -f package-list does. | |||||
* | Rewrote java-pkg_getjars to only accept two arguments (--build-only and ↵ | 2006-12-03 | 1 | -24/+37 | ||
| | | | | java-config --classpath-argument). The previous handling for multiple packages was broken. Also documented java-pkg_dojavadoc. | |||||
* | Added CVS Headers after a request from grobian. | 2006-12-03 | 1 | -0/+1 | ||
| | ||||||
* | Moving java-pkg_init_paths_ call above the dodir call. | 2006-12-02 | 1 | -2/+1 | ||
| | ||||||
* | Calling java-pkg_init_paths in java-pkg_do_write_ to ensure that he ↵ | 2006-12-02 | 1 | -1/+2 | ||
| | | | | variables are correctly setup. |