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

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

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 63 (100.0%) 4.5
adammurdoch 9 (64.3%) 61 (96.8%) 6.7
donaldp 5 (35.7%) 2 (3.2%) 0.4

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

3 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/java: ExecuteJava.java (+3 -3)
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:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/java: ExecuteJava.java (+16 -17)
adammurdoch 2002-04-07 10:19

Axed todo.types.FileSet.

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

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/java: ExecuteJava.java (+4 -3)
donaldp 2002-04-04 11:35

Un-finalize var to work around crappy compilers.

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/java: ExecuteJava.java (+1 -1)
donaldp 2002-03-29 12:57

final static --> static final to follow JLS recomendations

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/java: ExecuteJava.java (+1 -1)
adammurdoch 2002-03-28 06:29

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

1 lines of code changed in:

adammurdoch 2002-03-27 07:04

* Added ClassLoaderManager.createClassLoader( File[] ), to create a

ClassLoader from a class-path.



* Moved responsibility for creation of ClassLoaders out of the tasks, and into

the ClassLoaderManager, which caches them, and resolves extension dependencies.



* Added PathUtil.createClassLoader() convenience method to create a ClassLoader

from a Path.



* Changed the PathUtil methods to use the more general FileList, rather than Path.



* Added 'classpath' attribute to the <*-available> conditions.

5 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/java: ExecuteJava.java (+5 -15)
adammurdoch 2002-03-22 07:18

Added TaskContext.verbose(), and fixed up the usages of info() and warn().

8 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/java: ExecuteJava.java (+8 -5)
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.

23 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT