Directory proposal/myrmidon/src/java/org/apache/aut/nativelib/

Directory Created:
2002-01-12 05:01
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
10
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/java/org/apache/aut/nativelib

                                     impl (0 files, 0 lines)

                                         launchers (0 files, 0 lines)

                                     launchers (0 files, 0 lines)

Lines of Code

proposal/myrmidon/src/java/org/apache/aut/nativelib/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 34 (100.0%) 438 (100.0%) 12.8
donaldp 26 (76.5%) 246 (56.2%) 9.4
adammurdoch 6 (17.6%) 186 (42.5%) 31.0
sbailliez 2 (5.9%) 6 (1.4%) 3.0

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.

0 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/nativelib: PathUtil.java (new)
donaldp 2002-03-29 12:57

final static --> static final to follow JLS recomendations

16 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/nativelib: Os.java (+16 -16)
donaldp 2002-03-16 04:24

Pushed initializer code into separate methods

95 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/nativelib: Os.java (+95 -91)
adammurdoch 2002-03-09 01:47

Don't include the 'dos' OS family in the 'windows' OS family.



Submitted by Darrell DeBoer [darrell@apache.org]

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/nativelib: Os.java (+1 -1)
adammurdoch 2002-03-03 02:12

Make all name checking case-insensitive.

4 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/nativelib: Os.java (+4 -4)
adammurdoch 2002-03-02 04:03

* Added OsFamily enumerated type, to represents OS groupings.

* Replaced all usages of Os.isFamily( String ) with Os.isFamily( OsFamily ).

* Replaced all usages of "os.name" system properties with calls to Os.isFamily().

180 lines of code changed in:

donaldp 2002-03-02 01:28

Make all the variables final

3 lines of code changed in:

donaldp 2002-03-01 10:33

Decouple exceptions from CascadingException

18 lines of code changed in:

adammurdoch 2002-03-01 02:13

* Reorganised build to use new <antlib-descriptor> task.

* The "builtin" and "selftest" descriptors are now generated.

* Fixed ant-descriptor.template to handle @ant:type tag properly.



Submitted by Darrell DeBoer [darrell@apache.org]

1 lines of code changed in:

donaldp 2002-02-21 09:27

Reworked the ExecManager service so that the Execute adapter object becomes responsible for combining supplied env vars with native env vars if required

1 lines of code changed in:

donaldp 2002-02-02 06:38

Rework Environment implementation so that it is part of the ExecManager service. This makes it less coupled to bad practices and also merges all the native execution code into a central place.



Detected by JDepend

8 lines of code changed in:

donaldp 2002-01-26 11:57

Use StringBuffer in inner loop rather than string



Removing a Audit violation

10 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/nativelib: Environment.java (+10 -16)
donaldp 2002-01-21 11:44

Move the launchers package into the impl package.



Move the CommandLauncher interface into the impl package

7 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

6 lines of code changed in:

donaldp 2002-01-12 05:01

Migrate all the ant-independent code for



native execution

environment loading

os detection



into a new hierarchy aut.



AUT basically being completely independent of Ant.

88 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT