Skip to content

Commit

Permalink
Finally, make all AntHandlers 'stateless' and make sure all the state…
Browse files Browse the repository at this point in the history
… is in

AntContext.

Started the cleanup process.

The reason for 'stateless' model is not performance, but having a cleaner
model. It is very hard to track things on the stack or in different
handlers.

The next major step will be to try to reorganize the DataType/Task/UnknownTask
creation.

So far all features ( sax2, import, dynamic prop, classloader ) seem to work
fine with 1.5 - at least on all projects I'm working on.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273164 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
costinm committed Jul 24, 2002
1 parent a3f65da commit 99718cb
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 121 deletions.
Loading

0 comments on commit 99718cb

Please sign in to comment.