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=18906>.
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=18906

[PATCH] Added support for custom components that need classloading

           Summary: [PATCH] Added support for custom components that need
                    classloading
           Product: Ant
           Version: 1.6Alpha (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


See also discussion on ant-dev
http://marc.theaimsgroup.com/?l=ant-dev&m=104996463425469&w=2

Main Goal: provide utility class supporting people that need embedded
<classpath> or @classpathref in their custom taskdefs or typedefs.
This seems to be a common pattern, while the individual applying it faces the
need for cut and paste code above being able to delegate.

(Currently org.apache.tools.ant.taskdefs.Definer offers this as a base class 
for 
 customs tasks, this patch opens that effort to the class of DataTypes as well)

Will add atachment (single Java file) in next screen.

Reply via email to