Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for Bugzilla Bug 31460 | acolyer | 2004-04-02 | 1 | -1/+10 |
| | | | | Weaving class loader | ||||
* | move weaving to inside of the compiler.compile loop. | acolyer | 2004-03-15 | 1 | -4/+8 |
| | | | | ensure messages are associated with source wherever possible | ||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 4 | -19/+19 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | Fix for: Bugzilla Bug 49814 | jhugunin | 2004-01-12 | 1 | -5/+6 |
| | | | | ConfigParser.java:132 | ||||
* | inpath support | wisberg | 2003-12-15 | 1 | -0/+24 |
| | |||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 1 | -1/+1 |
| | |||||
* | FileFilters for zip files and source files | wisberg | 2003-10-31 | 1 | -0/+18 |
| | |||||
* | make canonical versions of files... | acolyer | 2003-09-12 | 1 | -3/+11 |
| | |||||
* | Exposed file creation to allow overriding (for the use of canonicalization). | mkersten | 2003-09-05 | 1 | -1/+1 |
| | |||||
* | Fixed unwrapping of exceptions (was infinte looping). | mkersten | 2003-08-08 | 1 | -10/+10 |
| | |||||
* | added output snooper to ProcessController for testing client | wisberg | 2003-06-02 | 1 | -0/+8 |
| | |||||
* | Expanded error message to make it clear that it is coming from parsing. | mkersten | 2003-06-01 | 1 | -4/+5 |
| | |||||
* | better unwrapping of exceptions | wisberg | 2003-05-31 | 1 | -11/+32 |
| | |||||
* | delay until after final last-modified-time stamp on newly-staged files | wisberg | 2003-05-31 | 2 | -1/+66 |
| | | | | since last-modified-time stamp can be delayed by filesystem buffering. | ||||
* | envp and snooping error stream in process controller | wisberg | 2003-05-07 | 2 | -7/+35 |
| | |||||
* | added LangUtil.ProcessController for external processes | wisberg | 2003-05-05 | 1 | -3/+463 |
| | |||||
* | - disabled logging by default | wisberg | 2003-05-05 | 1 | -1/+113 |
| | | | | - added tests for FileUtil.Pipe | ||||
* | added FileUtil.Pipe | wisberg | 2003-05-05 | 1 | -0/+160 |
| | |||||
* | accept "." as base dir in resolving files | wisberg | 2003-05-02 | 1 | -3/+24 |
| | |||||
* | minimal run-in-same-vm feature for ajbrowser | wisberg | 2003-05-01 | 2 | -0/+238 |
| | |||||
* | - permit empty input to split | wisberg | 2003-05-01 | 1 | -0/+46 |
| | | | | | - split classpath - check for array arguments | ||||
* | .class file filter | wisberg | 2003-04-09 | 1 | -1/+10 |
| | |||||
* | new -release option alias for harness | wisberg | 2003-03-05 | 1 | -2/+39 |
| | |||||
* | partial fix for bug 31724 emits file:line numbers for declare warning/error. | wisberg | 2003-03-04 | 1 | -1/+16 |
| | | | | | | | | | | This adds an optional "context" String to IMessage. The IMessage creator should create a context String (or use an implementation that lazily creates one). The IMessage client can render their messages without context embedded in the message field. Emitting source context from the weaver will be harder. Using file and start/end line will probably work, since tool clients can map to any available source file paths. (BcelSourceContext and BcelShadow can be updated with end from range.) | ||||
* | ignoring case in detecting jar/zip suffixes | wisberg | 2003-03-04 | 1 | -3/+7 |
| | |||||
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 1 | -2/+0 |
| | |||||
* | no longer leaving temp files/directories | wisberg | 2003-01-31 | 1 | -72/+200 |
| | |||||
* | - generalized copyFiles to handle file-file, file-dir, and dir-dir | wisberg | 2003-01-06 | 2 | -60/+201 |
| | |||||
* | boolean array read/write | jhugunin | 2002-12-31 | 1 | -2/+23 |
| | |||||
* | wildcarded type patterns now remember there scope information | jhugunin | 2002-12-18 | 1 | -1/+25 |
| | | | | so they can do matching of local names | ||||
* | Changing string constant for classDir, since the package changed names ↵ | ehilsdal | 2002-12-16 | 1 | -3/+3 |
| | | | | (correctly) to "weaver" | ||||
* | initial version | wisberg | 2002-12-16 | 16 | -0/+3774 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 3 | -0/+27 |