Log of /eclass/java-utils-2.eclass
Parent Directory
|
Revision Log
Revision
1.169 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 2 23:12:16 2015 UTC
(3 years, 6 months ago)
by
chewi
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.168: +8 -27 lines
Diff to
previous 1.168
,
to
selected 1.64
Allow java-pkg_get-javac to be called alone. Fixes bug #172594. Thanks
to sping for the patch. Also simplify die logic around
java-pkg_javac-args. die handling has improved since this was written.
Revision
1.166 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 22 09:20:07 2015 UTC
(3 years, 7 months ago)
by
monsieurp
Branch:
MAIN
Changes since
1.165: +47 -1 lines
Diff to
previous 1.165
,
to
selected 1.64
Introduce java-pkg_rm_files as a helper function along with JAVA_RM_FILES array to readily get rid of useless files. Derived from perl_rm_files by Kent Fredric.
Revision
1.165 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 28 13:33:48 2015 UTC
(3 years, 7 months ago)
by
chewi
Branch:
MAIN
Changes since
1.164: +7 -14 lines
Diff to
previous 1.164
,
to
selected 1.64
The -source flag was added in 1.3 or 1.4 (not sure) and we have
special code to handle this but no one in their right mind would build
with 1.2 or 1.3 now. Removing this code allows the ecj-gcj ebuild to
call java-pkg_javac-args without a proper VM present.
Revision
1.162 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 24 22:44:37 2015 UTC
(3 years, 8 months ago)
by
chewi
Branch:
MAIN
Changes since
1.161: +1 -13 lines
Diff to
previous 1.161
,
to
selected 1.64
The depend-java-query wrapper is raising readonly variable warnings
for USE in Portage 2.2.20. As best I can tell, this wrapper just isn't
needed any more because USE is already exported. I guess it wasn't
back in 2006?
Revision
1.159 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 28 20:35:40 2015 UTC
(3 years, 9 months ago)
by
chewi
Branch:
MAIN
Changes since
1.158: +32 -33 lines
Diff to
previous 1.158
,
to
selected 1.64
Skip java-dep-check for ant tasks wrt bug #298955. Fix missing
ant-core dependency SLOT. Fix recording of BUILD_DEPEND. Fix
java-pkg_ensure-dep matching and adjust the error message. Fix
automatic loading of ant-junit and junit wrt bug #513522 among others.
Revision
1.158 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 14 14:08:34 2015 UTC
(3 years, 10 months ago)
by
chewi
Branch:
MAIN
Changes since
1.157: +45 -33 lines
Diff to
previous 1.157
,
to
selected 1.64
Consider SLOTs when checking Java dependencies. Comment out the longer
error message for now to avoid spamming both users and ourselves
because this issue is currently widespread.
Revision
1.150 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 13 10:05:46 2012 UTC
(6 years, 11 months ago)
by
sera
Branch:
MAIN
Changes since
1.149: +80 -9 lines
Diff to
previous 1.149
,
to
selected 1.64
Add JAVA_PKG_WANT_BUILD_VM to allow limiting build VM by VM handle. The main
aim is to allow respecting the system VM, if possible, for a subset of VMs
provided by the jdk virtuals.
Thanks to Vlastimil Babka <caster@gentoo.org> for contributing the variable
name and review.
Revision
1.147 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 29 14:05:48 2011 UTC
(7 years, 3 months ago)
by
caster
Branch:
MAIN
Changes since
1.146: +3 -1 lines
Diff to
previous 1.146
,
to
selected 1.64
Add -Dmaven.test.skip=true for eant() in src_compile for easier usage of maven-generated build.xml. Bug #388507, patch by Ralph Sennhauser
Revision
1.104 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 3 17:55:21 2008 UTC
(10 years, 11 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.103: +9 -11 lines
Diff to
previous 1.103
,
to
selected 1.64
Add the ability to get GENTOO_COMPILER from the JDK config. This enables things like jamvm to use ecj. Record SLOT in package.env.
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 26 21:00:59 2007 UTC
(11 years, 2 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.97: +4 -2 lines
Diff to
previous 1.97
,
to
selected 1.64
Can't use export with JAVA_OPTIONS so just put back the unset. The warning given to users should be enough even if the unset does not currently work.
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 29 13:13:03 2007 UTC
(11 years, 9 months ago)
by
caster
Branch:
MAIN
Changes since
1.81: +15 -18 lines
Diff to
previous 1.81
,
to
selected 1.64
Automatically determine funcname in check-phase(); make announce-qa-violation output QA notices even without java-strict, and die with java-strict, unless called with --nodie; update all calls to the function to reflect this.
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[selected]
Mon Mar 5 22:56:25 2007 UTC
(11 years, 11 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.63: +21 -1 lines
Diff to
previous 1.63
_JAVA_OPTIONS breaks java -version so let' filter it by default
Revision
1.61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 3 16:27:31 2007 UTC
(11 years, 11 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.60: +4 -2 lines
Diff to
previous 1.60
,
to
selected 1.64
Don't use which to determine where depend-java-query is installed but hardcode /usr/bin because the which was causing endless loops for some people
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 13 19:52:51 2007 UTC
(12 years ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.56: +17 -5 lines
Diff to
previous 1.56
,
to
selected 1.64
* Automatically add Junit.present=true to ant properties when in the test phase
* 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.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 25 11:46:22 2007 UTC
(12 years ago)
by
caster
Branch:
MAIN
Changes since
1.48: +59 -27 lines
Diff to
previous 1.48
,
to
selected 1.64
Improve handling --* options order in jar-from, getjar{s}. Fix situation when they are called in
src_test without --build-only (no param shift). Adds --into $dir parameter to jar-from().
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 15 21:03:24 2007 UTC
(12 years, 1 month ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.42: +20 -3 lines
Diff to
previous 1.42
,
to
selected 1.64
Added --with-dependencies option to jar-from and getjars and made dojar warn when overwriting an existing destination jar.
Revision
1.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 15 00:01:21 2007 UTC
(12 years, 1 month ago)
by
caster
Branch:
MAIN
Changes since
1.41: +12 -6 lines
Diff to
previous 1.41
,
to
selected 1.64
Make dolauncher die if -pre specifies non-existing file.
----------------------------------------------------------------------
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 12 16:12:15 2007 UTC
(12 years, 1 month ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.40: +13 -1 lines
Diff to
previous 1.40
,
to
selected 1.64
Moving EANT_GENTOO_CLASSPATH handling to eant implementation so that it can be used automatically in both src_compile and src_test.
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 17 14:48:33 2006 UTC
(12 years, 2 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.34: +12 -1 lines
Diff to
previous 1.34
,
to
selected 1.64
Added wrapper for depend-java-query to pass USE flags. This and java-config-2.0.31 will fix bug #156228. This eclass should be changed to depend on 2.0.31 when it is stable.
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 3 18:41:25 2006 UTC
(12 years, 2 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.30: +5 -4 lines
Diff to
previous 1.30
,
to
selected 1.64
Used wrong IFS for looping over the argument and added a comment for the TODO of nichoj wondering what dohtml -f package-list does.
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 3 17:42:53 2006 UTC
(12 years, 2 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.29: +37 -24 lines
Diff to
previous 1.29
,
to
selected 1.64
Rewrote java-pkg_getjars to only accept two arguments (--build-only and java-config --classpath-argument). The previous handling for multiple packages was broken. Also documented java-pkg_dojavadoc.
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 21 18:04:56 2006 UTC
(12 years, 4 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.24: +28 -7 lines
Diff to
previous 1.24
,
to
selected 1.64
Added code that you can call dolauncher without arguments if the package only installs one jar with the Main-class attribute set.
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 12 07:58:32 2006 UTC
(12 years, 5 months ago)
by
caster
Branch:
MAIN
Changes since
1.20: +1 -0 lines
Diff to
previous 1.20
,
to
selected 1.64
Remove dolauncher's tmp file after it's used, to solve problems like bug #147243 caused by variable
assignments from previous dolauncher calls being used in consequent dolauncher calls (accumulating in that
temp file).
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 5 21:14:59 2006 UTC
(12 years, 6 months ago)
by
nichoj
Branch:
MAIN
Changes since
1.12: +8 -0 lines
Diff to
previous 1.12
,
to
selected 1.64
Added helper method to ensure that when FEATURE=test, then USE=test as well, or dies otherwise. Should probably be used in pkg_setup when appropriate.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 5 21:10:45 2006 UTC
(12 years, 6 months ago)
by
nichoj
Branch:
MAIN
Changes since
1.11: +19 -0 lines
Diff to
previous 1.11
,
to
selected 1.64
Added accessor methods for current vm, java-pkg_get-current-vm. Added metho,d java-pkg_current-vm-matches, which checks current vm against a list of possible vms.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 2 19:29:31 2006 UTC
(12 years, 6 months ago)
by
nichoj
Branch:
MAIN
Changes since
1.8: +12 -3 lines
Diff to
previous 1.8
,
to
selected 1.64
Added is-java-strict for checking FEATURES=java-strict. Added some voodoo to make eant stricter with regard to CLASSPATH, when java-strict is enable
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 21 15:31:50 2006 UTC
(12 years, 7 months ago)
by
nichoj
Branch:
MAIN
Changes since
1.6: +35 -1 lines
Diff to
previous 1.6
,
to
selected 1.64
Update to java-ant-2 to use post phase hook instead of the annoying ant_src_unpack. Will warn when ant_src_unpack is used.
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.
Sticky Tag: |
|