DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19897>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19897

Patch to implement the namespaced antlib + other changes





------- Additional Comments From [EMAIL PROTECTED]  2003-07-03 17:18 -------
Patch 7088 is the third step in decoupling the overall patch
The patch is in tar.gz format.


This patch implements:
    - addConfigured(Type) to introspection rules
    - ant-type magic polymorhic attribute
    - allow types that have Project as a constructor to
      be used in addName(Type) and addConfiguredName(Type) methods
    - allow addName and addConfiguredName methods to have higher
      presedence that createName() methods.

Changed Files: the diff is contains in the file
"poly.diff" using cvs diff -u <changed files>

========================================= 
=   Changed Files  
========================================= 

src/main/org/apache/tools/ant/IntrospectionHelper.java
  - combine setter and creater objects
  - return a creator object to create and set the object
  - poly type changes
src/main/org/apache/tools/ant/RuntimeConfigurable.java 
  - use ant-type attribute
  - use creator.store
src/main/org/apache/tools/ant/UnknownElement.java
  - call IntrospectionHelper#getElementCreator
   
========================================= 
=   New Files  
========================================= 

src/etc/testcases/types/poly.xml
   test cases for ant-type polymorphic
src/testcases/org/apache/tools/ant/types/PolyTest.java
   test cases for ant-type polymorphic

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to