summaryrefslogtreecommitdiffstats
path: root/taskdefs
Commit message (Collapse)AuthorAgeFilesLines
* Fix 136707 new logCommand option emits command line to INFOwisberg2006-06-132-20/+79
|
* update license to EPLacolyer2006-06-0113-26/+26
|
* 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-042-7/+12
| | | | 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-052-7/+15
|
* organized importsaclement2006-02-211-1/+0
|
* test for 128128 - also grouped test cases to better disable by commentingwisberg2006-02-161-97/+138
|
* 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-082-0/+37
|
* 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-022-62/+13
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-67/+3
|
* imports onlywisberg2005-05-191-7/+16
|
* adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3)wisberg2005-05-191-9/+41
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* 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-202-12/+72
| | | | output - should it?)
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+64
| | | | individually or via master in build module.
* bug 53209 - inpathDirCopyFilter testswisberg2005-03-229-1/+101
|
* bug 53209 - inpathDirCopyFilterwisberg2005-03-221-8/+84
|
* skipping test on X feature said to be failing on the build machine, though ↵wisberg2005-01-271-2/+3
| | | | not locally.
* old test for done signalwisberg2005-01-271-0/+44
|
* 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-10-012-0/+17
| | | | -showWeaveInfo option is not supported by iajc Ant task
* Fix for Bugzilla Bug 74279aclement2004-09-302-0/+19
| | | | -showWeaveInfo option is not supported by iajc Ant task
* Changed from using deprecated APIs.aclement2004-08-231-5/+7
|
* added some commented out debug code that is useful when you wantacolyer2004-07-301-2/+24
| | | | to get information on a failure in a forking task
* fix for Bugzilla Bug 40206acolyer2004-07-291-2/+2
| | | | need common isAspectJSourceFile() method
* add direct support for reweavable, reweavable:compress and noInline in X optionsacolyer2004-06-022-1/+19
|
* added lazyTjp to list of accepted X options, added undocumented xdone flagwisberg2004-04-151-2/+12
|
* Georges fix to AjcTask for failing testcases.aclement2004-03-011-3/+5
|
* Fix for Bug 36430: Xreweavable supportaclement2004-02-241-0/+6
|
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-233-11/+11
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* supporting -target 1.3 and 1.4wisberg2004-01-152-612/+709
|
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-131-1/+1
| | | | default mode (inherited behaviour from JDT).
* inpath supportwisberg2003-12-151-2/+8
|
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-111-2/+27
|