[root]/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 130 (100.0%) | 794 (100.0%) | 6.1 |
donaldp | 127 (97.7%) | 785 (98.9%) | 6.1 |
adammurdoch | 2 (1.5%) | 7 (0.9%) | 3.5 |
sbailliez | 1 (0.8%) | 2 (0.3%) | 2.0 |
zappity zap
0 lines of code changed in:
* AbstractTask no longer extends AbstractLogEnabled.
* DefaultExecutor no longer log enables Tasks.
* Added TaskContext.log( LogLevel, ... ) methods.
* Moved LogLevel to myrmidon.api package.
5 lines of code changed in:
Convert Javac to using TaskContext to log
17 lines of code changed in:
Convert Javac to using TaskContext to log
41 lines of code changed in:
* Moved FileNameMapper to framework. Got rid of setTo() and setFrom()
from the interface, as these are no longer needed.
* Changed tasks to accept a FileNameMapper directly, rather than using Mapper.
* Removed the 'flatten' attribute from the <copy> task.
* Removed the 'ext' attribute from the <native2ascii> task.
* Removed Mapper and MapperType.
* Moved <flatten> mapper to antlib.
* Made ExtMapper available as <map-extension> and moved to antlib.
* Added <prefix> mapper, to apply a fixed prefix to names.
* Added <chain> mapper, to apply a chain of mappers to names.
* Added <mapped-fileset>, a fileset that transforms nested filesets using a mapper.
2 lines of code changed in:
Move all javac specific files into a separate package
8 lines of code changed in:
Write to system.out by default because that gets redirectted to task anyhow
1 lines of code changed in:
Removed throwsIOException from Execute.execute() as it was never thrown.
Made some tasks specify expected return code rather than checkin it themselves.
0 lines of code changed in:
Renamed Execute2 to Execute and moved it into the myrmidon.framework package.
Cleaned up its code a little. ALso reworked it so that the user can specify an expectedReturnCode and if the value is not the one expected a TaskException is thrown.
2 lines of code changed in:
No need to setup a Logger for Execute.
All logging will be routed via System.err or System.out as appropriate
0 lines of code changed in:
Style touchups
3 lines of code changed in:
Add a constructor to Execute2 that takes the ExecManager service
3 lines of code changed in:
Made Execute2 only take Commandlin objects rather than an arrya of strings
2 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
2 lines of code changed in:
Move addExtdirs to PathUtils
7 lines of code changed in:
Did some create->add munging
72 lines of code changed in:
The attached patch makes <path> useable as a data-type in myrmidon.
* Added a String -> Path converter.
* Added the appropriate declarations to ant1-ant-descriptor.xml.
* PathLocation is now only used internally by Path. This means a <path> may
not contain nested <pathlocation> elements any more. Nested <path> elements
can be used to do the same thing.
* Removed Path.systemClasspath and Path.concatSystemClassPath(). The goal
is to add specialised <systemclasspath>, <antruntime>, and <javaruntime>
data-types to control this explicitly. I left it unfinished, because the
as-yet-unwritten Java util stuff will determine how it should be done.
* Moved Path.addExtdirs() -> DefaultCompilerAdaptor. This was the only
place it was used.
* Cleaned out a few more Path createX() methods.
46 lines of code changed in:
Reuse join functionality of stringutil rather than Commandline.toString
1 lines of code changed in:
Use Execute2 abstraction
6 lines of code changed in:
Use adaptors logger rather than getting tasks logger via hackGetLogger
1 lines of code changed in:
(24 more)