aboutsummaryrefslogtreecommitdiffstats
path: root/taskdefs/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bugzilla Bug 74279aclement2004-09-301-0/+4
| | | | -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-021-1/+2
|
* 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-151-29/+47
|
* 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
|
* - fix for bugs disclosed by fixes for bug 40807 wisberg2003-10-012-86/+130
| | | | | - added xweavedir attribute for weaving from and to a directory of classes
* aligning task with Javac task: wisberg2003-08-291-27/+15
| | | | | | - copies resources by default when using the Javac adapter - does not copy resources unless specified when invoked via AjcTask - copies injar resources always
* updated fix for 40807 - compiler adapter was supplying destDir when not ↵wisberg2003-08-282-28/+40
| | | | | | | specified Also adding warning for resource-copying (36071; copyInJars, sourceRootCopyFilter) I would like to disable entirely, but don't see and haven't gotten confirmation of behavior from last week's telephone call.
* Fixes and tests for bugs 39842 and 40807wisberg2003-07-262-13/+108
|
* permitting "none" as a "warn:" entrywisberg2003-05-271-1/+1
|
* fixing fork bugs: wisberg2003-05-271-68/+90
| | | | | | - permitting fork in incremental mode only when using tag file - pulling aspectjtools also from the task classpath also failonerror default was not true as stated in the docs
* fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵wisberg2003-05-251-2/+9
| | | | | | compliance set incorrectly (-1.3 instead of 1.4) and (2) warn:... form was ignored. These would break only when running from a Javac compiler adapter and using <compilerarg>
* updates mainly to support maven but also to support new ICommand wrapper ↵wisberg2003-05-241-91/+268
| | | | | | | | | | | | | | | | | for AjcTask: - findToolsJar now accepts versioned jars - supporting a forkclasspath to permit user to explicitly set - upgrades for testing - so multiple iterations work, - not altering cmd in execute() - only fixing up outjar once - reset() complete - so incremental compile tests work, - passing quit through to main - when forking on windows, use javaw rather than java if possible to avoid popping up a console window
* Fix for taskdef bug 37576 wisberg2003-05-141-35/+45
| | | | http://bugs.eclipse.org/bugs/show_bug.cgi?id=37576
* Usage is now emitted as an abort message, so AjcTask now ignores usage when ↵wisberg2003-04-301-7/+21
| | | | determining whether to throw a BuildException after getting an abort message. This fixes 3 tests.
* - extdirs and bootclasspath not experimental wisberg2003-04-131-78/+76
| | | | | | | - noWeave has correct case - better handling of list arguments - better comments - still largely untested
* completely new adapter implementation delegates to AjcTask wisberg2003-04-091-160/+122
| | | | and tries to work around javac source-pruning operations, with only limited success.
* support for wisberg2003-04-091-128/+669
| | | | | | - forking - compiler adapter delegation - bootclasspath, extdirs, by putting on classpath (weak)
* - generalized support resource copying, now from injars or sourceroots and ↵wisberg2003-03-131-197/+327
| | | | | | | out to directory or outjar - normalized path support for all path-like elements - reorganized for readability
* experimental ant task option to copy non-.class file contents of input jars ↵wisberg2003-03-101-21/+125
| | | | to the output jar after each compile or recompile.
* resolving unused-imports warningswisberg2003-02-135-42/+36
|
* suppressing info messages unless verbose wisberg2002-12-181-2/+11
| | | | and rendering user-visible exceptions using Main
* handling messages like the new taskdef, printing as we go and rendering ↵wisberg2002-12-181-8/+29
| | | | user-visible exceptions using Main
* public constructor, better message reporting on failurewisberg2002-12-181-1/+1
|
* again aligning task with xlint realitywisberg2002-12-171-26/+72
|
* emacssymwisberg2002-12-171-0/+4
|
* propoogating Erik's changes to AbortExceptionjhugunin2002-12-172-2/+2
|
* initial versionwisberg2002-12-168-0/+3025