summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove eclass hooks to resolve bug #163262.Petteri Räty2007-08-051-45/+1
|
* Add check for bundled class files along with jar files.Vlastimil Babka2007-05-171-1/+4
|
* Allow EANT_DOC_TARGET="" to disable generating javadocs in default ↵Vlastimil Babka2007-05-071-5/+5
| | | | | | src_compile() even if doc is in IUSE, bug #166630.
* Fixed a bug where the generic src_compile was unsetting ANT_TASKS from the ↵Petteri Räty2007-04-071-2/+2
| | | | env if EANT_ANT_TASKS wasn't specified.
* Use WANT_ANT_TASKS if EANT_ANT_TASKS is not defined. Fixes bug #164315.Petteri Räty2007-01-281-2/+4
|
* Move inherit java-ant-2 check to eant itself from the generic src_compile in ↵Petteri Räty2007-01-281-6/+1
| | | | java-pkg-2.
* Make the generic src_compile die with JAVA_PKG_STRICT if you are not inherit ↵Petteri Räty2007-01-281-2/+7
| | | | java-ant-2 also.
* Added EANT_ANT_TASKS to pass ANT_TASKS to eant. ANT_TASKS is unset in ↵Petteri Räty2007-01-251-2/+4
| | | | java-pkg_init so it can't be used in global scope.
* Rename EANT_EXTRA_ARGUMENTS to EANT_EXTRA_ARGSPetteri Räty2007-01-211-3/+3
|
* Pass paramaters on to eant in the default src_compile.Petteri Räty2007-01-211-2/+3
|
* Seems those variables were not used after allPetteri Räty2007-01-161-4/+1
|
* Added support for JAVA_PKG_IUSE and the mandatory ECLASS and INHERITED ↵Petteri Räty2007-01-161-1/+15
| | | | variables.
* Moving EANT_GENTOO_CLASSPATH handling to eant implementation so that it can ↵Petteri Räty2007-01-121-12/+2
| | | | be used automatically in both src_compile and src_test.
* Added EANT_GENTOO_CLASSPATH and EANT_EXTRA_ARGUMENTS support to the general ↵Petteri Räty2007-01-121-2/+14
| | | | src_compile.
* Added EANT_FILTER_COMPILER to the default src_compile control variables.Petteri Räty2007-01-101-1/+5
|
* Added to code to automatically show possible bundled jars in pre_src_compile.Petteri Räty2007-01-101-1/+5
|
* Use normal vecho until vecho or something similar is agreed to be part of ↵Petteri Räty2006-12-181-2/+2
| | | | public API.
* Quoting EANT_BUILD_XML in default src_compile to allow spaces in it.Petteri Räty2006-12-181-2/+2
|
* Added default src_compile.Petteri Räty2006-12-171-2/+23
|
* Make java-pkg-2.eclass die on pkg_setup if FEATURES has test, IUSE has test ↵Petteri Räty2006-12-081-1/+2
| | | | and use test is true.
* Added CVS Headers after a request from grobian.Petteri Räty2006-12-031-0/+1
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-10-141-2/+2
|
* Fixed typo in pre_pkg_setup() function name.Vlastimil Babka2006-09-201-1/+1
|
* Adding new Java eclasses, and updating old ones.Joshua Nichols2006-06-241-0/+85