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

Directory Created:
2001-12-19 11:33
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
11
Lines of Code:
0

Browse with ViewVC

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

                                         impl (0 files, 0 lines)

                                         launchers (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
donaldp 40 (100.0%) 148 (100.0%) 3.7

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-01-06 01:43

Made the ExecManager support another method of execution that involves supplying an ExecOutputHandler

18 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: ExecManager.java (+18)
donaldp 2002-01-06 01:37

Move var closer to where it is used

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: Environment.java (+1 -1)
donaldp 2002-01-06 01:37

Added the ExecOutputHandler abstraction so that tasks don't have to worry about more complicated stream parsing and can work with just notification of lines appearing.



Also added a default implementation that conforms to the most common pattern of making stdout info log messages and stderr warn log messages

0 lines of code changed in:

donaldp 2002-01-05 03:07

Make sure a property file with no properties in it does not cause any exceptions.



Removed an unused method.



Made the Properties object returned from getNativeEnvironment() contain all environment properties rather than having the environment properties as default properties for property object. This allows much easier direct access to prpoerty values.

7 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: Environment.java (+7 -25)
donaldp 2002-01-01 06:16

Cleaup imports

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: Environment.java (+1 -2)
donaldp 2001-12-30 09:25

Replace all different occurences of grabbing line separator with StringUtil.LINE_SEPARATOR

3 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: Environment.java (+3 -4)
donaldp 2001-12-30 06:47

Remove some unused cruft

0 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: Environment.java (-33)
donaldp 2001-12-30 06:44

Classes not used outside this package so we can make them package access

2 lines of code changed in:

donaldp 2001-12-23 06:28

Fix up license banner.

5 lines of code changed in:

donaldp 2001-12-23 06:22

Add in default implementation of ExecuteManager. It takes over most of the responsibilities of Execute except that it does it in a more easily evolvable manner.

1 lines of code changed in:

donaldp 2001-12-23 06:17

Set the output stremes via setters not via constructor

5 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: Environment.java (+5 -3)
donaldp 2001-12-23 05:30

add a method to query whether process times out or terminated of natural causes.

9 lines of code changed in:

donaldp 2001-12-23 04:53

Add in class that will replace ExecuteWatchDog, ExeuteStreamHandler and related classes.

0 lines of code changed in:

donaldp 2001-12-23 03:42

MOve ProcessDestroyer into myrmidon hierarchy

1 lines of code changed in:

donaldp 2001-12-23 02:55

Made ExecMetaData take a Properties object for environment data rather than native format.

4 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: ExecMetaData.java (+4 -3)
donaldp 2001-12-23 00:22

Made timeout time a long not an int.

2 lines of code changed in:

donaldp 2001-12-23 00:11

Move WatchDog class to myrmidon framework section.

2 lines of code changed in:

donaldp 2001-12-22 23:55

Convert from using TaskException to ExecException

26 lines of code changed in:

donaldp 2001-12-22 23:54

Add an exception that indicates an error running a native process.

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec: ExecException.java (new 1)

(5 more)

Generated by StatSVN 0.3.2-SNAPSHOT