Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 69522 invoked from network); 11 May 2004 11:35:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 May 2004 11:35:32 -0000 Received: (qmail 39524 invoked by uid 500); 11 May 2004 11:36:22 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 39468 invoked by uid 500); 11 May 2004 11:36:21 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 16857 invoked by uid 98); 11 May 2004 11:30:48 -0000 X-Qmail-Scanner-Mail-From: monsorno-nospam@exolution.de via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(212.18.2.65):. Processed in 0.268601 secs) Message-Id: <200405111129.i4BBTc3p002008@thor.exolution.de> To: "Apache Torque Users List" Subject: Re: problems building torque from cvs In-Reply-To: <046601c43691$0a854340$690ba8c0@int.globaltechbg.com> (Bogdan Vatkov's message of "10 May 2004 17:26:54 +0200") References: <200405100839.i4A8dxM5017309@thor.exolution.de> <046601c43691$0a854340$690ba8c0@int.globaltechbg.com> From: Martin Monsorno Date: Tue, 11 May 2004 13:27:51 +0200 User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Portable Code, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Bogdan Vatkov" writes: >> 1. Does torque need jdk > 1.4 ? I don't find any documentation about >> this requirement but: > Yes You better use 1.4.x That's bad. We used torque (3.0) for about a year now and are now considering a torque update due to some problems with DB2 which seems to be fixed in later versions of torque. Our project is declared to fulfill the J2EE 1.3 requirements, so if torque needs java >=1.4, we're done. :-( >> 2. I suppose building the generator must be done by calling maven in >> the src/generator directory. I get really annoying log messages >> when doing this about 2000 lines like >> >> ,---- >> | [DEBUG] XmlToAppData - -endElement(, , column) called >> | [DEBUG] XmlToAppData - -endElement(, , column) called >> `---- >> >> How can I configure this logging? Editing >> src/generator/src/conf/log4j.properties does not help. > > Yep. I found it in: > src/generator/src/conf/simplelog.properties > change the line > org.apache.commons.logging.simplelog.defaultlog=debug > > to > > org.apache.commons.logging.simplelog.defaultlog=error > Thanks, that did the trick! >> 3. To use the generator in my project I have to call the >> build-torque.xml file, as it is not maven-enabled by now. So I >> suppose I need not only the torque-gen-jar-file, but a whole >> distribution. But calling "maven dist" fails with: > http://db.apache.org/torque/maven-howto.html > just follow the steps that are described here ..and you will successfully > use mavenized torque-generator So I would have to "mavenize" my project, too? Our build process is very satisfying, so I hoped to save this work. -- Martin --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org