Directory proposal/myrmidon/src/java/org/apache/antlib/java/

Directory Created:
2002-03-21 08:03
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
6
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/java/org/apache/antlib/java

Lines of Code

proposal/myrmidon/src/java/org/apache/antlib/java/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 49 (100.0%) 2.1
adammurdoch 16 (69.6%) 48 (98.0%) 3.0
donaldp 7 (30.4%) 1 (2.0%) 0.1

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

adammurdoch 2002-04-08 00:29

Moved a bunch of classes to framework.nativelib:

- Argument

- ArgumentList

- Commandline

- EnvironmentData

- EnvironmentVariable

- Execute

- LoggingExecOutputHandler

5 lines of code changed in:

adammurdoch 2002-04-07 23:10

* Extracted ArgumentList superclass out of Commandline. Changed most usages

of Commandline to use ArgumentList instead.



* Execute now extends Commandline.

- Removed Execute.getCommandline().

- Moved Commandline.getCommandline() down to Execute, and made private.

16 lines of code changed in:

adammurdoch 2002-04-07 09:51

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

4 lines of code changed in:

adammurdoch 2002-03-28 06:29

Moved PathUtil.addJavaRuntime() into a new <java-runtime> FileList implementation.

2 lines of code changed in:

adammurdoch 2002-03-26 02:19

Started moving across the <javac> task to the java antlib:



* Added <javac> task, which extends AbstractFacadeTask.



* Added JavaCompilerAdaptor and ExternalCompilerAdaptor abstract adaptors.

Currently only handle classpath, debug and deprecation args.



* Added basic jikes and javac (modern) compilers.

18 lines of code changed in:

donaldp 2002-03-23 03:46

task:name --> task.name

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/java: JavaTask.java (+1 -1)
adammurdoch 2002-03-22 04:12

* Changed Path.addPath( Path ) -> Path.add( FileList ), so that <path>

can accept any nested FileList implementation, including <path>.



* Added <list-path> diagnostic task.



* Added test cases for <path>.

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/java: JavaTask.java (+1 -1)
adammurdoch 2002-03-21 08:03

* Moved ExecuteJava -> framework.java package. Added a bunch of Javadocs,

and i18n-ed the error and log messages.



* Moved Java -> antlib.java.JavaTask.



* Moved Path and friends -> framework.file package.

2 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/java: JavaTask.java (new 2)
Generated by StatSVN 0.3.2-SNAPSHOT