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

Directory Created:
2001-12-16 12:05
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/antlib/xml

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 87 (100.0%) 1145 (100.0%) 13.1
donaldp 65 (74.7%) 1068 (93.3%) 16.4
adammurdoch 17 (19.5%) 62 (5.4%) 3.6
sbailliez 5 (5.7%) 15 (1.3%) 3.0

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

adammurdoch 2002-04-07 10:19

Axed todo.types.FileSet.

1 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:

adammurdoch 2002-03-27 07:04

* Added ClassLoaderManager.createClassLoader( File[] ), to create a

ClassLoader from a class-path.



* Moved responsibility for creation of ClassLoaders out of the tasks, and into

the ClassLoaderManager, which caches them, and resolves extension dependencies.



* Added PathUtil.createClassLoader() convenience method to create a ClassLoader

from a Path.



* Changed the PathUtil methods to use the more general FileList, rather than Path.



* Added 'classpath' attribute to the <*-available> conditions.

8 lines of code changed in:

adammurdoch 2002-03-22 07:18

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

0 lines of code changed in:

adammurdoch 2002-03-22 04:12

* Changed Path.addPath( Path ) -> Path.add( FileList ), so that <path>

can accept any nested FileList implementation, including <path>.



* Added <list-path> diagnostic task.



* Added test cases for <path>.

3 lines of code changed in:

adammurdoch 2002-03-21 08:03

* Moved ExecuteJava -> framework.java package. Added a bunch of Javadocs,

and i18n-ed the error and log messages.



* Moved Java -> antlib.java.JavaTask.



* Moved Path and friends -> framework.file package.

2 lines of code changed in:

adammurdoch 2002-03-21 06:38

Changes to todo.types.Path, should be useable now:



* Removed Path.isEmpty().



* Changed Path.list() -> listFiles( TaskContext ).



* Extracted FileList interface from Path. This interface has a single

listFile( TaskContext ) method.



* Split PathElement into two FileList implementations, ParsedPathElement and

ArrayFileList. Removed the special handling of nested PathElement

and Path objects from Path.listFiles().



* Added FileList -> String converter.



* Temporarily disabled Argument.setPath() and EnvironmentVariable.setPath().

1 lines of code changed in:

adammurdoch 2002-03-19 02:44

Some refactoring of Path. The plan is to make the 'evaluate' API of Path a

little narrower, to make it easier to extract an interface, and get multiple

path implementations happening.



* Replaced usages of Path.append() with Path.addPath(), and removed append().



* Replaced usages of Path.addExisting() with Path.addPath(), and removed

addExisting().



* Replaced Path.size() with Path.isEmpty().



* Added the setX() methods back.



* Replaced usages of Path.toString() with new PathUtil.formatPath() method, and

removed Path.toString(). Probably missed a few usages.



* Replaced FileUtil.translatePath( Path ) with PathUtil.formatPath(), and

removed translatePath().



* Enabled the String -> Path converter again.

1 lines of code changed in:

adammurdoch 2002-03-18 09:15

Ran IDEA's optimise imports.

2 lines of code changed in:

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

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

42 lines of code changed in:

donaldp 2002-02-21 09:38

No need to extend AbstractTask

2 lines of code changed in:

donaldp 2002-02-18 08:30

Remove unused import

0 lines of code changed in:

donaldp 2002-02-17 10:04

Started to refactor XSLTProcess to be loose the xsltLiason. We can assume that most future processors will use this API as it is the standard.



The current implementation does not load the TransformerFactory from the specified classLoader but it will in the future.

195 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/antlib/xml: XSLTProcess.java (+195 -300)
donaldp 2002-02-17 10:03

init(File) --> reset()

1 lines of code changed in:

donaldp 2002-02-17 10:02

touchups

12 lines of code changed in:

donaldp 2002-02-17 10:01

Add basic class to listen to trax errors and print em out

0 lines of code changed in:

donaldp 2002-02-06 13:38

Style touchups

8 lines of code changed in:

donaldp 2002-01-28 09:28

Xalan1 prolly wont be supported in next Ant

0 lines of code changed in:

(24 more)

Generated by StatSVN 0.3.2-SNAPSHOT