aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* fix for Bugzilla Bug 31460 acolyer2004-04-021-1/+10
| | | | Weaving class loader
* move weaving to inside of the compiler.compile loop. acolyer2004-03-151-4/+8
| | | | ensure messages are associated with source wherever possible
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-234-19/+19
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* Fix for: Bugzilla Bug 49814 jhugunin2004-01-121-5/+6
| | | | ConfigParser.java:132
* inpath supportwisberg2003-12-151-0/+24
|
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-111-1/+1
|
* FileFilters for zip files and source fileswisberg2003-10-311-0/+18
|
* make canonical versions of files...acolyer2003-09-121-3/+11
|
* Exposed file creation to allow overriding (for the use of canonicalization).mkersten2003-09-051-1/+1
|
* Fixed unwrapping of exceptions (was infinte looping).mkersten2003-08-081-10/+10
|
* added output snooper to ProcessController for testing clientwisberg2003-06-021-0/+8
|
* Expanded error message to make it clear that it is coming from parsing.mkersten2003-06-011-4/+5
|
* better unwrapping of exceptionswisberg2003-05-311-11/+32
|
* delay until after final last-modified-time stamp on newly-staged files wisberg2003-05-312-1/+66
| | | | since last-modified-time stamp can be delayed by filesystem buffering.
* envp and snooping error stream in process controllerwisberg2003-05-072-7/+35
|
* added LangUtil.ProcessController for external processeswisberg2003-05-051-3/+463
|
* - disabled logging by default wisberg2003-05-051-1/+113
| | | | - added tests for FileUtil.Pipe
* added FileUtil.Pipewisberg2003-05-051-0/+160
|
* accept "." as base dir in resolving fileswisberg2003-05-021-3/+24
|
* minimal run-in-same-vm feature for ajbrowserwisberg2003-05-012-0/+238
|
* - permit empty input to split wisberg2003-05-011-0/+46
| | | | | - split classpath - check for array arguments
* .class file filterwisberg2003-04-091-1/+10
|
* new -release option alias for harnesswisberg2003-03-051-2/+39
|
* partial fix for bug 31724 emits file:line numbers for declare warning/error. wisberg2003-03-041-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 suffixeswisberg2003-03-041-3/+7
|
* resolving unused-imports warningswisberg2003-02-131-2/+0
|
* no longer leaving temp files/directorieswisberg2003-01-311-72/+200
|
* - generalized copyFiles to handle file-file, file-dir, and dir-dirwisberg2003-01-062-60/+201
|
* boolean array read/writejhugunin2002-12-311-2/+23
|
* wildcarded type patterns now remember there scope information jhugunin2002-12-181-1/+25
| | | | so they can do matching of local names
* Changing string constant for classDir, since the package changed names ↵ehilsdal2002-12-161-3/+3
| | | | (correctly) to "weaver"
* initial versionwisberg2002-12-1616-0/+3774
|
* initial versionwisberg2002-12-163-0/+27