Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for-cycles quoting in java-utils-2.eclass. | Vlastimil Babka | 2007-01-03 | 1 | -3/+3 | |
| | | | | ---------------------------------------------------------------------- | |||||
* | Made java-pkg_regjar die if called on a directory and improved debugging ↵ | Petteri Räty | 2006-12-31 | 1 | -8/+12 | |
| | | | | information. | |||||
* | Removed bogus sanity checks from java-pkg_get-target() wrt bug #158094. | Vlastimil Babka | 2006-12-31 | 1 | -17/+2 | |
| | ||||||
* | Add -Dnoget=true as default parameter to ant in eant() | Vlastimil Babka | 2006-12-20 | 1 | -3/+3 | |
| | ||||||
* | Added wrapper for depend-java-query to pass USE flags. This and ↵ | Petteri Räty | 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 ↵ | Petteri Räty | 2006-12-08 | 1 | -3/+4 | |
| | | | | and use test is true. | |||||
* | Use the proper platform include directory for jni (for FreeBSD and Linux at ↵ | Diego Elio Pettenò | 2006-12-07 | 1 | -3/+7 | |
| | | | | least). | |||||
* | Call die if unable to determine VM from deps. | Vlastimil Babka | 2006-12-07 | 1 | -2/+3 | |
| | ||||||
* | Used wrong IFS for looping over the argument and added a comment for the ↵ | Petteri Räty | 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 ↵ | Petteri Räty | 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. | Petteri Räty | 2006-12-03 | 1 | -0/+1 | |
| | ||||||
* | Moving java-pkg_init_paths_ call above the dodir call. | Petteri Räty | 2006-12-02 | 1 | -2/+1 | |
| | ||||||
* | Calling java-pkg_init_paths in java-pkg_do_write_ to ensure that he ↵ | Petteri Räty | 2006-12-02 | 1 | -1/+2 | |
| | | | | variables are correctly setup. | |||||
* | Silenced warnings when the argument value includes spaces. | Petteri Räty | 2006-11-10 | 1 | -1/+1 | |
| | ||||||
* | Added code that you can call dolauncher without arguments if the package ↵ | Petteri Räty | 2006-10-21 | 1 | -7/+28 | |
| | | | | only installs one jar with the Main-class attribute set. | |||||
* | Fix dying in subshell wrt bug #146807. Make compiler selection honoured by ↵ | Vlastimil Babka | 2006-09-27 | 1 | -17/+45 | |
| | | | | ejavac(). | |||||
* | Fixed a typo. | Vlastimil Babka | 2006-09-27 | 1 | -1/+1 | |
| | ||||||
* | Better detection in get-vm-version(). Fixes bug #147392. | Vlastimil Babka | 2006-09-13 | 1 | -1/+1 | |
| | ||||||
* | Remove dolauncher's tmp file after it's used, to solve problems like bug ↵ | Vlastimil Babka | 2006-09-12 | 1 | -0/+1 | |
| | | | | | | | #147243 caused by variable assignments from previous dolauncher calls being used in consequent dolauncher calls (accumulating in that temp file). | |||||
* | Modified dolauncher so that variables from the pre file can be used in the ↵ | Petteri Räty | 2006-09-09 | 1 | -5/+10 | |
| | | | | gjl_ variables. | |||||
* | Removed trailing white space. | Petteri Räty | 2006-09-09 | 1 | -58/+58 | |
| | ||||||
* | Fixed a bug where jar-from getjar and getjars did not die when the package ↵ | Petteri Räty | 2006-08-27 | 1 | -9/+14 | |
| | | | | requested is not installed. | |||||
* | Fixed bug in dolauncher, as reported by Jakob Truelsen <antialize@gmail.com>. | Joshua Nichols | 2006-08-22 | 1 | -1/+1 | |
| | ||||||
* | Patch by Caster to allow for build-time only jars. | Joshua Nichols | 2006-08-11 | 1 | -9/+51 | |
| | ||||||
* | Fix for current-vm-matches by Caster | Joshua Nichols | 2006-08-10 | 1 | -1/+1 | |
| | ||||||
* | Switched 'java-strict' from being a FEATURE to being a variable. | Joshua Nichols | 2006-08-07 | 1 | -1/+1 | |
| | ||||||
* | Added helper method to ensure that when FEATURE=test, then USE=test as well, ↵ | Joshua Nichols | 2006-08-05 | 1 | -0/+8 | |
| | | | | or dies otherwise. Should probably be used in pkg_setup when appropriate. | |||||
* | Added accessor methods for current vm, java-pkg_get-current-vm. Added ↵ | Joshua Nichols | 2006-08-05 | 1 | -0/+19 | |
| | | | | metho,d java-pkg_current-vm-matches, which checks current vm against a list of possible vms. | |||||
* | Fixed is-java-strict to respect FEATURES=-java-strict | Joshua Nichols | 2006-08-05 | 1 | -1/+1 | |
| | ||||||
* | Added java-pkg_ensure-gcj function, which dies if gcc wasn't built with gcj | Joshua Nichols | 2006-08-05 | 1 | -1/+12 | |
| | ||||||
* | Added is-java-strict for checking FEATURES=java-strict. Added some voodoo to ↵ | Joshua Nichols | 2006-08-02 | 1 | -3/+12 | |
| | | | | make eant stricter with regard to CLASSPATH, when java-strict is enable | |||||
* | Added java-pkg_force-compiler | Joshua Nichols | 2006-07-31 | 1 | -0/+13 | |
| | ||||||
* | Update to java-ant-2 to use post phase hook instead of the annoying ↵ | Joshua Nichols | 2006-07-21 | 1 | -1/+35 | |
| | | | | ant_src_unpack. Will warn when ant_src_unpack is used. | |||||
* | Added a temporary fix for a bug in ejavac | Joshua Nichols | 2006-07-18 | 1 | -2/+4 | |
| | ||||||
* | Fixed installing registering multiple jar files. | Krzysztof Pawlik | 2006-07-08 | 1 | -2/+23 | |
| | ||||||
* | Fixed some nasty, yet harmless warnings. | Joshua Nichols | 2006-07-01 | 1 | -2/+2 | |
| | ||||||
* | Fix for JAVA_PKG_FORCE_COMPILER. exports JAVA and JAVAC now. | Joshua Nichols | 2006-07-01 | 1 | -1/+9 | |
| | ||||||
* | Minor tweak to eant | Joshua Nichols | 2006-06-25 | 1 | -2/+0 | |
| | ||||||
* | Adding new Java eclasses, and updating old ones. | Joshua Nichols | 2006-06-24 | 1 | -0/+1747 | |