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

Directory Created:
2002-02-06 12:44
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/build

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 45 (100.0%) 212 (100.0%) 4.7
donaldp 33 (73.3%) 194 (91.5%) 5.8
adammurdoch 12 (26.7%) 18 (8.5%) 1.5

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

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: Patch.java (+1 -1)
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.

4 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: Patch.java (+4 -4)
adammurdoch 2002-04-07 10:19

Axed todo.types.FileSet.

2 lines of code changed in:

donaldp 2002-03-29 12:57

final static --> static final to follow JLS recomendations

3 lines of code changed in:

donaldp 2002-03-29 01:41

Again with the fixing of the speling.

6 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: BuildNumber.java (+6 -6)
adammurdoch 2002-03-28 06:35

Condition changes:



* Split <is-set> into <is-set> and <is-true> conditions. <is-true> uses the

converter to determine whether something is 'true', so is a little fussy.



* Moved <uptodate> and <equals> into antlib, and made <uptodate> a condition.



* Added <type-available> condition, which checks whether a particular

type is defined.



* Fixed <not> to actually work.



* Added test cases for some of the conditions.

1 lines of code changed in:

donaldp 2002-03-23 03:46

task:name --> task.name

4 lines of code changed in:

donaldp 2002-03-23 02:27

Add a simple buildnumber task.

13 lines of code changed in:

adammurdoch 2002-03-22 07:18

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

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: Checksum.java (+1 -2)
adammurdoch 2002-03-18 09:15

Ran IDEA's optimise imports.

0 lines of code changed in:

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

2 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: Patch.java (+2 -3)
donaldp 2002-03-17 09:42

Move all but 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

4 lines of code changed in:

adammurdoch 2002-03-11 08:41

* AbstractTask no longer extends AbstractLogEnabled.

* DefaultExecutor no longer log enables Tasks.

* Added TaskContext.log( LogLevel, ... ) methods.

* Moved LogLevel to myrmidon.api package.

7 lines of code changed in:

donaldp 2002-02-18 08:28

Use StringBuffer inside loops and dont reasign parameters to method

11 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: Checksum.java (+11 -26)
donaldp 2002-02-18 08:28

Dont access static method through instance

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: SleepTask.java (+1 -1)
donaldp 2002-02-14 11:21

Add in tags for xdoclet.

6 lines of code changed in:

donaldp 2002-02-14 11:17

Moved sleep task into antlib hierarchy and i18n'ed task

1 lines of code changed in:

donaldp 2002-02-14 11:16

i18ned task

9 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: Patch.java (+9 -3)
donaldp 2002-02-14 10:47

Make follow myrmidon designs anbd make sure it is not two things (task and condition). If need condition then move common funcitonality into helper class.

11 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/build: Checksum.java (+11 -78)

(6 more)

Generated by StatSVN 0.3.2-SNAPSHOT