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

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/todo/org/apache/tools/ant/taskdefs/rmic

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 65 (100.0%) 332 (100.0%) 5.1
donaldp 60 (92.3%) 309 (93.1%) 5.1
adammurdoch 4 (6.2%) 19 (5.7%) 4.7
sbailliez 1 (1.5%) 4 (1.2%) 4.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.

11 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/rmic: Rmic.java (+11 -10)
donaldp 2002-03-06 10:37

Convert Rmic to using TaskContext to log

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

8 lines of code changed in:

donaldp 2002-03-03 07:11

Move all rmc stuff into its own package

11 lines of code changed in:

donaldp 2002-02-21 09:41

Make tasks extend AbstractTask directly not via Task

1 lines of code changed in:

donaldp 2002-02-14 11:06

Fix compile error

0 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/rmic: SunRmic.java (-11)
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/rmic: SunRmic.java (+1 -3)
donaldp 2002-02-06 13:38

Style touchups

11 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

4 lines of code changed in:

donaldp 2002-01-20 02:11

Did some create->add munging

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

4 lines of code changed in:

donaldp 2002-01-13 04:45

Move mappers into their own package

2 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/rmic: SunRmic.java (+1 -3)
donaldp 2001-12-30 10:46

Restyled.

0 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/rmic: SunRmic.java (-1)
donaldp 2001-12-30 01:14

Removed Project.getVersion() replaced it with getJavaVersion() (inherited from AbstractTask) where necessary and removed all checks for java 1.1

2 lines of code changed in:

donaldp 2001-12-30 00:21

Update classes so that Path no longer accepts a Project object in its constructor and there is no setProject in ProjectComponent objects

1 lines of code changed in:

donaldp 2001-12-30 00:04

Update to use new format of LogOutputStream where you pass in a Logger

2 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/rmic: SunRmic.java (+2 -1)
donaldp 2001-12-23 14:25

Start updating logging to myrmidon style logging

23 lines of code changed in:

donaldp 2001-12-23 06:35

Fix up license banner.

6 lines of code changed in:

(7 more)

Generated by StatSVN 0.3.2-SNAPSHOT