| /[gentoo-x86]/eclass/java-pkg-2.eclass |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
Convert documentation to eclass-manpages.
No longer call java-pkg_ensure-test in java-pkg-2_pkg_setup as this is handled by all package managers. #278965
Update copyright years in headers
Convert every instance of hasq to has.
Add EAPI=3 support for java eclasses. Bug #303061 and patch thanks to Ulrich Müller <ulm@gentoo.org>.
add java-pkg-2_src_test but don't export it so it can be used but doesn't break things that haven't been made to work with it
Move pkg_preinst to java-utils-2 and add it to java-pkg-opt-2.
Add support for the upcoming java-dep-check.
Don't run java-dep-check if the package doesn't have a package.env file.
Move the src_prepare export from java-utils-2 to java-pkg-2 and java-pkg-opt-2 (where it's now called only if USE=java).
Add pkg_preinst for dependency checking
Undo last accidental commit.
Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug #225981.
Add defaults for dev-java/commons- HOMEPAGE and SRC_URI.
Make JAVA_PKG_IUSE work with java-pkg-opt-2 too.
Remove eclass hooks to resolve bug #163262.
Add check for bundled class files along with jar files.
Allow EANT_DOC_TARGET="" to disable generating javadocs in default src_compile() even if doc is in IUSE, bug #166630.
Fixed a bug where the generic src_compile was unsetting ANT_TASKS from the env if EANT_ANT_TASKS wasn't specified.
Use WANT_ANT_TASKS if EANT_ANT_TASKS is not defined. Fixes bug #164315.
Move inherit java-ant-2 check to eant itself from the generic src_compile in java-pkg-2.
Make the generic src_compile die with JAVA_PKG_STRICT if you are not inherit java-ant-2 also.
Added EANT_ANT_TASKS to pass ANT_TASKS to eant. ANT_TASKS is unset in java-pkg_init so it can't be used in global scope.
Rename EANT_EXTRA_ARGUMENTS to EANT_EXTRA_ARGS
Pass paramaters on to eant in the default src_compile.
Seems those variables were not used after all
Added support for JAVA_PKG_IUSE and the mandatory ECLASS and INHERITED variables.
Moving EANT_GENTOO_CLASSPATH handling to eant implementation so that it can be used automatically in both src_compile and src_test.
Added EANT_GENTOO_CLASSPATH and EANT_EXTRA_ARGUMENTS support to the general src_compile.
Added EANT_FILTER_COMPILER to the default src_compile control variables.
Added to code to automatically show possible bundled jars in pre_src_compile.
Use normal vecho until vecho or something similar is agreed to be part of public API.
Quoting EANT_BUILD_XML in default src_compile to allow spaces in it.
Added default src_compile.
Make java-pkg-2.eclass die on pkg_setup if FEATURES has test, IUSE has test and use test is true.
Added CVS Headers after a request from grobian.
Apply whitespace checks from repoman to eclasses.
Fixed typo in pre_pkg_setup() function name.
Adding new Java eclasses, and updating old ones.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |