summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* getBestFile(String[])wisberg2005-06-082-0/+81
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-41/+3
|
* added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵avasseur2005-05-132-4/+4
| | | | dependancies in loadtime module and util module
* snooping out stream on requestwisberg2005-05-121-0/+3
|
* FileToURL via URIwisberg2005-05-121-1/+6
|
* Reduced duplication of vm checking logic.aclement2005-05-121-0/+18
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* changed cutoffaclement2005-04-191-3/+4
|
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+38
| | | | individually or via master in build module.
* hack workaround for 48650wisberg2005-01-272-14/+34
|
* temporarily taken out a periodically misbehaving test caseacolyer2005-01-051-1/+2
|
* removing unused parameterwisberg2004-10-061-4/+3
|
* fix for Bugzilla Bug 42573acolyer2004-08-051-1/+9
| | | | .lst file entries not resolved relative to list file: {boot}classpath, extdirs,
* more diagnostics to help with build failureaclement2004-08-051-1/+1
|
* also verigy that dir entries are copied when copying a dir.acolyer2004-06-021-2/+7
|
* 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