You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2007/02/01 23:03:32 UTC

svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Author: pcl
Date: Thu Feb  1 14:03:31 2007
New Revision: 502374

URL: http://svn.apache.org/viewvc?view=rev&rev=502374
Log:
OPENJPA-37

Added:
    incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml   (with props)
    incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml   (with props)

Added: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?view=auto&rev=502374
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml (added)
+++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!-- 
+	Copyright 2006 The Apache Software Foundation.
+
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+
+	http://www.apache.org/licenses/LICENSE-2.0
+
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<antlib>
+	<taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
+	<taskdef name="mappingtool" 
+		classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
+	<taskdef name="reversemappingtool" 
+		classname="org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
+	<taskdef name="schematool" 
+		classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
+</antlib>
\ No newline at end of file

Propchange: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml
------------------------------------------------------------------------------
    svn:eol-style = LF

Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?view=auto&rev=502374
==============================================================================
--- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml (added)
+++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!-- 
+	Copyright 2006 The Apache Software Foundation.
+
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+
+	http://www.apache.org/licenses/LICENSE-2.0
+
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<antlib>
+	<taskdef name="kodoc" classname="org.apache.openjpa.ant.PCEnhancerTask"/>
+	<taskdef name="appidtool" 
+   		classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
+	<taskdef name="metadatatool" 
+		classname="org.apache.openjpa.ant.MetaDataToolTask"/>
+</antlib>
\ No newline at end of file

Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
------------------------------------------------------------------------------
    svn:eol-style = LF



Re: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Craig L Russell <Cr...@Sun.COM>.
+1 for the change to "enhance".

Craig

On Feb 2, 2007, at 11:38 AM, Marc Prud'hommeaux wrote:

>
> I went ahead and changed it to "enhance", just because I think it  
> is a little more descriptive than "openjpac". If anyone has any  
> strong feelings, I am open to switching it back, or changing it to  
> something else...
>
>
> On Feb 1, 2007, at 3:51 PM, Dain Sundstrom wrote:
>
>> openjpac looks like "open j pac" to my eyes
>>
>> -dain
>>
>> On Feb 1, 2007, at 3:20 PM, Patrick Linskey wrote:
>>
>>> They're only prefixed if you provide a URN for them when you  
>>> include the
>>> taskdef. But I'm open to either name.
>>>
>>> -Patrick
>>>
>>> -- 
>>> Patrick Linskey
>>> BEA Systems, Inc.
>>>
>>> ____________________________________________________________________ 
>>> ___
>>> Notice:  This email message, together with any attachments, may  
>>> contain
>>> information  of  BEA Systems,  Inc.,  its subsidiaries  and   
>>> affiliated
>>> entities,  that may be confidential,  proprietary,  copyrighted   
>>> and/or
>>> legally privileged, and is intended solely for the use of the  
>>> individual
>>> or entity named in this message. If you are not the intended  
>>> recipient,
>>> and have received this message in error, please immediately  
>>> return this
>>> by email and then delete it.
>>>
>>>> -----Original Message-----
>>>> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On
>>>> Behalf Of Marc Prud'hommeaux
>>>> Sent: Thursday, February 01, 2007 3:11 PM
>>>> To: open-jpa-dev@incubator.apache.org
>>>> Subject: Re: svn commit: r502374 - in
>>>> /incubator/openjpa/trunk:
>>>> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
>>>> tlib.xml
>>>> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
>>>>
>>>>
>>>> Actually, I think prefer "enhance" to "openjpac", since if I
>>>> understand antlib taskdefs correctly, won't they be prefixed with
>>>> something like "openjpa"? If so, I think:
>>>>
>>>>     <openjpa:enhance src="${src}"/>
>>>>
>>>> it more descriptive than:
>>>>
>>>>     <openjpa:openjpac src="${src}"/>
>>>>
>>>>
>>>>
>>>>
>>>> On Feb 1, 2007, at 3:04 PM, Patrick Linskey wrote:
>>>>
>>>>> Good catch. I changed it to openjpac.
>>>>>
>>>>> -Patrick
>>>>>
>>>>> -- 
>>>>> Patrick Linskey
>>>>> BEA Systems, Inc.
>>>>>
>>>>>
>>>> ______________________________________________________________
>>>> ________
>>>>> _
>>>>> Notice:  This email message, together with any attachments, may
>>>>> contain
>>>>> information  of  BEA Systems,  Inc.,  its subsidiaries  and
>>>>> affiliated
>>>>> entities,  that may be confidential,  proprietary,  copyrighted
>>>>> and/or
>>>>> legally privileged, and is intended solely for the use of the
>>>>> individual
>>>>> or entity named in this message. If you are not the intended
>>>>> recipient,
>>>>> and have received this message in error, please immediately return
>>>>> this
>>>>> by email and then delete it.
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Kevin Sutter [mailto:kwsutter@gmail.com]
>>>>>> Sent: Thursday, February 01, 2007 2:54 PM
>>>>>> To: open-jpa-dev@incubator.apache.org
>>>>>> Subject: Re: svn commit: r502374 - in
>>>>>> /incubator/openjpa/trunk:
>>>>>> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
>>>>>> tlib.xml
>>>>>> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/ 
>>>>>> antlib.xml
>>>>>>
>>>>>> :-)  His past comes back to haunt him...  :-)  Nice catch, Marc.
>>>>>>
>>>>>> On 2/1/07, Marc Prud'hommeaux <mp...@apache.org> wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> +     <taskdef name="kodoc"
>>>>>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>>>>>
>>>>>>> Shouldn't that be "openjpac"? Or maybe just "enhance"?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:
>>>>>>>
>>>>>>>> Author: pcl
>>>>>>>> Date: Thu Feb  1 14:03:31 2007
>>>>>>>> New Revision: 502374
>>>>>>>>
>>>>>>>> URL: http://svn.apache.org/viewvc?view=rev&rev=502374
>>>>>>>> Log:
>>>>>>>> OPENJPA-37
>>>>>>>>
>>>>>>>> Added:
>>>>>>>>     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/ 
>>>>>>>> org/
>>>>>>>> apache/openjpa/jdbc/ant/antlib.xml   (with props)
>>>>>>>>
>>>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>>>> apache/openjpa/ant/antlib.xml   (with props)
>>>>>>>>
>>>>>>>> Added:
>>>>>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>>>> apache/openjpa/jdbc/ant/antlib.xml
>>>>>>>> URL:
>>>> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>>>>>> jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?
>>>>>>>> view=auto&rev=502374
>>>>>>>>
>>>>>>
>>>> =================================================================== 
>>>> ==
>>>>>> =
>>>>>>>> ========
>>>>>>>> --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/ 
>>>>>>>> org/
>>>>>>>> apache/openjpa/jdbc/ant/antlib.xml (added)
>>>>>>>> +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/ 
>>>>>>>> org/
>>>>>>>> apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>>>>>> @@ -0,0 +1,25 @@
>>>>>>>> +<?xml version="1.0"?>
>>>>>>>> +<!--
>>>>>>>> +     Copyright 2006 The Apache Software Foundation.
>>>>>>>> +
>>>>>>>> +     Licensed under the Apache License, Version 2.0 (the
>>>>>> "License");
>>>>>>>> +     you may not use this file except in compliance with
>>>>>> the License.
>>>>>>>> +     You may obtain a copy of the License at
>>>>>>>> +
>>>>>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>>>>>> +
>>>>>>>> +     Unless required by applicable law or agreed to in  
>>>>>>>> writing,
>>>>>>> software
>>>>>>>> +     distributed under the License is distributed on an
>>>>>> "AS IS" BASIS,
>>>>>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>>>>>> either express or
>>>>>>>> implied.
>>>>>>>> +     See the License for the specific language governing
>>>>>> permissions
>>>>>>> and
>>>>>>>> +     limitations under the License.
>>>>>>>> +-->
>>>>>>>> +<antlib>
>>>>>>>> +     <taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
>>>>>>>> +     <taskdef name="mappingtool"
>>>>>>>> +
>>>>>> classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
>>>>>>>> +     <taskdef name="reversemappingtool"
>>>>>>>> +             classname="
>>>>>>> org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
>>>>>>>> +     <taskdef name="schematool"
>>>>>>>> +
>>>>>> classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
>>>>>>>> +</antlib>
>>>>>>>> \ No newline at end of file
>>>>>>>>
>>>>>>>> Propchange:
>>>>>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/
>>>>>>>> org/apache/openjpa/jdbc/ant/antlib.xml
>>>>>>>>
>>>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>>>> -
>>>>>>>> --------
>>>>>>>>     svn:eol-style = LF
>>>>>>>>
>>>>>>>> Added: incubator/openjpa/trunk/openjpa-kernel/src/main/ 
>>>>>>>> resources/
>>>>>>>> org/apache/openjpa/ant/antlib.xml
>>>>>>>> URL:
>>>> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>>>>>> kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?
>>>>>>>> view=auto&rev=502374
>>>>>>>>
>>>>>>
>>>> =================================================================== 
>>>> ==
>>>>>> =
>>>>>>>> ========
>>>>>>>> ---
>>>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>>>> apache/openjpa/ant/antlib.xml (added)
>>>>>>>> +++
>>>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>>>> apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>>>>>> @@ -0,0 +1,23 @@
>>>>>>>> +<?xml version="1.0"?>
>>>>>>>> +<!--
>>>>>>>> +     Copyright 2006 The Apache Software Foundation.
>>>>>>>> +
>>>>>>>> +     Licensed under the Apache License, Version 2.0 (the
>>>>>> "License");
>>>>>>>> +     you may not use this file except in compliance with
>>>>>> the License.
>>>>>>>> +     You may obtain a copy of the License at
>>>>>>>> +
>>>>>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>>>>>> +
>>>>>>>> +     Unless required by applicable law or agreed to in  
>>>>>>>> writing,
>>>>>>> software
>>>>>>>> +     distributed under the License is distributed on an
>>>>>> "AS IS" BASIS,
>>>>>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>>>>>> either express or
>>>>>>>> implied.
>>>>>>>> +     See the License for the specific language governing
>>>>>> permissions
>>>>>>> and
>>>>>>>> +     limitations under the License.
>>>>>>>> +-->
>>>>>>>> +<antlib>
>>>>>>>> +     <taskdef name="kodoc"
>>>>>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>>>>>> +     <taskdef name="appidtool"
>>>>>>>> +
>>>>>> classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
>>>>>>>> +     <taskdef name="metadatatool"
>>>>>>>> +
>>>>>> classname="org.apache.openjpa.ant.MetaDataToolTask"/>
>>>>>>>> +</antlib>
>>>>>>>> \ No newline at end of file
>>>>>>>>
>>>>>>>> Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/
>>>>>>>> resources/org/apache/openjpa/ant/antlib.xml
>>>>>>>>
>>>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>>>> -
>>>>>>>> --------
>>>>>>>>     svn:eol-style = LF
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>
>>>>
>>
>

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!


Re: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Marc Prud'hommeaux <mp...@apache.org>.
I went ahead and changed it to "enhance", just because I think it is  
a little more descriptive than "openjpac". If anyone has any strong  
feelings, I am open to switching it back, or changing it to something  
else...


On Feb 1, 2007, at 3:51 PM, Dain Sundstrom wrote:

> openjpac looks like "open j pac" to my eyes
>
> -dain
>
> On Feb 1, 2007, at 3:20 PM, Patrick Linskey wrote:
>
>> They're only prefixed if you provide a URN for them when you  
>> include the
>> taskdef. But I'm open to either name.
>>
>> -Patrick
>>
>> -- 
>> Patrick Linskey
>> BEA Systems, Inc.
>>
>> _____________________________________________________________________ 
>> __
>> Notice:  This email message, together with any attachments, may  
>> contain
>> information  of  BEA Systems,  Inc.,  its subsidiaries  and   
>> affiliated
>> entities,  that may be confidential,  proprietary,  copyrighted   
>> and/or
>> legally privileged, and is intended solely for the use of the  
>> individual
>> or entity named in this message. If you are not the intended  
>> recipient,
>> and have received this message in error, please immediately return  
>> this
>> by email and then delete it.
>>
>>> -----Original Message-----
>>> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On
>>> Behalf Of Marc Prud'hommeaux
>>> Sent: Thursday, February 01, 2007 3:11 PM
>>> To: open-jpa-dev@incubator.apache.org
>>> Subject: Re: svn commit: r502374 - in
>>> /incubator/openjpa/trunk:
>>> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
>>> tlib.xml
>>> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
>>>
>>>
>>> Actually, I think prefer "enhance" to "openjpac", since if I
>>> understand antlib taskdefs correctly, won't they be prefixed with
>>> something like "openjpa"? If so, I think:
>>>
>>>     <openjpa:enhance src="${src}"/>
>>>
>>> it more descriptive than:
>>>
>>>     <openjpa:openjpac src="${src}"/>
>>>
>>>
>>>
>>>
>>> On Feb 1, 2007, at 3:04 PM, Patrick Linskey wrote:
>>>
>>>> Good catch. I changed it to openjpac.
>>>>
>>>> -Patrick
>>>>
>>>> -- 
>>>> Patrick Linskey
>>>> BEA Systems, Inc.
>>>>
>>>>
>>> ______________________________________________________________
>>> ________
>>>> _
>>>> Notice:  This email message, together with any attachments, may
>>>> contain
>>>> information  of  BEA Systems,  Inc.,  its subsidiaries  and
>>>> affiliated
>>>> entities,  that may be confidential,  proprietary,  copyrighted
>>>> and/or
>>>> legally privileged, and is intended solely for the use of the
>>>> individual
>>>> or entity named in this message. If you are not the intended
>>>> recipient,
>>>> and have received this message in error, please immediately return
>>>> this
>>>> by email and then delete it.
>>>>
>>>>> -----Original Message-----
>>>>> From: Kevin Sutter [mailto:kwsutter@gmail.com]
>>>>> Sent: Thursday, February 01, 2007 2:54 PM
>>>>> To: open-jpa-dev@incubator.apache.org
>>>>> Subject: Re: svn commit: r502374 - in
>>>>> /incubator/openjpa/trunk:
>>>>> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
>>>>> tlib.xml
>>>>> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/ 
>>>>> antlib.xml
>>>>>
>>>>> :-)  His past comes back to haunt him...  :-)  Nice catch, Marc.
>>>>>
>>>>> On 2/1/07, Marc Prud'hommeaux <mp...@apache.org> wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>> +     <taskdef name="kodoc"
>>>>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>>>>
>>>>>> Shouldn't that be "openjpac"? Or maybe just "enhance"?
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:
>>>>>>
>>>>>>> Author: pcl
>>>>>>> Date: Thu Feb  1 14:03:31 2007
>>>>>>> New Revision: 502374
>>>>>>>
>>>>>>> URL: http://svn.apache.org/viewvc?view=rev&rev=502374
>>>>>>> Log:
>>>>>>> OPENJPA-37
>>>>>>>
>>>>>>> Added:
>>>>>>>     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>>> apache/openjpa/jdbc/ant/antlib.xml   (with props)
>>>>>>>
>>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>>> apache/openjpa/ant/antlib.xml   (with props)
>>>>>>>
>>>>>>> Added:
>>>>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>>> apache/openjpa/jdbc/ant/antlib.xml
>>>>>>> URL:
>>> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>>>>> jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?
>>>>>>> view=auto&rev=502374
>>>>>>>
>>>>>
>>> ==================================================================== 
>>> =
>>>>> =
>>>>>>> ========
>>>>>>> --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>>> apache/openjpa/jdbc/ant/antlib.xml (added)
>>>>>>> +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>>> apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>>>>> @@ -0,0 +1,25 @@
>>>>>>> +<?xml version="1.0"?>
>>>>>>> +<!--
>>>>>>> +     Copyright 2006 The Apache Software Foundation.
>>>>>>> +
>>>>>>> +     Licensed under the Apache License, Version 2.0 (the
>>>>> "License");
>>>>>>> +     you may not use this file except in compliance with
>>>>> the License.
>>>>>>> +     You may obtain a copy of the License at
>>>>>>> +
>>>>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>>>>> +
>>>>>>> +     Unless required by applicable law or agreed to in writing,
>>>>>> software
>>>>>>> +     distributed under the License is distributed on an
>>>>> "AS IS" BASIS,
>>>>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>>>>> either express or
>>>>>>> implied.
>>>>>>> +     See the License for the specific language governing
>>>>> permissions
>>>>>> and
>>>>>>> +     limitations under the License.
>>>>>>> +-->
>>>>>>> +<antlib>
>>>>>>> +     <taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
>>>>>>> +     <taskdef name="mappingtool"
>>>>>>> +
>>>>> classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
>>>>>>> +     <taskdef name="reversemappingtool"
>>>>>>> +             classname="
>>>>>> org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
>>>>>>> +     <taskdef name="schematool"
>>>>>>> +
>>>>> classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
>>>>>>> +</antlib>
>>>>>>> \ No newline at end of file
>>>>>>>
>>>>>>> Propchange:
>>>>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/
>>>>>>> org/apache/openjpa/jdbc/ant/antlib.xml
>>>>>>>
>>>>>
>>> -------------------------------------------------------------------- 
>>> -
>>>>> -
>>>>>>> --------
>>>>>>>     svn:eol-style = LF
>>>>>>>
>>>>>>> Added: incubator/openjpa/trunk/openjpa-kernel/src/main/ 
>>>>>>> resources/
>>>>>>> org/apache/openjpa/ant/antlib.xml
>>>>>>> URL:
>>> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>>>>> kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?
>>>>>>> view=auto&rev=502374
>>>>>>>
>>>>>
>>> ==================================================================== 
>>> =
>>>>> =
>>>>>>> ========
>>>>>>> ---
>>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>>> apache/openjpa/ant/antlib.xml (added)
>>>>>>> +++
>>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>>> apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>>>>> @@ -0,0 +1,23 @@
>>>>>>> +<?xml version="1.0"?>
>>>>>>> +<!--
>>>>>>> +     Copyright 2006 The Apache Software Foundation.
>>>>>>> +
>>>>>>> +     Licensed under the Apache License, Version 2.0 (the
>>>>> "License");
>>>>>>> +     you may not use this file except in compliance with
>>>>> the License.
>>>>>>> +     You may obtain a copy of the License at
>>>>>>> +
>>>>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>>>>> +
>>>>>>> +     Unless required by applicable law or agreed to in writing,
>>>>>> software
>>>>>>> +     distributed under the License is distributed on an
>>>>> "AS IS" BASIS,
>>>>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>>>>> either express or
>>>>>>> implied.
>>>>>>> +     See the License for the specific language governing
>>>>> permissions
>>>>>> and
>>>>>>> +     limitations under the License.
>>>>>>> +-->
>>>>>>> +<antlib>
>>>>>>> +     <taskdef name="kodoc"
>>>>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>>>>> +     <taskdef name="appidtool"
>>>>>>> +
>>>>> classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
>>>>>>> +     <taskdef name="metadatatool"
>>>>>>> +
>>>>> classname="org.apache.openjpa.ant.MetaDataToolTask"/>
>>>>>>> +</antlib>
>>>>>>> \ No newline at end of file
>>>>>>>
>>>>>>> Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/
>>>>>>> resources/org/apache/openjpa/ant/antlib.xml
>>>>>>>
>>>>>
>>> -------------------------------------------------------------------- 
>>> -
>>>>> -
>>>>>>> --------
>>>>>>>     svn:eol-style = LF
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>
>>>
>


