aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* binary-incompatible API change to add methods for building fresh when in ↵wisberg2003-04-301-0/+12
| | | | incremental mode
* Making genBuildConfig static so it can be re-used from AJDE.wisberg2003-04-301-2/+3
|
* added support for adopting global configuration values (without overwriting ↵wisberg2003-04-301-2/+98
| | | | local values)
* refactored batch and incremental into one method to make it easier to see ↵wisberg2003-04-301-193/+107
| | | | the differences and do a fix.
* test case can't expect usage message any morewisberg2003-04-301-2/+2
|
* fixed two tests to expect addition abort message for usage, wisberg2003-04-301-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 ↵wisberg2003-04-301-7/+21
| | | | determining whether to throw a BuildException after getting an abort message. This fixes 3 tests.
* error messages for undefined ${module.name}wisberg2003-04-291-0/+3
|
* fix test titlewisberg2003-04-291-1/+1
|
* With the restructure of the org.eclipse.jdt.core project, it no acolyer2003-04-291-1/+1
| | | | | longer has a bin dir. Updated the classpath to include jdtcore-for-aspectj.jar instead.
* track internal API changeswisberg2003-04-291-8/+20
|
* using Kind.isSameOrLessThan(..) rather than direct compare for inferring streamswisberg2003-04-291-4/+1
|
* semantics-preserving - still only warn if aspectjrt.jar not foundwisberg2003-04-291-3/+7
|
* boolean hasSources() to validate after parsingwisberg2003-04-291-0/+9
|
* error-handling cleaned up wisberg2003-04-291-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 wisberg2003-04-291-31/+61
| | | | | - !! changed warnings to errors, so now not compiling after command-line mistakes
* not accepting directories any morewisberg2003-04-291-2/+2
|
* test failing - node is java file, should be method execution main, so no parentwisberg2003-04-281-0/+1
|
* Checking in Mik's changes sent by email today for model and incremental ↵wisberg2003-04-284-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)wisberg2003-04-286-0/+266
|
* fix and tests for jhugunin2003-04-276-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 jhugunin2003-04-272-0/+9
| | | | | Bugzilla Bug 36936 Error when introducing members of type Class
* fix and test for jhugunin2003-04-272-0/+30
| | | | | Bugzilla Bug 34951 NPE compiling without aspectjrt.jar
* fixed bug caught by unit testsjhugunin2003-04-271-3/+2
|
* moving release testing list to tests/, added some old stuff. wisberg2003-04-262-105/+142
| | | | TODO: write test-release.xml ant script
* fix and tests for jhugunin2003-04-257-6/+32
| | | | | Bugzilla Bug 36803 BCException thrown by AspectJ 1.1rc1
* expanded tests and fix for jhugunin2003-04-246-18/+67
| | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype
* updated to reflect runtime changes for 1.1 compatibilitywisberg2003-04-231-0/+0
|
* gutted. Should be removed once we've confirmed that it can safely be removed. wisberg2003-04-231-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.wisberg2003-04-231-1/+1
|
* ugh. updating XML .classpath parser to handle any number of attributes wisberg2003-04-234-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 testingwisberg2003-04-231-22/+27
|
* @testcase try/finally in around advice (same as ...messy arounds?) wisberg2003-04-232-0/+45
| | | | Works in current tree, but not in 1.1rc1
* @testcase PR#36778 advise join points in subclass of empty interfacewisberg2003-04-222-0/+39
|
* a sketch of a test for a naming issue that doesn't appear to be an jhugunin2003-04-222-14/+32
| | | | actual bug
* tests and fixes for jhugunin2003-04-228-1/+754
| | | | | Bugzilla Bug 29665 Inconsistant stack height
* test and fix for Bugzilla Bug 36564 jhugunin2003-04-225-8/+43
| | | | Internal compiler error
* fix for Bugzilla Bug 36736 jhugunin2003-04-224-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 jhugunin2003-04-222-2/+7
| | | | VerifyError in privileged aspect
* fix for Bugzilla Bug 36736 jhugunin2003-04-221-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 jhugunin2003-04-221-1/+6
| | | | compiler error expected for implemented abstract pointcuts
* @testcase PR#36736 implemented abstract pointcutwisberg2003-04-222-0/+29
|
* @testcase PR#36673 privileged aspect main verify errorwisberg2003-04-192-2/+24
|
* More readable API than comparator for common floor operation ↵wisberg2003-04-195-17/+42
| | | | (semantics-preserving)
* prevent div/0, NPE (by inspection)wisberg2003-04-191-2/+4
|
* Release checklistacolyer2003-04-171-0/+244
|
* one /wisberg2003-04-131-1/+1
|
* added fork and maxmemwisberg2003-04-131-1/+25
|
* instructions on changing default resource-copying behavior, and misc rewordingswisberg2003-04-131-10/+16
|
* - extdirs and bootclasspath not experimental wisberg2003-04-131-78/+76
| | | | | | | - noWeave has correct case - better handling of list arguments - better comments - still largely untested