Support ant typedefs for OpenJPA tasks
--------------------------------------

                 Key: OPENJPA-37
                 URL: http://issues.apache.org/jira/browse/OPENJPA-37
             Project: OpenJPA
          Issue Type: Improvement
          Components: jdbc, kernel
            Reporter: Patrick Linskey


Recent versions of ant have a typedef syntax that allows definition of a number 
of ant tasks all in one typedef call, and some sort of URI scoping of tasks. 
The syntax looks something like this:

  <typedef resource="my/package/antlib.xml" classpathref="my.package.classpath" 
uri="urn:my-package" />

It seems like this would be more convenient than requiring developers to use 
taskdef for each task they want to use. We should implement this for OpenJPA.

More details about typedefs: http://ant.apache.org/manual/CoreTasks/typedef.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to