From torque-dev-return-7610-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Wed Dec 06 14:46:47 2006 Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 67298 invoked from network); 6 Dec 2006 14:46:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 14:46:46 -0000 Received: (qmail 68282 invoked by uid 500); 6 Dec 2006 14:46:54 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 68270 invoked by uid 500); 6 Dec 2006 14:46:53 -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 68258 invoked by uid 99); 6 Dec 2006 14:46:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 06:46:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 06:46:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3872C7142FB for ; Wed, 6 Dec 2006 06:46:24 -0800 (PST) Message-ID: <3653487.1165416384227.JavaMail.jira@brutus> Date: Wed, 6 Dec 2006 06:46:24 -0800 (PST) From: "Joerg Friedrich (JIRA)" To: torque-dev@db.apache.org Subject: [jira] Created: (TORQUE-74) Target datasql can't find src/sql/sqldb.map file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Target datasql can't find src/sql/sqldb.map file ------------------------------------------------ Key: TORQUE-74 URL: http://issues.apache.org/jira/browse/TORQUE-74 Project: Torque Issue Type: Bug Components: Generator Affects Versions: 3.3 Environment: Windows XP, JDK 1.5 Reporter: Joerg Friedrich I like to create an sql file from an XML data file I dumped using the following sequence (%ANT_HOME% points to ant 1.6.4): CALL %ANT_HOME%\bin\ant -f build-torque.xml jdbc %1 %2 %3 mv .\src\schema\schema.xml .\src\schema\track-schema.xml CALL %ANT_HOME%\bin\ant -f build-torque.xml datadtd %1 %2 %3 CALL %ANT_HOME%\bin\ant -f build-torque.xml datadump %1 %2 %3 mv .\src\track-theUser-all-data.xml .\src\schema\track-data.xml (Yes, the moves are necessary since there are some precoded file names in build-torque.xml). The following error appears: --- Nested Exception --- java.io.FileNotFoundException: D:\torque-gen-3.3-RC1\src\sql\sqldb.map (Das System kann den angegebenen Pfad nicht finden) at java.io.FileInputStream.open(Native Method) I can't find the file anywhere in the source code (btw.: the source code links at http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.3/source/torque-gen-3.3-src.zip are broken today). And last but not least, thanks for the superb work, guys! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org