Re: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Dain Sundstrom <da...@iq80.com>.
openjpac looks like "open j pac" to my eyes

-dain

On Feb 1, 2007, at 3:20 PM, Patrick Linskey wrote:

> They're only prefixed if you provide a URN for them when you  
> include the
> taskdef. But I'm open to either name.
>
> -Patrick
>
> -- 
> Patrick Linskey
> BEA Systems, Inc.
>
> ______________________________________________________________________ 
> _
> Notice:  This email message, together with any attachments, may  
> contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and   
> affiliated
> entities,  that may be confidential,  proprietary,  copyrighted   
> and/or
> legally privileged, and is intended solely for the use of the  
> individual
> or entity named in this message. If you are not the intended  
> recipient,
> and have received this message in error, please immediately return  
> this
> by email and then delete it.
>
>> -----Original Message-----
>> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On
>> Behalf Of Marc Prud'hommeaux
>> Sent: Thursday, February 01, 2007 3:11 PM
>> To: open-jpa-dev@incubator.apache.org
>> Subject: Re: svn commit: r502374 - in
>> /incubator/openjpa/trunk:
>> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
>> tlib.xml
>> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
>>
>>
>> Actually, I think prefer "enhance" to "openjpac", since if I
>> understand antlib taskdefs correctly, won't they be prefixed with
>> something like "openjpa"? If so, I think:
>>
>>     <openjpa:enhance src="${src}"/>
>>
>> it more descriptive than:
>>
>>     <openjpa:openjpac src="${src}"/>
>>
>>
>>
>>
>> On Feb 1, 2007, at 3:04 PM, Patrick Linskey wrote:
>>
>>> Good catch. I changed it to openjpac.
>>>
>>> -Patrick
>>>
>>> -- 
>>> Patrick Linskey
>>> BEA Systems, Inc.
>>>
>>>
>> ______________________________________________________________
>> ________
>>> _
>>> Notice:  This email message, together with any attachments, may
>>> contain
>>> information  of  BEA Systems,  Inc.,  its subsidiaries  and
>>> affiliated
>>> entities,  that may be confidential,  proprietary,  copyrighted
>>> and/or
>>> legally privileged, and is intended solely for the use of the
>>> individual
>>> or entity named in this message. If you are not the intended
>>> recipient,
>>> and have received this message in error, please immediately return
>>> this
>>> by email and then delete it.
>>>
>>>> -----Original Message-----
>>>> From: Kevin Sutter [mailto:kwsutter@gmail.com]
>>>> Sent: Thursday, February 01, 2007 2:54 PM
>>>> To: open-jpa-dev@incubator.apache.org
>>>> Subject: Re: svn commit: r502374 - in
>>>> /incubator/openjpa/trunk:
>>>> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
>>>> tlib.xml
>>>> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
>>>>
>>>> :-)  His past comes back to haunt him...  :-)  Nice catch, Marc.
>>>>
>>>> On 2/1/07, Marc Prud'hommeaux <mp...@apache.org> wrote:
>>>>>
>>>>>
>>>>>
>>>>>> +     <taskdef name="kodoc"
>>>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>>>
>>>>> Shouldn't that be "openjpac"? Or maybe just "enhance"?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:
>>>>>
>>>>>> Author: pcl
>>>>>> Date: Thu Feb  1 14:03:31 2007
>>>>>> New Revision: 502374
>>>>>>
>>>>>> URL: http://svn.apache.org/viewvc?view=rev&rev=502374
>>>>>> Log:
>>>>>> OPENJPA-37
>>>>>>
>>>>>> Added:
>>>>>>     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>> apache/openjpa/jdbc/ant/antlib.xml   (with props)
>>>>>>
>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>> apache/openjpa/ant/antlib.xml   (with props)
>>>>>>
>>>>>> Added:
>>>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>> apache/openjpa/jdbc/ant/antlib.xml
>>>>>> URL:
>> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>>>> jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?
>>>>>> view=auto&rev=502374
>>>>>>
>>>>
>> =====================================================================
>>>> =
>>>>>> ========
>>>>>> --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>> apache/openjpa/jdbc/ant/antlib.xml (added)
>>>>>> +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>>>> apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>>>> @@ -0,0 +1,25 @@
>>>>>> +<?xml version="1.0"?>
>>>>>> +<!--
>>>>>> +     Copyright 2006 The Apache Software Foundation.
>>>>>> +
>>>>>> +     Licensed under the Apache License, Version 2.0 (the
>>>> "License");
>>>>>> +     you may not use this file except in compliance with
>>>> the License.
>>>>>> +     You may obtain a copy of the License at
>>>>>> +
>>>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>>>> +
>>>>>> +     Unless required by applicable law or agreed to in writing,
>>>>> software
>>>>>> +     distributed under the License is distributed on an
>>>> "AS IS" BASIS,
>>>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>>>> either express or
>>>>>> implied.
>>>>>> +     See the License for the specific language governing
>>>> permissions
>>>>> and
>>>>>> +     limitations under the License.
>>>>>> +-->
>>>>>> +<antlib>
>>>>>> +     <taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
>>>>>> +     <taskdef name="mappingtool"
>>>>>> +
>>>> classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
>>>>>> +     <taskdef name="reversemappingtool"
>>>>>> +             classname="
>>>>> org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
>>>>>> +     <taskdef name="schematool"
>>>>>> +
>>>> classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
>>>>>> +</antlib>
>>>>>> \ No newline at end of file
>>>>>>
>>>>>> Propchange:
>>>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/
>>>>>> org/apache/openjpa/jdbc/ant/antlib.xml
>>>>>>
>>>>
>> ---------------------------------------------------------------------
>>>> -
>>>>>> --------
>>>>>>     svn:eol-style = LF
>>>>>>
>>>>>> Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/
>>>>>> org/apache/openjpa/ant/antlib.xml
>>>>>> URL:
>> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>>>> kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?
>>>>>> view=auto&rev=502374
>>>>>>
>>>>
>> =====================================================================
>>>> =
>>>>>> ========
>>>>>> ---
>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>> apache/openjpa/ant/antlib.xml (added)
>>>>>> +++
>> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>>>> apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>>>> @@ -0,0 +1,23 @@
>>>>>> +<?xml version="1.0"?>
>>>>>> +<!--
>>>>>> +     Copyright 2006 The Apache Software Foundation.
>>>>>> +
>>>>>> +     Licensed under the Apache License, Version 2.0 (the
>>>> "License");
>>>>>> +     you may not use this file except in compliance with
>>>> the License.
>>>>>> +     You may obtain a copy of the License at
>>>>>> +
>>>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>>>> +
>>>>>> +     Unless required by applicable law or agreed to in writing,
>>>>> software
>>>>>> +     distributed under the License is distributed on an
>>>> "AS IS" BASIS,
>>>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>>>> either express or
>>>>>> implied.
>>>>>> +     See the License for the specific language governing
>>>> permissions
>>>>> and
>>>>>> +     limitations under the License.
>>>>>> +-->
>>>>>> +<antlib>
>>>>>> +     <taskdef name="kodoc"
>>>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>>>> +     <taskdef name="appidtool"
>>>>>> +
>>>> classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
>>>>>> +     <taskdef name="metadatatool"
>>>>>> +
>>>> classname="org.apache.openjpa.ant.MetaDataToolTask"/>
>>>>>> +</antlib>
>>>>>> \ No newline at end of file
>>>>>>
>>>>>> Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/
>>>>>> resources/org/apache/openjpa/ant/antlib.xml
>>>>>>
>>>>
>> ---------------------------------------------------------------------
>>>> -
>>>>>> --------
>>>>>>     svn:eol-style = LF
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>
>>


RE: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Patrick Linskey <pl...@bea.com>.
They're only prefixed if you provide a URN for them when you include the
taskdef. But I'm open to either name.

-Patrick

-- 
Patrick Linskey
BEA Systems, Inc. 

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it. 

> -----Original Message-----
> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On 
> Behalf Of Marc Prud'hommeaux
> Sent: Thursday, February 01, 2007 3:11 PM
> To: open-jpa-dev@incubator.apache.org
> Subject: Re: svn commit: r502374 - in 
> /incubator/openjpa/trunk: 
> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
> tlib.xml 
> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
> 
> 
> Actually, I think prefer "enhance" to "openjpac", since if I  
> understand antlib taskdefs correctly, won't they be prefixed with  
> something like "openjpa"? If so, I think:
> 
>     <openjpa:enhance src="${src}"/>
> 
> it more descriptive than:
> 
>     <openjpa:openjpac src="${src}"/>
> 
> 
> 
> 
> On Feb 1, 2007, at 3:04 PM, Patrick Linskey wrote:
> 
> > Good catch. I changed it to openjpac.
> >
> > -Patrick
> >
> > -- 
> > Patrick Linskey
> > BEA Systems, Inc.
> >
> > 
> ______________________________________________________________
> ________ 
> > _
> > Notice:  This email message, together with any attachments, may  
> > contain
> > information  of  BEA Systems,  Inc.,  its subsidiaries  and   
> > affiliated
> > entities,  that may be confidential,  proprietary,  copyrighted   
> > and/or
> > legally privileged, and is intended solely for the use of the  
> > individual
> > or entity named in this message. If you are not the intended  
> > recipient,
> > and have received this message in error, please immediately return  
> > this
> > by email and then delete it.
> >
> >> -----Original Message-----
> >> From: Kevin Sutter [mailto:kwsutter@gmail.com]
> >> Sent: Thursday, February 01, 2007 2:54 PM
> >> To: open-jpa-dev@incubator.apache.org
> >> Subject: Re: svn commit: r502374 - in
> >> /incubator/openjpa/trunk:
> >> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
> >> tlib.xml
> >> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
> >>
> >> :-)  His past comes back to haunt him...  :-)  Nice catch, Marc.
> >>
> >> On 2/1/07, Marc Prud'hommeaux <mp...@apache.org> wrote:
> >>>
> >>>
> >>>
> >>>> +     <taskdef name="kodoc"
> >>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
> >>>
> >>> Shouldn't that be "openjpac"? Or maybe just "enhance"?
> >>>
> >>>
> >>>
> >>>
> >>> On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:
> >>>
> >>>> Author: pcl
> >>>> Date: Thu Feb  1 14:03:31 2007
> >>>> New Revision: 502374
> >>>>
> >>>> URL: http://svn.apache.org/viewvc?view=rev&rev=502374
> >>>> Log:
> >>>> OPENJPA-37
> >>>>
> >>>> Added:
> >>>>     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> >>>> apache/openjpa/jdbc/ant/antlib.xml   (with props)
> >>>>     
> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> >>>> apache/openjpa/ant/antlib.xml   (with props)
> >>>>
> >>>> Added:
> >> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> >>>> apache/openjpa/jdbc/ant/antlib.xml
> >>>> URL: 
> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
> >>>> jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?
> >>>> view=auto&rev=502374
> >>>>
> >> 
> ===================================================================== 
> >> =
> >>>> ========
> >>>> --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> >>>> apache/openjpa/jdbc/ant/antlib.xml (added)
> >>>> +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> >>>> apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
> >>>> @@ -0,0 +1,25 @@
> >>>> +<?xml version="1.0"?>
> >>>> +<!--
> >>>> +     Copyright 2006 The Apache Software Foundation.
> >>>> +
> >>>> +     Licensed under the Apache License, Version 2.0 (the
> >> "License");
> >>>> +     you may not use this file except in compliance with
> >> the License.
> >>>> +     You may obtain a copy of the License at
> >>>> +
> >>>> +     http://www.apache.org/licenses/LICENSE-2.0
> >>>> +
> >>>> +     Unless required by applicable law or agreed to in writing,
> >>> software
> >>>> +     distributed under the License is distributed on an
> >> "AS IS" BASIS,
> >>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
> >> either express or
> >>>> implied.
> >>>> +     See the License for the specific language governing
> >> permissions
> >>> and
> >>>> +     limitations under the License.
> >>>> +-->
> >>>> +<antlib>
> >>>> +     <taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
> >>>> +     <taskdef name="mappingtool"
> >>>> +
> >> classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
> >>>> +     <taskdef name="reversemappingtool"
> >>>> +             classname="
> >>> org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
> >>>> +     <taskdef name="schematool"
> >>>> +
> >> classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
> >>>> +</antlib>
> >>>> \ No newline at end of file
> >>>>
> >>>> Propchange:
> >> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/
> >>>> org/apache/openjpa/jdbc/ant/antlib.xml
> >>>>
> >> 
> --------------------------------------------------------------------- 
> >> -
> >>>> --------
> >>>>     svn:eol-style = LF
> >>>>
> >>>> Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/
> >>>> org/apache/openjpa/ant/antlib.xml
> >>>> URL: 
> http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
> >>>> kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?
> >>>> view=auto&rev=502374
> >>>>
> >> 
> ===================================================================== 
> >> =
> >>>> ========
> >>>> --- 
> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> >>>> apache/openjpa/ant/antlib.xml (added)
> >>>> +++ 
> incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> >>>> apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
> >>>> @@ -0,0 +1,23 @@
> >>>> +<?xml version="1.0"?>
> >>>> +<!--
> >>>> +     Copyright 2006 The Apache Software Foundation.
> >>>> +
> >>>> +     Licensed under the Apache License, Version 2.0 (the
> >> "License");
> >>>> +     you may not use this file except in compliance with
> >> the License.
> >>>> +     You may obtain a copy of the License at
> >>>> +
> >>>> +     http://www.apache.org/licenses/LICENSE-2.0
> >>>> +
> >>>> +     Unless required by applicable law or agreed to in writing,
> >>> software
> >>>> +     distributed under the License is distributed on an
> >> "AS IS" BASIS,
> >>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
> >> either express or
> >>>> implied.
> >>>> +     See the License for the specific language governing
> >> permissions
> >>> and
> >>>> +     limitations under the License.
> >>>> +-->
> >>>> +<antlib>
> >>>> +     <taskdef name="kodoc"
> >>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
> >>>> +     <taskdef name="appidtool"
> >>>> +
> >> classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
> >>>> +     <taskdef name="metadatatool"
> >>>> +
> >> classname="org.apache.openjpa.ant.MetaDataToolTask"/>
> >>>> +</antlib>
> >>>> \ No newline at end of file
> >>>>
> >>>> Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/
> >>>> resources/org/apache/openjpa/ant/antlib.xml
> >>>>
> >> 
> --------------------------------------------------------------------- 
> >> -
> >>>> --------
> >>>>     svn:eol-style = LF
> >>>>
> >>>>
> >>>
> >>>
> >>
> 
> 

Re: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Marc Prud'hommeaux <mp...@apache.org>.
Actually, I think prefer "enhance" to "openjpac", since if I  
understand antlib taskdefs correctly, won't they be prefixed with  
something like "openjpa"? If so, I think:

    <openjpa:enhance src="${src}"/>

it more descriptive than:

    <openjpa:openjpac src="${src}"/>




On Feb 1, 2007, at 3:04 PM, Patrick Linskey wrote:

> Good catch. I changed it to openjpac.
>
> -Patrick
>
> -- 
> Patrick Linskey
> BEA Systems, Inc.
>
> ______________________________________________________________________ 
> _
> Notice:  This email message, together with any attachments, may  
> contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and   
> affiliated
> entities,  that may be confidential,  proprietary,  copyrighted   
> and/or
> legally privileged, and is intended solely for the use of the  
> individual
> or entity named in this message. If you are not the intended  
> recipient,
> and have received this message in error, please immediately return  
> this
> by email and then delete it.
>
>> -----Original Message-----
>> From: Kevin Sutter [mailto:kwsutter@gmail.com]
>> Sent: Thursday, February 01, 2007 2:54 PM
>> To: open-jpa-dev@incubator.apache.org
>> Subject: Re: svn commit: r502374 - in
>> /incubator/openjpa/trunk:
>> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
>> tlib.xml
>> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
>>
>> :-)  His past comes back to haunt him...  :-)  Nice catch, Marc.
>>
>> On 2/1/07, Marc Prud'hommeaux <mp...@apache.org> wrote:
>>>
>>>
>>>
>>>> +     <taskdef name="kodoc"
>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>
>>> Shouldn't that be "openjpac"? Or maybe just "enhance"?
>>>
>>>
>>>
>>>
>>> On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:
>>>
>>>> Author: pcl
>>>> Date: Thu Feb  1 14:03:31 2007
>>>> New Revision: 502374
>>>>
>>>> URL: http://svn.apache.org/viewvc?view=rev&rev=502374
>>>> Log:
>>>> OPENJPA-37
>>>>
>>>> Added:
>>>>     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>> apache/openjpa/jdbc/ant/antlib.xml   (with props)
>>>>     incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>> apache/openjpa/ant/antlib.xml   (with props)
>>>>
>>>> Added:
>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>> apache/openjpa/jdbc/ant/antlib.xml
>>>> URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>> jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?
>>>> view=auto&rev=502374
>>>>
>> ===================================================================== 
>> =
>>>> ========
>>>> --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>> apache/openjpa/jdbc/ant/antlib.xml (added)
>>>> +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
>>>> apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>> @@ -0,0 +1,25 @@
>>>> +<?xml version="1.0"?>
>>>> +<!--
>>>> +     Copyright 2006 The Apache Software Foundation.
>>>> +
>>>> +     Licensed under the Apache License, Version 2.0 (the
>> "License");
>>>> +     you may not use this file except in compliance with
>> the License.
>>>> +     You may obtain a copy of the License at
>>>> +
>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>> +
>>>> +     Unless required by applicable law or agreed to in writing,
>>> software
>>>> +     distributed under the License is distributed on an
>> "AS IS" BASIS,
>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>> either express or
>>>> implied.
>>>> +     See the License for the specific language governing
>> permissions
>>> and
>>>> +     limitations under the License.
>>>> +-->
>>>> +<antlib>
>>>> +     <taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
>>>> +     <taskdef name="mappingtool"
>>>> +
>> classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
>>>> +     <taskdef name="reversemappingtool"
>>>> +             classname="
>>> org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
>>>> +     <taskdef name="schematool"
>>>> +
>> classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
>>>> +</antlib>
>>>> \ No newline at end of file
>>>>
>>>> Propchange:
>> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/
>>>> org/apache/openjpa/jdbc/ant/antlib.xml
>>>>
>> --------------------------------------------------------------------- 
>> -
>>>> --------
>>>>     svn:eol-style = LF
>>>>
>>>> Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/
>>>> org/apache/openjpa/ant/antlib.xml
>>>> URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
>>>> kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?
>>>> view=auto&rev=502374
>>>>
>> ===================================================================== 
>> =
>>>> ========
>>>> --- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>> apache/openjpa/ant/antlib.xml (added)
>>>> +++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
>>>> apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
>>>> @@ -0,0 +1,23 @@
>>>> +<?xml version="1.0"?>
>>>> +<!--
>>>> +     Copyright 2006 The Apache Software Foundation.
>>>> +
>>>> +     Licensed under the Apache License, Version 2.0 (the
>> "License");
>>>> +     you may not use this file except in compliance with
>> the License.
>>>> +     You may obtain a copy of the License at
>>>> +
>>>> +     http://www.apache.org/licenses/LICENSE-2.0
>>>> +
>>>> +     Unless required by applicable law or agreed to in writing,
>>> software
>>>> +     distributed under the License is distributed on an
>> "AS IS" BASIS,
>>>> +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
>> either express or
>>>> implied.
>>>> +     See the License for the specific language governing
>> permissions
>>> and
>>>> +     limitations under the License.
>>>> +-->
>>>> +<antlib>
>>>> +     <taskdef name="kodoc"
>>>> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>>>> +     <taskdef name="appidtool"
>>>> +
>> classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
>>>> +     <taskdef name="metadatatool"
>>>> +
>> classname="org.apache.openjpa.ant.MetaDataToolTask"/>
>>>> +</antlib>
>>>> \ No newline at end of file
>>>>
>>>> Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/
>>>> resources/org/apache/openjpa/ant/antlib.xml
>>>>
>> --------------------------------------------------------------------- 
>> -
>>>> --------
>>>>     svn:eol-style = LF
>>>>
>>>>
>>>
>>>
>>


RE: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Patrick Linskey <pl...@bea.com>.
Good catch. I changed it to openjpac.

-Patrick

-- 
Patrick Linskey
BEA Systems, Inc. 

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it. 

> -----Original Message-----
> From: Kevin Sutter [mailto:kwsutter@gmail.com] 
> Sent: Thursday, February 01, 2007 2:54 PM
> To: open-jpa-dev@incubator.apache.org
> Subject: Re: svn commit: r502374 - in 
> /incubator/openjpa/trunk: 
> openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/an
> tlib.xml 
> openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml
> 
> :-)  His past comes back to haunt him...  :-)  Nice catch, Marc.
> 
> On 2/1/07, Marc Prud'hommeaux <mp...@apache.org> wrote:
> >
> >
> >
> > > +     <taskdef name="kodoc"
> > > classname="org.apache.openjpa.ant.PCEnhancerTask"/>
> >
> > Shouldn't that be "openjpac"? Or maybe just "enhance"?
> >
> >
> >
> >
> > On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:
> >
> > > Author: pcl
> > > Date: Thu Feb  1 14:03:31 2007
> > > New Revision: 502374
> > >
> > > URL: http://svn.apache.org/viewvc?view=rev&rev=502374
> > > Log:
> > > OPENJPA-37
> > >
> > > Added:
> > >     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > > apache/openjpa/jdbc/ant/antlib.xml   (with props)
> > >     incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> > > apache/openjpa/ant/antlib.xml   (with props)
> > >
> > > Added: 
> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > > apache/openjpa/jdbc/ant/antlib.xml
> > > URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
> > > jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?
> > > view=auto&rev=502374
> > > 
> ======================================================================
> > > ========
> > > --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > > apache/openjpa/jdbc/ant/antlib.xml (added)
> > > +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > > apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
> > > @@ -0,0 +1,25 @@
> > > +<?xml version="1.0"?>
> > > +<!--
> > > +     Copyright 2006 The Apache Software Foundation.
> > > +
> > > +     Licensed under the Apache License, Version 2.0 (the 
> "License");
> > > +     you may not use this file except in compliance with 
> the License.
> > > +     You may obtain a copy of the License at
> > > +
> > > +     http://www.apache.org/licenses/LICENSE-2.0
> > > +
> > > +     Unless required by applicable law or agreed to in writing,
> > software
> > > +     distributed under the License is distributed on an 
> "AS IS" BASIS,
> > > +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
> either express or
> > > implied.
> > > +     See the License for the specific language governing 
> permissions
> > and
> > > +     limitations under the License.
> > > +-->
> > > +<antlib>
> > > +     <taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
> > > +     <taskdef name="mappingtool"
> > > +             
> classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
> > > +     <taskdef name="reversemappingtool"
> > > +             classname="
> > org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
> > > +     <taskdef name="schematool"
> > > +             
> classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
> > > +</antlib>
> > > \ No newline at end of file
> > >
> > > Propchange: 
> incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/
> > > org/apache/openjpa/jdbc/ant/antlib.xml
> > > 
> ----------------------------------------------------------------------
> > > --------
> > >     svn:eol-style = LF
> > >
> > > Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/
> > > org/apache/openjpa/ant/antlib.xml
> > > URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
> > > kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?
> > > view=auto&rev=502374
> > > 
> ======================================================================
> > > ========
> > > --- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> > > apache/openjpa/ant/antlib.xml (added)
> > > +++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> > > apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
> > > @@ -0,0 +1,23 @@
> > > +<?xml version="1.0"?>
> > > +<!--
> > > +     Copyright 2006 The Apache Software Foundation.
> > > +
> > > +     Licensed under the Apache License, Version 2.0 (the 
> "License");
> > > +     you may not use this file except in compliance with 
> the License.
> > > +     You may obtain a copy of the License at
> > > +
> > > +     http://www.apache.org/licenses/LICENSE-2.0
> > > +
> > > +     Unless required by applicable law or agreed to in writing,
> > software
> > > +     distributed under the License is distributed on an 
> "AS IS" BASIS,
> > > +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
> either express or
> > > implied.
> > > +     See the License for the specific language governing 
> permissions
> > and
> > > +     limitations under the License.
> > > +-->
> > > +<antlib>
> > > +     <taskdef name="kodoc"
> > > classname="org.apache.openjpa.ant.PCEnhancerTask"/>
> > > +     <taskdef name="appidtool"
> > > +             
> classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
> > > +     <taskdef name="metadatatool"
> > > +             
> classname="org.apache.openjpa.ant.MetaDataToolTask"/>
> > > +</antlib>
> > > \ No newline at end of file
> > >
> > > Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/
> > > resources/org/apache/openjpa/ant/antlib.xml
> > > 
> ----------------------------------------------------------------------
> > > --------
> > >     svn:eol-style = LF
> > >
> > >
> >
> >
> 

