Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 3661 invoked from network); 31 Mar 2007 23:36:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2007 23:36:31 -0000 Received: (qmail 26492 invoked by uid 500); 31 Mar 2007 23:36:39 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 26471 invoked by uid 500); 31 Mar 2007 23:36:39 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 26460 invoked by uid 99); 31 Mar 2007 23:36:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2007 16:36:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of greg.monroe@dukece.com designates 152.3.166.24 as permitted sender) Received: from [152.3.166.24] (HELO dukece.com) (152.3.166.24) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2007 16:36:28 -0700 Received: from ([10.123.20.205]) by smtpgw1.dukece.com with ESMTP id 4440076.454571; Sat, 31 Mar 2007 19:33:31 -0400 Received: from dukece-mail3.dukece.com ([10.123.20.204]) by mail.dukece.com with Microsoft SMTPSVC(5.0.2195.6713); Sat, 31 Mar 2007 19:33:45 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C773ED.52EEBADA" Subject: RE: Adding torque.beanExtends property. Date: Sat, 31 Mar 2007 19:31:17 -0400 Message-ID: <8F5843B903F59D4C8C6806BB49A3911905E51D@dukece-mail3.dukece.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: <8F5843B903F59D4C8C6806BB49A3911905E51D@dukece-mail3.dukece.com> Thread-Topic: Adding torque.beanExtends property. Thread-Index: AcdwfT0MNSZA+ETtQeOuACL7iaWHpwDb3FVZ References: From: "Greg Monroe" To: "Apache Torque Developers List" X-OriginalArrivalTime: 01 Apr 2007 00:33:45.0640 (UTC) FILETIME=[683DA280:01C773F5] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C773ED.52EEBADA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I checked in the new feature. It's been tested with Maven 1 and Ant, but I don't have a Maven 2 set up to test the changes I made to the OMMojo. They were simple so there shouldn't be a problem. =20 FWIW, since this is like one of the optional package names,=20 there does not need to be a default value in Maven 1, etc.=20 ________________________________ From: Thomas Fischer [mailto:fischer@seitenbau.net] Sent: Tue 3/27/2007 10:35 AM To: Apache Torque Developers List Subject: RE: Adding torque.beanExtends property. "Greg Monroe" schrieb am 27.03.2007 16:12:38: > Thomas Fischer wrote: > > I'd be +1 for this as long as it also finds its way into > > the maven 1 and maven 2 plugin. > > If it's just another build property setting, does anything > special need to be for Maven 2? > I am afraid something special is needed for Maven 2. The parameter needs = to be read by the OMMojo from the plugin's configuration, and must write = this value into the property file which is then read by the TexenTask. I know this is messy, but this happens because the generator is heavily tied to ant, so one needs to simulate an ant environment inside the = maven 2 plugin :-(. Also, for the maven 1 plugin, you need to define a standard value if = your new property is not set. This needs to be done in a config file in the maven 1 plugin somewhere, but I keep forgetting which property file it = is. You can look at a recently added parameter, e.g. enableJava5Features, to find out which file it is. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org Duke CE Privacy Statement Please be advised that this e-mail and any files transmitted with it are = confidential communication or may otherwise be privileged or = confidential and are intended solely for the individual or entity to = whom they are addressed. If you are not the intended recipient you may = not rely on the contents of this email or any attachments, and we ask = that you please not read, copy or retransmit this communication, but = reply to the sender and destroy the email, its contents, and all copies = thereof immediately. Any unauthorized dissemination, distribution or = copying of this communication is strictly prohibited. ------_=_NextPart_001_01C773ED.52EEBADA Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org ------_=_NextPart_001_01C773ED.52EEBADA--