[root]/proposal/myrmidon/src/java/org/apache/aut/nativelib
impl
(0 files, 0 lines)
launchers
(0 files, 0 lines)
launchers
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 438 (100.0%) | 12.8 |
donaldp | 26 (76.5%) | 246 (56.2%) | 9.4 |
adammurdoch | 6 (17.6%) | 186 (42.5%) | 31.0 |
sbailliez | 2 (5.9%) | 6 (1.4%) | 3.0 |
zappity zap
0 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.
0 lines of code changed in:
final static --> static final to follow JLS recomendations
16 lines of code changed in:
Pushed initializer code into separate methods
95 lines of code changed in:
Don't include the 'dos' OS family in the 'windows' OS family.
Submitted by Darrell DeBoer [darrell@apache.org]
1 lines of code changed in:
Make all name checking case-insensitive.
4 lines of code changed in:
* Added OsFamily enumerated type, to represents OS groupings.
* Replaced all usages of Os.isFamily( String ) with Os.isFamily( OsFamily ).
* Replaced all usages of "os.name" system properties with calls to Os.isFamily().
180 lines of code changed in:
Make all the variables final
3 lines of code changed in:
Decouple exceptions from CascadingException
18 lines of code changed in:
* Reorganised build to use new <antlib-descriptor> task.
* The "builtin" and "selftest" descriptors are now generated.
* Fixed ant-descriptor.template to handle @ant:type tag properly.
Submitted by Darrell DeBoer [darrell@apache.org]
1 lines of code changed in:
Reworked the ExecManager service so that the Execute adapter object becomes responsible for combining supplied env vars with native env vars if required
1 lines of code changed in:
Rework Environment implementation so that it is part of the ExecManager service. This makes it less coupled to bad practices and also merges all the native execution code into a central place.
Detected by JDepend
8 lines of code changed in:
Use StringBuffer in inner loop rather than string
Removing a Audit violation
10 lines of code changed in:
Move the launchers package into the impl package.
Move the CommandLauncher interface into the impl package
7 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
6 lines of code changed in:
Migrate all the ant-independent code for
native execution
environment loading
os detection
into a new hierarchy aut.
AUT basically being completely independent of Ant.
88 lines of code changed in: