Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF2787295 for ; Wed, 31 Aug 2011 09:57:48 +0000 (UTC) Received: (qmail 9726 invoked by uid 500); 31 Aug 2011 09:57:48 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 9648 invoked by uid 500); 31 Aug 2011 09:57:44 -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 9629 invoked by uid 99); 31 Aug 2011 09:57:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2011 09:57:39 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [62.13.148.93] (HELO outmail148093.authsmtp.net) (62.13.148.93) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2011 09:57:29 +0000 Received: from mail-c187.authsmtp.com (mail-c187.authsmtp.com [62.13.128.33]) by punt12.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id p7V9v9X3005992 for ; Wed, 31 Aug 2011 10:57:09 +0100 (BST) Received: from galahad.home.lan (erft-4dbe9fe6.pool.mediaWays.net [77.190.159.230]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2) with ESMTP id p7V9v4V2067335 for ; Wed, 31 Aug 2011 10:57:05 +0100 (BST) Message-ID: <4E5E0570.1000909@apache.org> Date: Wed, 31 Aug 2011 11:57:04 +0200 From: Thomas Vandahl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Apache Torque Developers List Subject: Test project problems X-Enigmail-Version: 1.3.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Server-Quench: 950c772e-d3b7-11e0-ab46-001185d377ca X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCdyaAgQClZJUiwT EioPDCIGTh8qMAFL GwYeIE5WLUQhWQ4X O15TJVpedloGSkcC Anl6HgNLUl1wWHN0 awBUag9dZwRJWBtr WUhXQ1dbCgdrAQMD AwEeHFl1EQwAfBhy ZUBlXXNeEkV5dkQz S0tURmoBZzJ9PGNN V11ZdlZUbVIYehlY alB+VXsINWYAYSkx CTM+JCx5JS9YKile XkkVN1UYRUsOBVa9 X-Authentic-SMTP: 61633138303539.1000:706 X-AuthFastPath: 0 (Was 255) X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, based on the current trunk, I experience several problems. Like - the "profiles.xml" magic doesn't work with Maven3 anymore See https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-profiles.xml As a solution I copied the profiles section into the POM. - I get errors mentioning a user-defined logging class from commons-logging which refers to a Log4JLogger. I could not find any user-defined classes i.e. no commons-logging.properties. Adding log4j as a dependency helps. Anyone knows where this Log4JLogger is configured? - The dependencies used are very outdated, I'll make them current. - MAIN problem here: The generator creates invalid SQL for MySQL. From what I understand, the $stringUtils.chop() call is supposed to remove the last comma of the part of a statement which it fails to do for some reason. I'm lost with this one. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org