[root]/proposal/myrmidon/etc/testcases/org/apache/antlib/vfile
src
(0 files, 0 lines)
subdir1
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 3 (100.0%) | 2 (100.0%) | 0.6 |
adammurdoch | 2 (66.7%) | 2 (100.0%) | 1.0 |
donaldp | 1 (33.3%) | 0 (0.0%) | 0.0 |
Removed old hierarchy for test data
0 lines of code changed in:
VFS Tidy-ups:
* Added FileObject.copy().
* Renamed <v-copy> task attributes file -> srcfile, tofile -> destfile, todir -> destdir.
* Moved provider instantiation out of DefaultFileSystemManager, and into
myrmidon-aware VfsManager. Providers are instantiated using the TypeManager.
The list of providers isn't configurable yet.
* Some support for %nn encoded URI (not quite complete).
* Zip file system now handles zip files from any file system, not just local
files. Still read-only at this stage. Uses a truely dodgy and very temporary
replication mechanism.
* Zip file system now handles relative paths in URI (e.g. zip:relpath.zip), that are
resolved against the base dir.
* Fixed bug in resolving names against the root file of a file system.
* Changed behaviour of FileName.resolveName( ".." ) for the root file of
a file system.
* Added more test cases.
* A bucketload of other minor changes.
1 lines of code changed in:
Added some experimental VFS data types and tasks: <v-path>, <v-fileset> and <v-copy>.
1 lines of code changed in: