Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 59927 invoked from network); 17 Aug 2009 23:16:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Aug 2009 23:16:20 -0000 Received: (qmail 92278 invoked by uid 500); 17 Aug 2009 23:16:39 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 92191 invoked by uid 99); 17 Aug 2009 23:16:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 23:16:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 23:16:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED23D29A001A for ; Mon, 17 Aug 2009 16:16:14 -0700 (PDT) Message-ID: <1138246560.1250550974970.JavaMail.jira@brutus> Date: Mon, 17 Aug 2009 16:16:14 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-621) Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API In-Reply-To: <1831060777.1228526504210.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated JDO-621: ------------------------------ Attachment: (was: jdo-621.patch) > Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API > ------------------------------------------------------------------- > > Key: JDO-621 > URL: https://issues.apache.org/jira/browse/JDO-621 > Project: JDO > Issue Type: New Feature > Components: api2 > Affects Versions: JDO 2 maintenance release 2 > Reporter: Craig Russell > Assignee: Craig Russell > Fix For: JDO 2 maintenance release 3 > > Attachments: jdo-621.patch > > > The proposed new class will use the standard enhancer API to enhance classes. The command line parameters would be similar to the original proposal of JDO-591, with changes as needed to use the new class in the TCK. > java -cp classpath {enhancer-class} [options] [jdo-files] [class-files] > where options can be > -persistenceUnit persistence-unit-name : Name of a "persistence-unit" to enhance the classes for > -d target-dir-name : Write the enhanced classes to the specified directory > -checkonly : Just check the classes for enhancement status > -v : verbose output -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.