Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 | |
| | ||||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -67/+3 | |
| | ||||||
* | imports only | wisberg | 2005-05-19 | 1 | -7/+16 | |
| | ||||||
* | adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3) | wisberg | 2005-05-19 | 1 | -9/+41 | |
| | ||||||
* | prospective replacements for {module}/build.xml - will move there once ↵ | wisberg | 2005-05-11 | 1 | -0/+6 | |
| | | | | validated by those who use build.xml. | |||||
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵ | avasseur | 2005-05-10 | 1 | -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 ↵ | avasseur | 2005-04-26 | 1 | -3/+4 | |
| | | | | annotations + tests from Andy H | |||||
* | first half of Andrew Huff's patch for 59636 (-log option not producing ↵ | acolyer | 2005-04-20 | 2 | -12/+72 | |
| | | | | output - should it?) | |||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+64 | |
| | | | | individually or via master in build module. | |||||
* | bug 53209 - inpathDirCopyFilter tests | wisberg | 2005-03-22 | 9 | -1/+101 | |
| | ||||||
* | bug 53209 - inpathDirCopyFilter | wisberg | 2005-03-22 | 1 | -8/+84 | |
| | ||||||
* | skipping test on X feature said to be failing on the build machine, though ↵ | wisberg | 2005-01-27 | 1 | -2/+3 | |
| | | | | not locally. | |||||
* | old test for done signal | wisberg | 2005-01-27 | 1 | -0/+44 | |
| | ||||||
* | support -showWeaveInfo in javac adapter | wisberg | 2005-01-27 | 1 | -1/+3 | |
| | ||||||
* | Update to allow 1.5 to be specified. | aclement | 2005-01-19 | 1 | -5/+5 | |
| | ||||||
* | Fix for Bugzilla Bug 74279 | aclement | 2004-10-01 | 2 | -0/+17 | |
| | | | | -showWeaveInfo option is not supported by iajc Ant task | |||||
* | Fix for Bugzilla Bug 74279 | aclement | 2004-09-30 | 2 | -0/+19 | |
| | | | | -showWeaveInfo option is not supported by iajc Ant task | |||||
* | Changed from using deprecated APIs. | aclement | 2004-08-23 | 1 | -5/+7 | |
| | ||||||
* | added some commented out debug code that is useful when you want | acolyer | 2004-07-30 | 1 | -2/+24 | |
| | | | | to get information on a failure in a forking task | |||||
* | fix for Bugzilla Bug 40206 | acolyer | 2004-07-29 | 1 | -2/+2 | |
| | | | | need common isAspectJSourceFile() method | |||||
* | add direct support for reweavable, reweavable:compress and noInline in X options | acolyer | 2004-06-02 | 2 | -1/+19 | |
| | ||||||
* | added lazyTjp to list of accepted X options, added undocumented xdone flag | wisberg | 2004-04-15 | 1 | -2/+12 | |
| | ||||||
* | Georges fix to AjcTask for failing testcases. | aclement | 2004-03-01 | 1 | -3/+5 | |
| | ||||||
* | Fix for Bug 36430: Xreweavable support | aclement | 2004-02-24 | 1 | -0/+6 | |
| | ||||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 3 | -11/+11 | |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | |||||
* | supporting -target 1.3 and 1.4 | wisberg | 2004-01-15 | 2 | -612/+709 | |
| | ||||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 1 | -1/+1 | |
| | | | | default mode (inherited behaviour from JDT). | |||||
* | inpath support | wisberg | 2003-12-15 | 1 | -2/+8 | |
| | ||||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 1 | -2/+27 | |
| | ||||||
* | returning TestSuite rather than Test to permit all tests to run from Eclipse | wisberg | 2003-10-31 | 1 | -1/+1 | |
| | ||||||
* | clean up tests not using a destination directory | wisberg | 2003-10-29 | 1 | -0/+18 | |
| | ||||||
* | 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 | |
| |