Commit Graph

114 Commits

Author SHA1 Message Date
Andy Clement
0c9521ae35 462146: -parameters option on iajc 2015-03-26 17:19:37 -07:00
Andy Clement
b6aec92d1e Use generics 2014-10-08 09:07:52 -07:00
hsestupin
ac48f780a4 add apt args when calling from ant (AjcTask)
Signed-off-by: hsestupin <stupin.sergey@gmail.com>
2014-08-11 09:36:22 -07:00
Andy Clement
f1f350f2bb ASM 5.0.1 plus polish/formatting 2014-04-01 08:10:34 -07:00
Andy Clement
38206a5304 AspectJ 1.8 2013-07-29 12:05:09 -07:00
Andy Clement
89c178fba2 376990: iajc does not support source compliance level 1.7 2012-04-17 09:39:41 -07:00
aclement
c4ae4d34a1 319595: -xmlConfigured in ajctask 2010-07-12 18:31:23 +00:00
aclement
9fd80a0a78 timers and improved signature pattern matching 2009-11-09 19:32:59 +00:00
aclement
ba4150af85 124460 and refactoring 2009-09-15 19:41:51 +00:00
aclement
1da1f7cdac 261808: fix 2009-01-31 04:33:22 +00:00
aclement
84af74fbe9 240234, comment 19 - patch for ajdoc 2008-07-31 18:24:24 +00:00
aclement
198ec09c69 switch to container from jrelib 2008-06-06 19:35:21 +00:00
aclement
c398f45927 231963: implementation, allow -checkRuntimeVersion:true or false 2008-05-13 23:03:02 +00:00
aclement
6bdb87d746 fix for 224962 - cope with 1.6 2008-04-01 04:48:31 +00:00
aclement
e1770f1714 168795 - ajdoc dependency added 2007-02-19 11:23:13 +00:00
aclement
3e8e5250e0 168795: reactivating ajdoc task 2007-02-19 11:22:02 +00:00
aclement
53366032c9 170102: allow more warnings in <iajc warn= > 2007-01-11 08:43:18 +00:00
aclement
409e613aac 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Matthew doesnt complain. 2006-08-25 09:50:32 +00:00
mwebster
fa7ca52b52 Bug 149289 "Support system and user aop.xml configuration files" (add META-INF/aop-ajc.xml) 2006-08-23 14:34:28 +00:00
mwebster
eb31ec6c3d Bug 113948 "Repackage AspectJ" (move module root suites out of default package) 2006-07-30 18:20:50 +00:00
aclement
e30498bef9 pipeline changes: new info message for time taken required change 2006-07-28 10:21:18 +00:00
wisberg
008efca98b Fix 136707 new logCommand option emits command line to INFO 2006-06-13 19:45:44 +00:00
acolyer
b6c89301f2 update license to EPL 2006-06-01 09:33:56 +00:00
aclement
69d420e8f3 fix for 144465 2006-05-30 16:10:06 +00:00
aclement
917a3a70f5 expose -Xjoinpoints: from Ant 2006-05-23 12:14:07 +00:00
aclement
5a01932b9d fixes for 137235 (contributed by Ron): more intelligent logic for determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...) 2006-05-04 07:14:47 +00:00
aclement
99882cb91a rons patch for 138540 2006-04-26 07:25:49 +00:00
aclement
91b4e7aa93 fix this to match BuildArgParser. 2006-03-28 13:27:09 +00:00
aclement
b2259116b8 fix for 130300: cause the mysterious disappearance of -XnoWeave 2006-03-05 17:00:04 +00:00
aclement
08ed506484 organized imports 2006-02-21 09:26:13 +00:00
wisberg
6f35ef3f0f test for 128128 - also grouped test cases to better disable by commenting 2006-02-16 22:58:11 +00:00
wisberg
da562415d5 fix for 128128 - suggestion correct 2006-02-16 22:57:18 +00:00
acolyer
3ea3c39aec support for messageHolder attribute even when forking (see corresponding change in ajc.Main) 2006-01-30 17:32:43 +00:00
acolyer
7a9a69e5c8 support for <jvmarg>...</jvmarg> when forking (needed by profiling scripts) 2006-01-20 12:21:11 +00:00
aclement
834e88cf5b unused import. 2006-01-18 17:12:53 +00:00
acolyer
e0d6f5412b Use ant's TaskLogger for all output from our task, rather than writing 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! 2006-01-18 14:35:44 +00:00
wisberg
fb949ea6a7 updated list of -X options for AspectJ 5 2005-12-18 23:20:52 +00:00
aclement
481e39cf09 Second patch from 95516 (ant support for -outxml) - patch from Matthew 2005-11-08 11:14:45 +00:00
mkersten
4bd7c2a932 Fixed Bugzilla Bug 113554: support ajsym file generation for command line builds 2005-11-08 03:03:28 +00:00
aclement
12e6334bf5 Let the bug floodgates open, reweavable is now default (pr91417) 2005-10-05 12:23:52 +00:00
wisberg
94ad04399f Ant 1.6 antlib.xml support, per bug 103493 2005-07-12 21:00:30 +00:00
acolyer
27c6150906 Andrew Huff's patch for the -log option 2005-06-02 11:46:31 +00:00
acolyer
f800dc9be1 ignore bintest directories 2005-05-31 14:41:09 +00:00
wisberg
2afa9c9148 newbuild.xml replacing build.xml, with Alex ok 2005-05-19 03:48:09 +00:00
wisberg
fb4454e817 imports only 2005-05-19 03:08:25 +00:00
wisberg
b375626119 adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3) 2005-05-19 03:08:03 +00:00
wisberg
6565120f4e prospective replacements for {module}/build.xml - will move there once validated by those who use build.xml. 2005-05-11 08:08:37 +00:00
avasseur
83655ff47c fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateTypeMungers. new LTW tests, some fix in the LTW test error reporting 2005-05-10 15:44:11 +00:00
avasseur
4cf9913a74 fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ annotations + tests from Andy H 2005-04-26 10:52:36 +00:00
acolyer
6906800a16 first half of Andrew Huff's patch for 59636 (-log option not producing output - should it?) 2005-04-20 12:35:08 +00:00