Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵ | mkersten | 2003-08-07 | 3 | -9/+9 |
| | | | | in order to match method naming conventions. | ||||
* | Fixed bugs: | mkersten | 2003-08-06 | 1 | -0/+5 |
| | | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser | ||||
* | quick and dirty link checker manual test | wisberg | 2003-06-05 | 1 | -0/+25 |
| | |||||
* | quick and dirty link checker | wisberg | 2003-06-05 | 1 | -0/+546 |
| | |||||
* | javarun attributes for interpreting error/output streams as errors, used ↵ | wisberg | 2003-06-02 | 3 | -5/+53 |
| | | | | only when forking | ||||
* | Added SecurityManager which halts any System.exit() call from JavaRun thread ↵ | wisberg | 2003-05-31 | 1 | -11/+138 |
| | | | | | | and puts the exit code in the status object. This enables us to run the examples. | ||||
* | normal validation now fail if an Integer result not of value 0 | wisberg | 2003-05-31 | 2 | -2/+19 |
| | |||||
* | delay until after final last-modified-time stamp on newly-staged files | wisberg | 2003-05-31 | 2 | -0/+15 |
| | | | | | since last-modified-time stamp can be delayed by filesystem buffering and rounding-up to next second. | ||||
* | better info/debug strings when JavaRun fails | wisberg | 2003-05-31 | 1 | -1/+1 |
| | | | | (also when status fails, not just when command fails) | ||||
* | better info/debug strings when JavaRun fails | wisberg | 2003-05-31 | 1 | -10/+38 |
| | |||||
* | PR-based queries were dominating - now do union correctly | wisberg | 2003-05-25 | 1 | -1/+2 |
| | |||||
* | adding harness feature to select tests based on their title (description), ↵ | wisberg | 2003-05-25 | 1 | -18/+192 |
| | | | | reading from a comma-delimited list or a file containing PASS|FAIL lines (from -traceTestsMin), optionally restricted to FAIL. | ||||
* | added taskdefs to classpath to support AjcTaskCompileCommand | wisberg | 2003-05-24 | 2 | -0/+2 |
| | |||||
* | Tests for AjcTaskCompileCommmand adapter | wisberg | 2003-05-24 | 1 | -0/+270 |
| | |||||
* | ICommand adapter for Ant taskdef is simple for the non-incremental case and ↵ | wisberg | 2003-05-24 | 1 | -0/+294 |
| | | | | ugly otherwise. | ||||
* | supporting -ajctaskCompiler option with AjcTaskCompileCommand | wisberg | 2003-05-24 | 1 | -5/+12 |
| | |||||
* | awful downcast for AjcTaskCompileCommand - should be remedied after 1.1 with ↵ | wisberg | 2003-05-24 | 1 | -1/+5 |
| | | | | ICommand interface extension | ||||
* | updated implementation for -ajdeCompiler. | wisberg | 2003-05-24 | 1 | -61/+182 |
| | | | | | | replaced reference to null ide properties adapter (defined only in testsrc) and created logging proxy to verify API's used. Unfortunately also formatted code, so it looks like there are more changes than there are. | ||||
* | stricter test run comparisons | wisberg | 2003-05-14 | 1 | -5/+10 |
| | |||||
* | - new data (IMessageHolder rather than lists), same algorithms | wisberg | 2003-05-14 | 1 | -128/+170 |
| | | | | | | | - using medium-strenght message comparison that includes soft comparison of file and text - unexpected info messages not marked as error - expected FAIL+ messages suppressed to avoid false negative | ||||
* | - supporting badInput for all IAjcRun | wisberg | 2003-05-14 | 1 | -26/+33 |
| | | | | - using IMessageHolder rather than lists | ||||
* | - enforcing -incremental => staging | wisberg | 2003-05-14 | 1 | -100/+52 |
| | | | | | | | | - permitting bad input using badInput="true" (though still checking during staging) - permitting -XserializableAspects - supporting new AjcMessageHandler interfaces - supporting parent badInput in XML | ||||
* | - supporting parent badInput in XML | wisberg | 2003-05-14 | 1 | -25/+4 |
| | | | | - supporting new AjcMessageHandler interfaces | ||||
* | - supporting parent badInput in XML | wisberg | 2003-05-14 | 2 | -10/+7 |
| | |||||
* | - absolutizing tempdir path if necessary | wisberg | 2003-05-14 | 1 | -2/+7 |
| | | | | | | (bug in path calculations otherwise when using relative path to work around failure of File.getTempFile()) | ||||
* | - revamped message comparators, | wisberg | 2003-05-14 | 1 | -65/+144 |
| | | | | | mostly adding medium-level and consolidating common code | ||||
* | - new filter to remove arbitrary elements from diffs | wisberg | 2003-05-14 | 1 | -1/+39 |
| | | | | (used to not report unexpected info messages in diffs) | ||||
* | - using easier list view of messages | wisberg | 2003-05-14 | 1 | -5/+7 |
| | |||||
* | includeClassesDir | wisberg | 2003-05-09 | 1 | -2/+13 |
| | |||||
* | - platform-independent relative path | wisberg | 2003-05-09 | 1 | -2/+5 |
| | | | | - compile-time checks for new attributes read | ||||
* | Deleting temporary dir and config file, like harness -killTemp option ↵ | wisberg | 2003-05-09 | 1 | -5/+17 |
| | | | | (ignores -keepTemp) | ||||
* | including new attributes for round-trip testing | wisberg | 2003-05-09 | 1 | -0/+9 |
| | |||||
* | Fixing Harness bug of adding the output directory to the classpath, which ↵ | wisberg | 2003-05-09 | 4 | -8/+20 |
| | | | | | | conceals a bug in the incremental compilation. This change should have no effect on other tests, but I noticed two other failures during normal compiles caused by inability to resolve type names. | ||||
* | supporting a forked java run provisionally with system properties specifying ↵ | wisberg | 2003-05-07 | 3 | -20/+244 |
| | | | | | | | | fork, java home, java, and bootclasspath. This should enable running the harness when targeting a VM that the harness or compiler can't run on, but this does not detect failures correctly in some cases, nor does it validate any of the system properties. | ||||
* | -keepTemp implementation: Suite run iterator calls clearCommand, which also ↵ | wisberg | 2003-05-07 | 2 | -6/+18 |
| | | | | calls validator.deleteTempFiles | ||||
* | new dependency on AJDE for ajde.CompileCommand implementation | wisberg | 2003-05-07 | 2 | -1/+5 |
| | |||||
* | AJDE compiler, supports fresh incremental builds | wisberg | 2003-05-07 | 1 | -0/+253 |
| | |||||
* | - support for "same" tag, which makes no changes before incrementally compiling | wisberg | 2003-05-07 | 1 | -2/+24 |
| | | | | - support attribute for a fresh rebuild, currently implemented only by ...ajde.CompileCommand | ||||
* | API for Compiler to reuse command | wisberg | 2003-05-07 | 1 | -0/+6 |
| | |||||
* | - new reuseCompiler option (but see inc-compile fresh) | wisberg | 2003-05-07 | 1 | -19/+36 |
| | | | | | - support for -ajdeCompiler, like -eclipse and -ajc - resequenced xml output - hmm | ||||
* | staging was not being written to XML. | wisberg | 2003-05-07 | 2 | -4/+16 |
| | |||||
* | supporting sourceroots | wisberg | 2003-03-10 | 1 | -8/+76 |
| | |||||
* | neglected commit for sourcelocation context | wisberg | 2003-03-05 | 1 | -6/+14 |
| | |||||
* | XXX making the build work again, Wes needs to implement the correct fix | jhugunin | 2003-03-05 | 1 | -0/+3 |
| | |||||
* | info messages wrt inc-compile staging | wisberg | 2003-03-04 | 1 | -0/+2 |
| | | | | (will not be emitted even in verbose mode until iterator (the client) is updated) | ||||
* | avoiding compiler warning wrt static ref via instance | wisberg | 2003-02-28 | 2 | -51/+52 |
| | |||||
* | incomplete upgrade to read expected-messages from xml | wisberg | 2003-02-28 | 3 | -12/+219 |
| | |||||
* | Ran "Organize imports" to remove redundant imports etc - | acolyer | 2003-02-26 | 42 | -201/+240 |
| | | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees! | ||||
* | Ignore bin directory | acolyer | 2003-02-26 | 1 | -0/+1 |
| | |||||
* | resolving misc compiler warnings | wisberg | 2003-02-13 | 13 | -52/+291 |
| | | | | added provisional message reader for specifying expected messages in a separate file. |