Re: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Kevin Sutter <kw...@gmail.com>.
:-)  His past comes back to haunt him...  :-)  Nice catch, Marc.

On 2/1/07, Marc Prud'hommeaux <mp...@apache.org> wrote:
>
>
>
> > +     <taskdef name="kodoc"
> > classname="org.apache.openjpa.ant.PCEnhancerTask"/>
>
> Shouldn't that be "openjpac"? Or maybe just "enhance"?
>
>
>
>
> On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:
>
> > Author: pcl
> > Date: Thu Feb  1 14:03:31 2007
> > New Revision: 502374
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=502374
> > Log:
> > OPENJPA-37
> >
> > Added:
> >     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > apache/openjpa/jdbc/ant/antlib.xml   (with props)
> >     incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> > apache/openjpa/ant/antlib.xml   (with props)
> >
> > Added: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > apache/openjpa/jdbc/ant/antlib.xml
> > URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
> > jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml?
> > view=auto&rev=502374
> > ======================================================================
> > ========
> > --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > apache/openjpa/jdbc/ant/antlib.xml (added)
> > +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/
> > apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
> > @@ -0,0 +1,25 @@
> > +<?xml version="1.0"?>
> > +<!--
> > +     Copyright 2006 The Apache Software Foundation.
> > +
> > +     Licensed under the Apache License, Version 2.0 (the "License");
> > +     you may not use this file except in compliance with the License.
> > +     You may obtain a copy of the License at
> > +
> > +     http://www.apache.org/licenses/LICENSE-2.0
> > +
> > +     Unless required by applicable law or agreed to in writing,
> software
> > +     distributed under the License is distributed on an "AS IS" BASIS,
> > +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > +     See the License for the specific language governing permissions
> and
> > +     limitations under the License.
> > +-->
> > +<antlib>
> > +     <taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
> > +     <taskdef name="mappingtool"
> > +             classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
> > +     <taskdef name="reversemappingtool"
> > +             classname="
> org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
> > +     <taskdef name="schematool"
> > +             classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
> > +</antlib>
> > \ No newline at end of file
> >
> > Propchange: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/
> > org/apache/openjpa/jdbc/ant/antlib.xml
> > ----------------------------------------------------------------------
> > --------
> >     svn:eol-style = LF
> >
> > Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/
> > org/apache/openjpa/ant/antlib.xml
> > URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-
> > kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml?
> > view=auto&rev=502374
> > ======================================================================
> > ========
> > --- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> > apache/openjpa/ant/antlib.xml (added)
> > +++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/
> > apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
> > @@ -0,0 +1,23 @@
> > +<?xml version="1.0"?>
> > +<!--
> > +     Copyright 2006 The Apache Software Foundation.
> > +
> > +     Licensed under the Apache License, Version 2.0 (the "License");
> > +     you may not use this file except in compliance with the License.
> > +     You may obtain a copy of the License at
> > +
> > +     http://www.apache.org/licenses/LICENSE-2.0
> > +
> > +     Unless required by applicable law or agreed to in writing,
> software
> > +     distributed under the License is distributed on an "AS IS" BASIS,
> > +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > +     See the License for the specific language governing permissions
> and
> > +     limitations under the License.
> > +-->
> > +<antlib>
> > +     <taskdef name="kodoc"
> > classname="org.apache.openjpa.ant.PCEnhancerTask"/>
> > +     <taskdef name="appidtool"
> > +             classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
> > +     <taskdef name="metadatatool"
> > +             classname="org.apache.openjpa.ant.MetaDataToolTask"/>
> > +</antlib>
> > \ No newline at end of file
> >
> > Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/
> > resources/org/apache/openjpa/ant/antlib.xml
> > ----------------------------------------------------------------------
> > --------
> >     svn:eol-style = LF
> >
> >
>
>

