Directory proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/ejb/

Directory Created:
2001-12-15 12:06
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
20
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/ejb

Lines of Code

proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/ejb/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 203 (100.0%) 2151 (100.0%) 10.5
donaldp 201 (99.0%) 2144 (99.7%) 10.6
sbailliez 2 (1.0%) 7 (0.3%) 3.5

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-02-18 09:02

Inlined a large number of methods from AbstractTask

8 lines of code changed in:

donaldp 2002-02-10 00:46

Renamed Execute2 to Execute and moved it into the myrmidon.framework package.



Cleaned up its code a little. ALso reworked it so that the user can specify an expectedReturnCode and if the value is not the one expected a TaskException is thrown.

4 lines of code changed in:

donaldp 2002-02-10 00:25

No need to setup a Logger for Execute.



All logging will be routed via System.err or System.out as appropriate

0 lines of code changed in:

donaldp 2002-02-06 13:38

Style touchups

15 lines of code changed in:

donaldp 2002-02-03 10:28

Add a constructor to Execute2 that takes the ExecManager service

6 lines of code changed in:

donaldp 2002-01-27 02:32

Made Execute2 only take Commandlin objects rather than an arrya of strings

2 lines of code changed in:

donaldp 2002-01-26 02:08

Update tasks to reflect movement of logic from objects to service/utility objects

2 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

7 lines of code changed in:

donaldp 2002-01-20 09:58

Moved some path manipulation utilities into PathUtils

12 lines of code changed in:

donaldp 2002-01-20 02:36

Did some create->add munging

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

9 lines of code changed in:

donaldp 2002-01-17 08:04

This is the first patch of the looong process of refactoring the

setX()/createX() and setX()/addX() method pairs into a single setX() or

addX() method. ?I've started with Path, to get rid of some its inertia.



Submitted by: "Adam Murdoch" <adammurdoch_ml@yahoo.com>

1 lines of code changed in:

donaldp 2002-01-15 09:51

Cleanup up Path object by makign PathElement a top level class and by removing the create() methods and replacing them wiuth adder methods.



Also moved some of the static methods (particularly path parsing) into FileUtils).

36 lines of code changed in:

donaldp 2002-01-13 00:04

Don't use ExecTask directly but instead go via Commandline + Execute2



Move all the generic scanners into types package

72 lines of code changed in:

donaldp 2002-01-12 05:01

Start to refactor and cleanup javac task

1 lines of code changed in:

donaldp 2002-01-06 02:22

cleaned

3 lines of code changed in:

donaldp 2002-01-06 02:21

*** empty log message ***

4 lines of code changed in:

donaldp 2002-01-04 09:25

Removed cruft from tasks that manually worked with references rather than letting the container handle it.

0 lines of code changed in:

(24 more)

Generated by StatSVN 0.3.2-SNAPSHOT