Directory proposal/myrmidon/src/todo/org/apache/tools/todo/taskdefs/pvcs/

Directory Created:
2002-03-17 09:56
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
2
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 41 (100.0%) 5.8
donaldp 4 (57.1%) 31 (75.6%) 7.7
adammurdoch 3 (42.9%) 10 (24.4%) 3.3

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

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

2 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/todo/taskdefs/pvcs: Pvcs.java (+2 -11)
adammurdoch 2002-03-18 11:49

More refactoring of framework.Execute:



* By default, execute() checks the return code of the process against 0.

This can be changed using setReturnCode() and setIgnoreReturnCode().



* Default working directory is now the project's base directory.



* Tidied up tasks to reflect the new defaults.



AbstractTask:



* Made getBaseDirectory() and getService() protected.



Logging:



* Extracted AbstractLogger out of BasicLogger, and changed RoutingLogger to

extend AbstractLogger, rather than BasicLogger.



* RoutingLogger now uses a wrapped Logger to determine which message types

are enabled, so that it respects the logging level set on the command-line.

Kinda hacky, but better than writing out all the debug messages.



* Changed LoggingExecOutputHandler to use warn log level, rather than info.

Again, a hacky fix to get logging of external command output happening when

not running in verbose mode.

4 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/todo/taskdefs/pvcs: Pvcs.java (+4 -21)
adammurdoch 2002-03-18 08:53

Some refactoring of framework.Execute:



* Moved the general-purpose logging and validation code from Exec task to

Execute.



* Removed Execute's constructor, replaced with a TaskContext passed to

Execute.execute().



* If no ExecOutputHandler is provided, Execute routes the process' stdout

and stderr via TaskContext's log methods.



* Removed a bunch of debug messages from tasks, as Execute now takes care of this.



* Replaced a bunch of return code == 0 checks, with calls to

Execute.setReturnCode( 0 ).

4 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/todo/taskdefs/pvcs: Pvcs.java (+4 -7)
donaldp 2002-03-17 09:56

Move most of 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

31 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT