Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added coverge to LST file tests. | mkersten | 2003-07-22 | 3 | -1/+8 | |
| | ||||||
* | Addes support for JDT's Java options map. | mkersten | 2003-07-22 | 3 | -1/+24 | |
| | ||||||
* | Improved name of compilerAdatper private. | mkersten | 2003-07-22 | 1 | -10/+10 | |
| | ||||||
* | Added safeguard for missing 1.3 setLocationRelativeTo method. | mkersten | 2003-07-09 | 1 | -2/+6 | |
| | ||||||
* | Fixed bugs introduced in 1.1rc2, where cast of message was incorrect. | mkersten | 2003-07-09 | 1 | -6/+6 | |
| | ||||||
* | Disabling test reads from user preferences store. | wisberg | 2003-05-14 | 2 | -2/+2 | |
| | | | | This was discussed on the list before rc2. | |||||
* | Added persist member. | acolyer | 2003-05-09 | 1 | -1/+5 | |
| | ||||||
* | fixed testFileNodeFind that would always pass to be more strict | jhugunin | 2003-05-08 | 1 | -1/+6 | |
| | | | | and then fixed the file it was operating on to be correct | |||||
* | I believe this file can/should be deleted as unused | wisberg | 2003-05-07 | 1 | -0/+1 | |
| | ||||||
* | comment, organizes imports (using 2, right?) | wisberg | 2003-05-07 | 1 | -4/+4 | |
| | ||||||
* | "organized imports" to eliminate compiler warnings | acolyer | 2003-05-06 | 9 | -44/+18 | |
| | ||||||
* | implement binary-incompatible API for detecting whether any warnings exist, ↵ | wisberg | 2003-05-05 | 1 | -0/+15 | |
| | | | | to enable/disable message display. | |||||
* | use binary-incompatible API for detecting whether any warnings exist, to ↵ | wisberg | 2003-05-05 | 1 | -0/+1 | |
| | | | | enable/disable message display. | |||||
* | binary-incompatible API for detecting whether any warnings exist, to ↵ | wisberg | 2003-05-05 | 1 | -1/+4 | |
| | | | | | | enable/disable message display. (should move to MessageHandler-based model) | |||||
* | NPE guard | wisberg | 2003-05-05 | 2 | -5/+13 | |
| | ||||||
* | comment regarding canonicalizing path for input | wisberg | 2003-05-05 | 1 | -0/+1 | |
| | ||||||
* | fix test - NPE Guard, canonicalize file input | wisberg | 2003-05-05 | 1 | -4/+5 | |
| | ||||||
* | support both same- and other-vm runs using new using new LangUtil API's for ↵ | wisberg | 2003-05-05 | 1 | -31/+139 | |
| | | | | running processes | |||||
* | minimal run-in-same-vm feature for ajbrowser | wisberg | 2003-05-01 | 1 | -0/+30 | |
| | ||||||
* | removing 1.4 API | wisberg | 2003-05-01 | 1 | -3/+4 | |
| | ||||||
* | cleaner, but no semantic changes | wisberg | 2003-04-30 | 1 | -14/+13 | |
| | ||||||
* | removed printlns | wisberg | 2003-04-30 | 1 | -6/+7 | |
| | ||||||
* | not using unimplemented buildStructure() api | wisberg | 2003-04-30 | 1 | -1/+1 | |
| | ||||||
* | no change, just nicer feedback | wisberg | 2003-04-30 | 2 | -2/+10 | |
| | ||||||
* | mainly changed setup to avoid reading any existing user properties, which ↵ | wisberg | 2003-04-30 | 1 | -28/+30 | |
| | | | | was causing build configuration tests to fail now that all options are significant | |||||
* | identify source of log message for convenience | wisberg | 2003-04-30 | 1 | -1/+1 | |
| | ||||||
* | - IMessage-based compiler messages | wisberg | 2003-04-30 | 1 | -6/+23 | |
| | | | | - better toString for logging message lists | |||||
* | - IMessage-based compiler messages | wisberg | 2003-04-30 | 1 | -9/+25 | |
| | | | | | include the stack trace as tooltip text if there is an associated exception | |||||
* | - IMessage-based compiler messages | wisberg | 2003-04-30 | 1 | -20/+5 | |
| | ||||||
* | support shift-key to rebuild-all in incremental mode | wisberg | 2003-04-30 | 1 | -1/+6 | |
| | ||||||
* | slight rewording of error dialog, and correct URL. | wisberg | 2003-04-30 | 1 | -3/+3 | |
| | ||||||
* | - making default filename static (access by tests) | wisberg | 2003-04-30 | 1 | -12/+49 | |
| | | | | - closing streams to permit better test cleanup | |||||
* | incremental flag support | wisberg | 2003-04-30 | 1 | -1/+10 | |
| | ||||||
* | static utility for detecting shift key down - should move | wisberg | 2003-04-30 | 1 | -0/+6 | |
| | ||||||
* | binary-incompatible change to IMessage-based API (using ISourceLocation anyway) | wisberg | 2003-04-30 | 1 | -0/+2 | |
| | ||||||
* | using new IMessage-based API for sourceline tasks | wisberg | 2003-04-30 | 1 | -4/+8 | |
| | ||||||
* | - incremental support | wisberg | 2003-04-30 | 1 | -254/+37 | |
| | | | | | - buildStructure test API now builds everything - removed unused code from pre-IMessage days | |||||
* | - supporting incremental | wisberg | 2003-04-30 | 1 | -155/+256 | |
| | | | | | | | | | | | | | | | | - handling new fast-fail config errors - better error display, no messages lost Implemented new options merging: - can specify any local config file options - project properties and build options now can contain any options and override local values only if not set - have method to fixup the options for IDE's to enforce their invariants, but this needs to delegate to a new adapted API. | |||||
* | - added incremental checkbox | wisberg | 2003-04-30 | 1 | -17/+16 | |
| | | | | - broadened size and meaning of "non-standard compiler options" to "other compiler options" | |||||
* | added flag for incremental mode | wisberg | 2003-04-30 | 1 | -1/+8 | |
| | ||||||
* | binary-incompatible API change to add methods for building fresh when in ↵ | wisberg | 2003-04-30 | 1 | -0/+12 | |
| | | | | incremental mode | |||||
* | 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 | 2 | -7/+22 | |
| | | | | | | | support in AJDE. ajde has the same test failing as it did before this checkin, perhaps caused by a regression per bug 37020 | |||||
* | Corrected license. To check licenses, run build unit tests (CheckLics in ↵ | wisberg | 2003-04-03 | 1 | -6/+12 | |
| | | | | particular) | |||||
* | Major changes in order to move to Eclipse-JDT 2.1 as a base. | jhugunin | 2003-03-28 | 3 | -30/+16 | |
| | | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future. | |||||
* | Extended test case support to allow verification of compiler messages produced | acolyer | 2003-03-27 | 8 | -3/+141 | |
| | | | | | during compilation. Added test case for bug 33474 (full source location for declare warning messages). | |||||
* | Now adds value of "aspectjrt.path" system property to | acolyer | 2003-03-12 | 1 | -1/+4 | |
| | | | | classpath - needed for release testing | |||||
* | Fixed setting runnable bit on structure nodes. | mkersten | 2003-02-28 | 2 | -4/+5 | |
| | | | | Fixed failing incremental test. | |||||
* | Flipped debug options tests around to reflect fact that | acolyer | 2003-02-26 | 1 | -8/+8 | |
| | | | | batch build now generates debug info by default | |||||
* | Edited (and then restored) iilegalNewFigElt pointcut | acolyer | 2003-02-26 | 1 | -1/+3 | |
| | | | | to trap declare error task generation |