Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 40877 invoked from network); 10 May 2004 12:57:16 -0000 Received: from unknown (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 May 2004 12:57:16 -0000 Received: (qmail 72381 invoked by uid 500); 10 May 2004 12:57:00 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 72329 invoked by uid 500); 10 May 2004 12:56:59 -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 43991 invoked by uid 98); 10 May 2004 08:40:25 -0000 X-Qmail-Scanner-Mail-From: Martin.Monsorno@exolution.de via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(212.18.2.65):. Processed in 0.236915 secs) Message-Id: <200405100839.i4A8dxM5017309@thor.exolution.de> To: torque-user@db.apache.org Subject: problems building torque from cvs From: Martin Monsorno Date: Fri, 07 May 2004 11:19:37 +0200 User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Portable Code, linux) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Loop: once been at monsorno@exolution.de Lines: 75 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 Hi *, I recently checked out torque from cvs and tried to build it, but without success. I sent this message to the developer mailing list, but there were no messages in this list in the last 3 days, so I don't know if anyone is actually reading it. I have the following problems: 1. Does torque need jdk > 1.4 ? I don't find any documentation about this requirement but: - building with Sun JDK 1.3.1_10 fails due to: ,---- | [junit] Running org.apache.torque.util.SqlExpressionTest | large buildIn: 68 | [junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 0,18 sec | [junit] [ERROR] TEST org.apache.torque.util.SqlExpressionTest FAILED `---- while it works with blackdown jdk 1.4.1 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. 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: ,---- | dist:prepare-bin-filesystem: | [delete] Deleting directory /home/monsorno/was/apache/db-torque/src/generator/target/torque-gen-3.2-dev/bin/torque-gen-3.2-dev | [mkdir] Created dir: /home/monsorno/was/apache/db-torque/src/generator/target/torque-gen-3.2-dev/bin/torque-gen-3.2-dev | [echo] | +-------------------------------------------------------+ | | C R E A T I N G B I N A R Y D I S T R I B U T I O N | | +-------------------------------------------------------+ | | [copy] Copying 1 file to /home/monsorno/was/apache/db-torque/src/generator/target/torque-gen-3.2-dev/bin/torque-gen-3.2-dev | .... | [move] Moving 1 files to /home/monsorno/was/apache/db-torque/src/generator/target/torque-gen-3.2-dev/bin/torque-gen-3.2-dev/lib | | BUILD FAILED | File...... file:/home/monsorno/was/apache/db-torque/maven.xml | Element... copy | Line...... 27 | Column.... 57 | /home/monsorno/was/apache/db-torque/src/generator/src/conf/master not found. | Total time: 14 seconds | Finished at: Fri May 07 10:06:52 CEST 2004 `---- Any help will be appreciated. Thanks in advance, -- Martin --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org