summaryrefslogtreecommitdiff
path: root/lib/rake/javaextensiontask.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't use --release flag on Java 8 (#213)Pavel Rosický2023-03-301-1/+7
* Support --release option to build JRuby extension for older platforms (#201)Satoshi Tagomori2022-01-221-2/+13
* Reduce duplicated binary(platf)Sutou Kouhei2022-01-041-5/+7
* Fix binary paths for staging and clobber (#197)konsolebox2022-01-041-6/+12
* Avoid warning: assigned but unused variable - e (#185)Olle Jonsson2021-01-291-1/+1
* Default to 1.7-level bytecode in Java build (#172)Charles Oliver Nutter2020-07-091-2/+2
* Fix typosSutou Kouhei2019-12-251-2/+2
* java: use command line array style instead of stringSutou Kouhei2019-10-211-22/+37
* Make lint options customizable (#158)Stephen George2019-10-211-1/+16
* Use the same order as definitionsSutou Kouhei2019-09-201-2/+2
* Add the -encoding option optionally to java compiler (#157)Tiago Dias2019-09-201-1/+11
* Add missing parenthesisKouhei Sutou2019-01-041-3/+3
* Fix caseKouhei Sutou2019-01-041-1/+1
* Raise error with proper messagePrashant Vithani2019-01-031-9/+17
* Fix cross-platform compilation for Java extensionsPrashant Vithani2019-01-021-1/+14
* Use require at top levelKouhei Sutou2018-08-291-1/+2
* Merge pull request #147 from prashantvithani/fix-classpathKouhei Sutou2018-08-291-4/+6
|\
| * Remove redundant check as it is always presentPrashant Vithani2018-08-281-2/+1
| * Use 'libdir' of rbconfig to get jruby classpathPrashant Vithani2018-08-281-4/+7
* | Update source & target version defaults to 6Prashant Vithani2018-08-281-2/+2
|/
* Remove needless shebangsKouhei Sutou2015-03-161-2/+0
* Emit JRuby cross-compile warnings only when actually doing cross-compiles.John Firebaugh2011-08-061-9/+9
* Use Gem::PackageTask consistently also on JavaExtensionTaskv0.7.9Luis Lavena2011-06-081-3/+4
* Use FileUtils#install instead of cp. Closes GH-33Luis Lavena2011-04-221-1/+1
* Fix handling of jar command line argumentsAlex Coles2009-12-071-1/+12
* Allow source and target versions to be specifiedAlex Coles2009-12-071-1/+9
* Code cleanup, provide accessor for debugAlex Coles2009-12-071-11/+5
* Make Java class path work on non-JRuby.Luis Lavena2009-12-071-1/+3
* Warn only once.Luis Lavena2009-12-061-1/+1
* Minor corrections to require definitionsLuis Lavena2009-12-061-2/+2
* Manual integration of JRuby support, by Alex ColesAlex Coles2009-12-061-0/+210