Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests for fixes for bugs disclosed by fixes for 40807 | wisberg | 2003-10-01 | 3 | -7/+126 |
| | |||||
* | - fix for bugs disclosed by fixes for bug 40807 | wisberg | 2003-10-01 | 2 | -86/+130 |
| | | | | | - added xweavedir attribute for weaving from and to a directory of classes | ||||
* | aligning task with Javac task: | wisberg | 2003-08-29 | 1 | -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 | ||||
* | sourceRootCopyFilter test | wisberg | 2003-08-29 | 7 | -10/+59 |
| | |||||
* | updated fix for 40807 - compiler adapter was supplying destDir when not ↵ | wisberg | 2003-08-28 | 2 | -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 40807 | wisberg | 2003-07-26 | 3 | -15/+210 |
| | |||||
* | permitting "none" as a "warn:" entry | wisberg | 2003-05-27 | 1 | -1/+1 |
| | |||||
* | tests for setting message holder by class name | wisberg | 2003-05-27 | 1 | -8/+54 |
| | |||||
* | fixing fork bugs: | wisberg | 2003-05-27 | 2 | -68/+128 |
| | | | | | | - 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) ↵ | wisberg | 2003-05-25 | 1 | -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> | ||||
* | moved a command-line-driven test of classpath variants here | wisberg | 2003-05-24 | 1 | -1/+41 |
| | |||||
* | updates mainly to support maven but also to support new ICommand wrapper ↵ | wisberg | 2003-05-24 | 1 | -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 | ||||
* | more/better junit tests for AjcTask.java fork when possible | wisberg | 2003-05-24 | 1 | -124/+199 |
| | |||||
* | setting classpath for out-of-eclipse testing | wisberg | 2003-05-24 | 1 | -1/+5 |
| | |||||
* | Fix for taskdef bug 37576 | wisberg | 2003-05-14 | 2 | -35/+63 |
| | | | | http://bugs.eclipse.org/bugs/show_bug.cgi?id=37576 | ||||
* | fixed two tests to expect addition abort message for usage, | wisberg | 2003-04-30 | 1 | -8/+11 |
| | | | | and commented out one test because it does not add the file correctly (to a matching task) | ||||
* | Usage is now emitted as an abort message, so AjcTask now ignores usage when ↵ | wisberg | 2003-04-30 | 1 | -7/+21 |
| | | | | determining whether to throw a BuildException after getting an abort message. This fixes 3 tests. | ||||
* | - extdirs and bootclasspath not experimental | wisberg | 2003-04-13 | 1 | -78/+76 |
| | | | | | | | - noWeave has correct case - better handling of list arguments - better comments - still largely untested | ||||
* | added minimal (unverified) compiler adapter tests | wisberg | 2003-04-09 | 1 | -2/+5 |
| | |||||
* | minimal (unverified) compiler adapter tests | wisberg | 2003-04-09 | 1 | -0/+99 |
| | |||||
* | added (largely unverified) forked compile tests | wisberg | 2003-04-09 | 1 | -9/+36 |
| | |||||
* | completely new adapter implementation delegates to AjcTask | wisberg | 2003-04-09 | 1 | -160/+122 |
| | | | | and tries to work around javac source-pruning operations, with only limited success. | ||||
* | support for | wisberg | 2003-04-09 | 1 | -128/+669 |
| | | | | | | - forking - compiler adapter delegation - bootclasspath, extdirs, by putting on classpath (weak) | ||||
* | - generalized support resource copying, now from injars or sourceroots and ↵ | wisberg | 2003-03-13 | 1 | -197/+327 |
| | | | | | | | out to directory or outjar - normalized path support for all path-like elements - reorganized for readability | ||||
* | upgraded for new resource-copying API's and also testing nested paths and ↵ | wisberg | 2003-03-13 | 2 | -19/+124 |
| | | | | refid's. | ||||
* | adding resources to src directory to test resource copying to output | wisberg | 2003-03-13 | 5 | -0/+6 |
| | |||||
* | remove unused API | wisberg | 2003-03-13 | 1 | -3/+2 |
| | |||||
* | manual test for experimental ant task option to copy non-.class file ↵ | wisberg | 2003-03-10 | 12 | -0/+4889 |
| | | | | | | contents of input jars to the output jar after each compile or recompile. Currently showing VerifyError on recompile -- need to investigate further. | ||||
* | experimental ant task option to copy non-.class file contents of input jars ↵ | wisberg | 2003-03-10 | 1 | -21/+125 |
| | | | | to the output jar after each compile or recompile. | ||||
* | adding aspectjrt.jar to classpath to avoid disregarded warning | wisberg | 2003-02-28 | 1 | -0/+1 |
| | |||||
* | Ignore bin directory | acolyer | 2003-02-26 | 1 | -0/+1 |
| | |||||
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 7 | -47/+36 |
| | |||||
* | suppressing info messages unless verbose | wisberg | 2002-12-18 | 1 | -2/+11 |
| | | | | and rendering user-visible exceptions using Main | ||||
* | handling messages like the new taskdef, printing as we go and rendering ↵ | wisberg | 2002-12-18 | 1 | -8/+29 |
| | | | | user-visible exceptions using Main | ||||
* | public constructor, better message reporting on failure | wisberg | 2002-12-18 | 2 | -2/+8 |
| | |||||
* | initial version - neglected .lst files in testsrc | wisberg | 2002-12-17 | 4 | -0/+4 |
| | |||||
* | again aligning task with xlint reality | wisberg | 2002-12-17 | 1 | -26/+72 |
| | |||||
* | emacssym | wisberg | 2002-12-17 | 1 | -0/+4 |
| | |||||
* | propoogating Erik's changes to AbortException | jhugunin | 2002-12-17 | 2 | -2/+2 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 2 | -0/+32 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 17 | -0/+3432 |