[root]/proposal/myrmidon/src/java/org/apache/myrmidon/framework/file
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 22 (100.0%) | 24 (100.0%) | 1.0 |
adammurdoch | 11 (50.0%) | 20 (83.3%) | 1.8 |
donaldp | 11 (50.0%) | 4 (16.7%) | 0.3 |
zappity zap
0 lines of code changed in:
Axed todo.types.FileSet.
1 lines of code changed in:
* Split up todo.types.PathUtil.
- Moved generic formatting to aut.nativelib.PathUtil.
- Moved FileList util methods to framework.file.FileListUtil.
- Moved addExtDirs() to DefaultCompilerAdaptor.
- myrmidon.components.* no longer depend on todo.*
* Removed all usages of Commandline.toString(), size() and getCommandline(),
excluding Execute.
1 lines of code changed in:
Dont use public specifier when it is redundent (and thus issues warnings).
1 lines of code changed in:
Converted remaining xdoclet tags from
ant:* --> ant.*
3 lines of code changed in:
* Changed Path.addPath( Path ) -> Path.add( FileList ), so that <path>
can accept any nested FileList implementation, including <path>.
* Added <list-path> diagnostic task.
* Added test cases for <path>.
9 lines of code changed in:
* Moved ExecuteJava -> framework.java package. Added a bunch of Javadocs,
and i18n-ed the error and log messages.
* Moved Java -> antlib.java.JavaTask.
* Moved Path and friends -> framework.file package.
9 lines of code changed in: