aboutsummaryrefslogtreecommitdiffstats
path: root/taskdefs/src/org
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing taskdefs - wipAndy Clement2019-01-3010-4662/+0
|
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-291-3/+3
|
* Support Java10Andy Clement2018-04-181-3/+3
|
* Fix Bug 531179 - Add compiler arg support to iajc taskAndy Clement2018-02-142-15/+59
|
* add genericsAndy Clement2018-02-141-13/+15
|
* JDT Upgrade for 1.9.0.rc3Andy Clement2018-02-051-25/+22
|
* Improved Java9 option handlingAndy Clement2017-09-271-3/+3
|
* Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-201-0/+4
|\
| * 462146: -parameters option on iajcAndy Clement2015-03-261-0/+4
| |
* | Further 1.9 changes: better handling of source/targetV1_9_0_BETA5Andy Clement2016-07-261-3/+3
|/
* Use genericsAndy Clement2014-10-081-41/+38
|
* add apt args when calling from ant (AjcTask)hsestupin2014-08-111-0/+42
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* ASM 5.0.1 plus polish/formattingAndy Clement2014-04-011-3/+3
|
* 376990: iajc does not support source compliance level 1.7Andy Clement2012-04-171-3/+3
|
* 319595: -xmlConfigured in ajctaskaclement2010-07-121-1/+5
|
* timers and improved signature pattern matchingaclement2009-11-091-4/+12
|
* 124460 and refactoringaclement2009-09-151-0/+27
|
* 261808: fixaclement2009-01-311-2026/+1923
|
* 240234, comment 19 - patch for ajdocaclement2008-07-311-10/+58
|
* 231963: implementation, allow -checkRuntimeVersion:true or falseaclement2008-05-131-0/+4
|
* fix for 224962 - cope with 1.6aclement2008-04-011-3/+3
|
* 168795: reactivating ajdoc taskaclement2007-02-192-703/+712
|
* 170102: allow more warnings in <iajc warn= >aclement2007-01-111-2/+23
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-0/+6
| | | | Matthew doesnt complain.
* Fix 136707 new logCommand option emits command line to INFOwisberg2006-06-131-1/+13
|
* update license to EPLacolyer2006-06-018-16/+16
|
* fix for 144465aclement2006-05-301-0/+5
|
* expose -Xjoinpoints: from Antaclement2006-05-231-1/+7
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-041-6/+2
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* rons patch for 138540aclement2006-04-261-1/+2
|
* fix this to match BuildArgParser.aclement2006-03-281-1/+1
|
* fix for 130300: cause the mysterious disappearance of -XnoWeaveaclement2006-03-051-6/+14
|
* fix for 128128 - suggestion correctwisberg2006-02-161-5/+7
|
* support for messageHolder attribute even when forking (see corresponding ↵acolyer2006-01-301-5/+7
| | | | change in ajc.Main)
* support for <jvmarg>...</jvmarg> when forking (needed by profiling scripts)acolyer2006-01-201-2/+10
|
* unused import.aclement2006-01-181-9/+41
|
* Use ant's TaskLogger for all output from our task, rather than writing ↵acolyer2006-01-181-18/+82
| | | | directly to sys out / err. This commit also fixes the issue that running ant -verbose did not produce verbose output from iajc (it does now). I ran into this with a client yesterday, and it had me stumped for a while!
* updated list of -X options for AspectJ 5wisberg2005-12-181-2/+6
|
* Second patch from 95516 (ant support for -outxml) - patch from Matthewaclement2005-11-081-0/+12
|
* Fixed Bugzilla Bug 113554: support ajsym file generation for command line buildsmkersten2005-11-081-0/+6
|
* Let the bug floodgates open, reweavable is now default (pr91417)aclement2005-10-051-1/+7
|
* Ant 1.6 antlib.xml support, per bug 103493wisberg2005-07-121-0/+13
|
* Andrew Huff's patch for the -log optionacolyer2005-06-021-40/+9
|
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-101-0/+4
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-261-3/+4
| | | | annotations + tests from Andy H
* first half of Andrew Huff's patch for 59636 (-log option not producing ↵acolyer2005-04-201-10/+34
| | | | output - should it?)
* bug 53209 - inpathDirCopyFilterwisberg2005-03-221-8/+84
|
* support -showWeaveInfo in javac adapterwisberg2005-01-271-1/+3
|
* Update to allow 1.5 to be specified.aclement2005-01-191-5/+5
|
* Fix for Bugzilla Bug 74279aclement2004-09-301-0/+4
| | | | -showWeaveInfo option is not supported by iajc Ant task