summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed silense to silencePetteri Räty2007-03-061-3/+3
|
* _JAVA_OPTIONS breaks java -version so let' filter it by defaultPetteri Räty2007-03-051-1/+21
|
* Add java-pkg_doexamplesPetteri Räty2007-03-031-1/+28
|
* Then endless loop was caused by people having weird bashrc so changing the ↵Petteri Räty2007-03-031-2/+2
| | | | comment to reflect that.
* Don't use which to determine where depend-java-query is installed but ↵Petteri Räty2007-03-031-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 ↵Petteri Räty2007-03-011-1/+10
| | | | called for multiple packages using commas.
* Remove trailing white space.Petteri Räty2007-03-011-7/+7
|
* Force >=dev-java/java-config-2.0.31 on everyone to make sure conditional jdk ↵Petteri Räty2007-02-281-2/+2
| | | | dependencies work properly.
* * Automatically add Junit.present=true to ant properties when in the test phasePetteri Räty2007-02-131-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().Vlastimil Babka2007-01-301-12/+21
|
* Added class version verifying when JAVA_PKG_STRICT is in effect. Thanks to ↵Petteri Räty2007-01-301-6/+18
| | | | ali_bush.
* Fix java-pkg_jar-from that Caster broke with his last --into addition.Petteri Räty2007-01-291-1/+2
|
* Fix typoPetteri Räty2007-01-281-2/+2
|
* eant -lib is deprecated and should not be usedPetteri Räty2007-01-281-3/+19
|
* Move inherit java-ant-2 check to eant itself from the generic src_compile in ↵Petteri Räty2007-01-281-1/+7
| | | | java-pkg-2.
* Quote "${@}" in for loops again.Vlastimil Babka2007-01-261-4/+4
|
* Improve handling --* options order in jar-from, getjar{s}. Fix situation ↵Vlastimil Babka2007-01-251-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 ↵Petteri Räty2007-01-211-4/+4
| | | | dependencies should be build only.
* Added maven.mode.offline to properties we always pass to antPetteri Räty2007-01-211-2/+2
|
* Add split-ant functionality to relevant eclasses.Vlastimil Babka2007-01-211-5/+172
| | | | ----------------------------------------------------------------------
* Make eant add -q to ant options with PORTAGE_QUIET is set.Petteri Räty2007-01-201-4/+3
|
* Improve debug outputPetteri Räty2007-01-201-2/+4
|
* Added --with-dependencies option to jar-from and getjars and made dojar warn ↵Petteri Räty2007-01-151-3/+20
| | | | when overwriting an existing destination jar.
* Make dolauncher die if -pre specifies non-existing file.Vlastimil Babka2007-01-151-6/+12
| | | | ----------------------------------------------------------------------
* Moving EANT_GENTOO_CLASSPATH handling to eant implementation so that it can ↵Petteri Räty2007-01-121-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.Petteri Räty2007-01-101-7/+28
|
* Fix for-cycles quoting in java-utils-2.eclass.Vlastimil Babka2007-01-031-3/+3
| | | | ----------------------------------------------------------------------
* Made java-pkg_regjar die if called on a directory and improved debugging ↵Petteri Räty2006-12-311-8/+12
| | | | information.
* Removed bogus sanity checks from java-pkg_get-target() wrt bug #158094.Vlastimil Babka2006-12-311-17/+2
|
* Add -Dnoget=true as default parameter to ant in eant()Vlastimil Babka2006-12-201-3/+3
|
* Added wrapper for depend-java-query to pass USE flags. This and ↵Petteri Räty2006-12-171-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äty2006-12-081-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-071-3/+7
| | | | least).
* Call die if unable to determine VM from deps.Vlastimil Babka2006-12-071-2/+3
|
* Used wrong IFS for looping over the argument and added a comment for the ↵Petteri Räty2006-12-031-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äty2006-12-031-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äty2006-12-031-0/+1
|
* Moving java-pkg_init_paths_ call above the dodir call.Petteri Räty2006-12-021-2/+1
|
* Calling java-pkg_init_paths in java-pkg_do_write_ to ensure that he ↵Petteri Räty2006-12-021-1/+2
| | | | variables are correctly setup.
* Silenced warnings when the argument value includes spaces.Petteri Räty2006-11-101-1/+1
|
* Added code that you can call dolauncher without arguments if the package ↵Petteri Räty2006-10-211-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 Babka2006-09-271-17/+45
| | | | ejavac().
* Fixed a typo.Vlastimil Babka2006-09-271-1/+1
|
* Better detection in get-vm-version(). Fixes bug #147392.Vlastimil Babka2006-09-131-1/+1
|
* Remove dolauncher's tmp file after it's used, to solve problems like bug ↵Vlastimil Babka2006-09-121-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äty2006-09-091-5/+10
| | | | gjl_ variables.
* Removed trailing white space.Petteri Räty2006-09-091-58/+58
|
* Fixed a bug where jar-from getjar and getjars did not die when the package ↵Petteri Räty2006-08-271-9/+14
| | | | requested is not installed.
* Fixed bug in dolauncher, as reported by Jakob Truelsen <antialize@gmail.com>.Joshua Nichols2006-08-221-1/+1
|
* Patch by Caster to allow for build-time only jars.Joshua Nichols2006-08-111-9/+51
|