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:[EMAIL PROTECTED]
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 <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED] 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






Reply via email to