Directory proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/metamata/

Directory Created:
2001-12-15 12:06
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
7
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/metamata

Lines of Code

proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/metamata/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 115 (100.0%) 1125 (100.0%) 9.7
donaldp 108 (93.9%) 1107 (98.4%) 10.2
adammurdoch 5 (4.3%) 15 (1.3%) 3.0
sbailliez 2 (1.7%) 3 (0.3%) 1.5

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-03-17 09:42

Move all but the optional tasks into the hierarchy o.a.t.todo rather than o.a.t.ant so as not to clash with ant1 compatability later

15 lines of code changed in:

adammurdoch 2002-03-11 08:41

* AbstractTask no longer extends AbstractLogEnabled.

* DefaultExecutor no longer log enables Tasks.

* Added TaskContext.log( LogLevel, ... ) methods.

* Moved LogLevel to myrmidon.api package.

15 lines of code changed in:

donaldp 2002-02-21 09:41

Make tasks extend AbstractTask directly not via Task

2 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/metamata: MParse.java (+2 -3)
donaldp 2002-02-18 09:02

Inlined a large number of methods from AbstractTask

4 lines of code changed in:

donaldp 2002-02-10 01:01

Removed throwsIOException from Execute.execute() as it was never thrown.



Made some tasks specify expected return code rather than checkin it themselves.

5 lines of code changed in:

donaldp 2002-02-10 00:46

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.

4 lines of code changed in:

donaldp 2002-02-10 00:25

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:

donaldp 2002-02-06 13:38

Style touchups

6 lines of code changed in:

donaldp 2002-02-03 10:28

Add a constructor to Execute2 that takes the ExecManager service

6 lines of code changed in:

donaldp 2002-01-27 02:32

Made Execute2 only take Commandlin objects rather than an arrya of strings

8 lines of code changed in:

donaldp 2002-01-26 02:08

Update tasks to reflect movement of logic from objects to service/utility objects

2 lines of code changed in:

sbailliez 2002-01-20 17:35

- Fix order of modifiers

- Fix duplicate/unecessary imports

- Fix single if/else and loop without block

3 lines of code changed in:

donaldp 2002-01-20 02:36

Did some create->add munging

4 lines of code changed in:

donaldp 2002-01-20 02:11

Did some create->add munging

8 lines of code changed in:

donaldp 2002-01-19 07:26

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.

2 lines of code changed in:

donaldp 2002-01-15 09:51

Cleanup up Path object by makign PathElement a top level class and by removing the create() methods and replacing them wiuth adder methods.



Also moved some of the static methods (particularly path parsing) into FileUtils).

8 lines of code changed in:

donaldp 2002-01-13 00:04

Move all the generic scanners into types package

1 lines of code changed in:

donaldp 2002-01-12 05:01

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.

1 lines of code changed in:

donaldp 2002-01-06 02:29

Moved metamata tasks to using Execute2 functionality and generally cleaning up the tasks

297 lines of code changed in:

(19 more)

Generated by StatSVN 0.3.2-SNAPSHOT