Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | binary-incompatible API change to add methods for building fresh when in ↵ | wisberg | 2003-04-30 | 1 | -0/+12 |
| | | | | incremental mode | ||||
* | Making genBuildConfig static so it can be re-used from AJDE. | wisberg | 2003-04-30 | 1 | -2/+3 |
| | |||||
* | added support for adopting global configuration values (without overwriting ↵ | wisberg | 2003-04-30 | 1 | -2/+98 |
| | | | | local values) | ||||
* | refactored batch and incremental into one method to make it easier to see ↵ | wisberg | 2003-04-30 | 1 | -193/+107 |
| | | | | the differences and do a fix. | ||||
* | test case can't expect usage message any more | wisberg | 2003-04-30 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | error messages for undefined ${module.name} | wisberg | 2003-04-29 | 1 | -0/+3 |
| | |||||
* | fix test title | wisberg | 2003-04-29 | 1 | -1/+1 |
| | |||||
* | With the restructure of the org.eclipse.jdt.core project, it no | acolyer | 2003-04-29 | 1 | -1/+1 |
| | | | | | longer has a bin dir. Updated the classpath to include jdtcore-for-aspectj.jar instead. | ||||
* | track internal API changes | wisberg | 2003-04-29 | 1 | -8/+20 |
| | |||||
* | using Kind.isSameOrLessThan(..) rather than direct compare for inferring streams | wisberg | 2003-04-29 | 1 | -4/+1 |
| | |||||
* | semantics-preserving - still only warn if aspectjrt.jar not found | wisberg | 2003-04-29 | 1 | -3/+7 |
| | |||||
* | boolean hasSources() to validate after parsing | wisberg | 2003-04-29 | 1 | -0/+9 |
| | |||||
* | error-handling cleaned up | wisberg | 2003-04-29 | 1 | -44/+57 |
| | | | | | | | | - usage printed once by caller - any arg mistake is an error (i.e., not ignoring/continuing) (does not include list entries like classpath) - refactored commands to share common error-handling code | ||||
* | - detecting unflagged directories | wisberg | 2003-04-29 | 1 | -31/+61 |
| | | | | | - !! changed warnings to errors, so now not compiling after command-line mistakes | ||||
* | not accepting directories any more | wisberg | 2003-04-29 | 1 | -2/+2 |
| | |||||
* | test failing - node is java file, should be method execution main, so no parent | wisberg | 2003-04-28 | 1 | -0/+1 |
| | |||||
* | Checking in Mik's changes sent by email today for model and incremental ↵ | wisberg | 2003-04-28 | 4 | -16/+66 |
| | | | | | | | support in AJDE. ajde has the same test failing as it did before this checkin, perhaps caused by a regression per bug 37020 | ||||
* | test cases for binary warnings (bugs 37020, 37021, 37023) | wisberg | 2003-04-28 | 6 | -0/+266 |
| | |||||
* | fix and tests for | jhugunin | 2003-04-27 | 6 | -4/+50 |
| | | | | | | | | Bugzilla Bug 30663 lame error message: "negation doesn't allow binding" and Bugzilla Bug 36329 The compiler crashes when using aspect libraries created without using -noweave | ||||
* | tests for | jhugunin | 2003-04-27 | 2 | -0/+9 |
| | | | | | Bugzilla Bug 36936 Error when introducing members of type Class | ||||
* | fix and test for | jhugunin | 2003-04-27 | 2 | -0/+30 |
| | | | | | Bugzilla Bug 34951 NPE compiling without aspectjrt.jar | ||||
* | fixed bug caught by unit tests | jhugunin | 2003-04-27 | 1 | -3/+2 |
| | |||||
* | moving release testing list to tests/, added some old stuff. | wisberg | 2003-04-26 | 2 | -105/+142 |
| | | | | TODO: write test-release.xml ant script | ||||
* | fix and tests for | jhugunin | 2003-04-25 | 7 | -6/+32 |
| | | | | | Bugzilla Bug 36803 BCException thrown by AspectJ 1.1rc1 | ||||
* | expanded tests and fix for | jhugunin | 2003-04-24 | 6 | -18/+67 |
| | | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype | ||||
* | updated to reflect runtime changes for 1.1 compatibility | wisberg | 2003-04-23 | 1 | -0/+0 |
| | |||||
* | gutted. Should be removed once we've confirmed that it can safely be removed. | wisberg | 2003-04-23 | 1 | -12/+12 |
| | | | | | (not sure if CVS keeps history across file removal/add). (tests run fine, no apparant clients) | ||||
* | 1.2 call replaced with equivalent 1.1 call. | wisberg | 2003-04-23 | 1 | -1/+1 |
| | |||||
* | ugh. updating XML .classpath parser to handle any number of attributes | wisberg | 2003-04-23 | 4 | -95/+319 |
| | | | | | still does not handle quoted spaces or nested entities. Also updated for new attribute names in 2.1? | ||||
* | extracted classpath setup method for testing | wisberg | 2003-04-23 | 1 | -22/+27 |
| | |||||
* | @testcase try/finally in around advice (same as ...messy arounds?) | wisberg | 2003-04-23 | 2 | -0/+45 |
| | | | | Works in current tree, but not in 1.1rc1 | ||||
* | @testcase PR#36778 advise join points in subclass of empty interface | wisberg | 2003-04-22 | 2 | -0/+39 |
| | |||||
* | a sketch of a test for a naming issue that doesn't appear to be an | jhugunin | 2003-04-22 | 2 | -14/+32 |
| | | | | actual bug | ||||
* | tests and fixes for | jhugunin | 2003-04-22 | 8 | -1/+754 |
| | | | | | Bugzilla Bug 29665 Inconsistant stack height | ||||
* | test and fix for Bugzilla Bug 36564 | jhugunin | 2003-04-22 | 5 | -8/+43 |
| | | | | Internal compiler error | ||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 4 | -21/+26 |
| | | | | | | | | | | compiler error expected for implemented abstract pointcuts and for fix for Bugzilla Bug 36673 VerifyError in privileged aspect minimally extended coverage for this bug | ||||
* | fix for Bugzilla Bug 36673 | jhugunin | 2003-04-22 | 2 | -2/+7 |
| | | | | VerifyError in privileged aspect | ||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 1 | -4/+8 |
| | | | | | compiler error expected for implemented abstract pointcuts (using declaredModifiers instead of modifiers so interfaces don't cause trouble) | ||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 1 | -1/+6 |
| | | | | compiler error expected for implemented abstract pointcuts | ||||
* | @testcase PR#36736 implemented abstract pointcut | wisberg | 2003-04-22 | 2 | -0/+29 |
| | |||||
* | @testcase PR#36673 privileged aspect main verify error | wisberg | 2003-04-19 | 2 | -2/+24 |
| | |||||
* | More readable API than comparator for common floor operation ↵ | wisberg | 2003-04-19 | 5 | -17/+42 |
| | | | | (semantics-preserving) | ||||
* | prevent div/0, NPE (by inspection) | wisberg | 2003-04-19 | 1 | -2/+4 |
| | |||||
* | Release checklist | acolyer | 2003-04-17 | 1 | -0/+244 |
| | |||||
* | one / | wisberg | 2003-04-13 | 1 | -1/+1 |
| | |||||
* | added fork and maxmem | wisberg | 2003-04-13 | 1 | -1/+25 |
| | |||||
* | instructions on changing default resource-copying behavior, and misc rewordings | wisberg | 2003-04-13 | 1 | -10/+16 |
| | |||||
* | - 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 |