cvs commit: ant/src/testcases/org/apache/tools/ant/types MapperTest.java

2004-06-22 Thread mbenson
mbenson 2004/06/22 14:30:56 Modified:.Tag: ANT_16_BRANCH TODO WHATSNEW docs/manual/CoreTypes Tag: ANT_16_BRANCH mapper.html src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH Mapper.java defaults.properties

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/types MapperTest.java

2004-04-22 Thread Matt Benson
Most notably, had to changed to not automatically reject nested elements when other attributes (other than refid) are set. The use-case for this is: However unlikely, it can be done, and is supported with the current code, which is an interesting hybrid of mine and Peter's patches.

cvs commit: ant/src/testcases/org/apache/tools/ant/types MapperTest.java

2004-04-22 Thread mbenson
mbenson 2004/04/22 13:27:21 Modified:src/main/org/apache/tools/ant/util ContainerMapper.java docs/manual/CoreTypes mapper.html src/main/org/apache/tools/ant/types Mapper.java defaults.properties src/testcases/org/apache