Directory proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers/

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

Browse with ViewVC

[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers

Lines of Code

proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers/ Lines of Code

Developers

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

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 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.

5 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers: Javac.java (+5 -4)
donaldp 2002-03-06 10:37

Convert Javac to using TaskContext to log

17 lines of code changed in:

donaldp 2002-03-06 10:13

Convert Javac to using TaskContext to log

41 lines of code changed in:

adammurdoch 2002-03-04 02:44

* 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:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers: Javac.java (+2 -2)
donaldp 2002-03-03 06:40

Move all javac specific files into a separate package

8 lines of code changed in:

donaldp 2002-02-14 11:03

Write to system.out by default because that gets redirectted to task anyhow

1 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers: Javac12.java (+1 -16)
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.

0 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.

2 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

3 lines of code changed in:

donaldp 2002-02-03 10:28

Add a constructor to Execute2 that takes the ExecManager service

3 lines of code changed in:

donaldp 2002-01-27 02:32

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

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

2 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers: Jikes.java (+2 -1)
donaldp 2002-01-20 09:52

Move addExtdirs to PathUtils

7 lines of code changed in:

donaldp 2002-01-20 02:11

Did some create->add munging

72 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.

46 lines of code changed in:

donaldp 2002-01-12 23:46

Reuse join functionality of stringutil rather than Commandline.toString

1 lines of code changed in:

donaldp 2002-01-06 01:56

Use Execute2 abstraction

6 lines of code changed in:

donaldp 2002-01-06 01:55

Use adaptors logger rather than getting tasks logger via hackGetLogger

1 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/compilers: Javac12.java (+1 -1)

(24 more)

Generated by StatSVN 0.3.2-SNAPSHOT