Re: svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

Posted by Marc Prud'hommeaux <mp...@apache.org>.

> +	<taskdef name="kodoc"  
> classname="org.apache.openjpa.ant.PCEnhancerTask"/>

Shouldn't that be "openjpac"? Or maybe just "enhance"?




On Feb 1, 2007, at 2:03 PM, pcl@apache.org wrote:

> Author: pcl
> Date: Thu Feb  1 14:03:31 2007
> New Revision: 502374
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=502374
> Log:
> OPENJPA-37
>
> Added:
>     incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ 
> apache/openjpa/jdbc/ant/antlib.xml   (with props)
>     incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/ 
> apache/openjpa/ant/antlib.xml   (with props)
>
> Added: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ 
> apache/openjpa/jdbc/ant/antlib.xml
> URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa- 
> jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml? 
> view=auto&rev=502374
> ====================================================================== 
> ========
> --- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ 
> apache/openjpa/jdbc/ant/antlib.xml (added)
> +++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/ 
> apache/openjpa/jdbc/ant/antlib.xml Thu Feb  1 14:03:31 2007
> @@ -0,0 +1,25 @@
> +<?xml version="1.0"?>
> +<!--
> +	Copyright 2006 The Apache Software Foundation.
> +
> +	Licensed under the Apache License, Version 2.0 (the "License");
> +	you may not use this file except in compliance with the License.
> +	You may obtain a copy of the License at
> +
> +	http://www.apache.org/licenses/LICENSE-2.0
> +
> +	Unless required by applicable law or agreed to in writing, software
> +	distributed under the License is distributed on an "AS IS" BASIS,
> +	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> +	See the License for the specific language governing permissions and
> +	limitations under the License.
> +-->
> +<antlib>
> +	<taskdef resource="org/apache/openjpa/ant/antlib.xml"/>
> +	<taskdef name="mappingtool"
> +		classname="org.apache.openjpa.jdbc.ant.MappingToolTask"/>
> +	<taskdef name="reversemappingtool"
> +		classname="org.apache.openjpa.jdbc.ant.ReverseMappingToolTask"/>
> +	<taskdef name="schematool"
> +		classname="org.apache.openjpa.jdbc.ant.SchemaToolTask"/>
> +</antlib>
> \ No newline at end of file
>
> Propchange: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/ 
> org/apache/openjpa/jdbc/ant/antlib.xml
> ---------------------------------------------------------------------- 
> --------
>     svn:eol-style = LF
>
> Added: incubator/openjpa/trunk/openjpa-kernel/src/main/resources/ 
> org/apache/openjpa/ant/antlib.xml
> URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa- 
> kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml? 
> view=auto&rev=502374
> ====================================================================== 
> ========
> --- incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/ 
> apache/openjpa/ant/antlib.xml (added)
> +++ incubator/openjpa/trunk/openjpa-kernel/src/main/resources/org/ 
> apache/openjpa/ant/antlib.xml Thu Feb  1 14:03:31 2007
> @@ -0,0 +1,23 @@
> +<?xml version="1.0"?>
> +<!--
> +	Copyright 2006 The Apache Software Foundation.
> +
> +	Licensed under the Apache License, Version 2.0 (the "License");
> +	you may not use this file except in compliance with the License.
> +	You may obtain a copy of the License at
> +
> +	http://www.apache.org/licenses/LICENSE-2.0
> +
> +	Unless required by applicable law or agreed to in writing, software
> +	distributed under the License is distributed on an "AS IS" BASIS,
> +	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> +	See the License for the specific language governing permissions and
> +	limitations under the License.
> +-->
> +<antlib>
> +	<taskdef name="kodoc"  
> classname="org.apache.openjpa.ant.PCEnhancerTask"/>
> +	<taskdef name="appidtool"
> +   		classname="org.apache.openjpa.ant.ApplicationIdToolTask"/>
> +	<taskdef name="metadatatool"
> +		classname="org.apache.openjpa.ant.MetaDataToolTask"/>
> +</antlib>
> \ No newline at end of file
>
> Propchange: incubator/openjpa/trunk/openjpa-kernel/src/main/ 
> resources/org/apache/openjpa/ant/antlib.xml
> ---------------------------------------------------------------------- 
> --------
>     svn:eol-style = LF
>
>