Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 58223 invoked from network); 6 Dec 2006 19:06:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 19:06:21 -0000 Received: (qmail 18268 invoked by uid 500); 6 Dec 2006 19:06:19 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 18250 invoked by uid 500); 6 Dec 2006 19:06:19 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 18231 invoked by uid 99); 6 Dec 2006 19:06:19 -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 11:06:19 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Greg.Monroe@dukece.com designates 65.112.55.73 as permitted sender) Received: from [65.112.55.73] (HELO mail.dukece.com) (65.112.55.73) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 11:06:08 -0800 Received: from dukece-mail3.dukece.com ([192.168.1.222]) by mail.dukece.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 6 Dec 2006 14:06:21 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: maven torque failed Date: Wed, 6 Dec 2006 14:05:45 -0500 Message-ID: <8F5843B903F59D4C8C6806BB49A391190207D25D@dukece-mail3.dukece.com> In-Reply-To: <87d364ab0612060402m35548655me800ac9d32900337@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: maven torque failed Thread-Index: AccZLowg20wLNpOmQnOW5CxaZZW0bwAOSoAA From: "Greg Monroe" To: "Apache Torque Users List" X-OriginalArrivalTime: 06 Dec 2006 19:06:21.0187 (UTC) FILETIME=[9DBABD30:01C71969] X-Virus-Checked: Checked by ClamAV on apache.org Another user reported a similar problem that may be related. It=20 looks like a jar for a product Torque uses (Velocity) was=20 dropped from the dependencies by mistake.=20 Try this for a quick fix: Jump ahead to the next section in Step 3 of the tutorial=20 (Creating the database and tables). Follow that to=20 create your project.xml file. Then add the following dependany element in the dependancies XML section. logkit logkit 1.0.1 =20 http://avalon.apache.org/products/runtime/system/logging/ true This should add the missing jar to the maven classpath and=20 hopefully fix your maven torque problem. Alternatively, if you want to use ant, just get the logkit-1.0.1.jar from the avalon.apache.org site and put it in the generator lib directory. Let us know if this fixes it. > -----Original Message----- > From: Aljosa Mohorovic [mailto:aljosa.mohorovic@gmail.com]=20 > Sent: Wednesday, December 06, 2006 7:03 AM > To: Apache Torque Users List > Subject: maven torque failed >=20 > this is maven-torque tutorial/step 3, when i type maven=20 > torque i get this errror: >=20 > >>> > C:\Documents and Settings\Administrator\Desktop\test>maven=20 > torque __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 >=20 >=20 > BUILD FAILED > File...... C:\Documents and=20 > Settings\Administrator\.maven\cache\maven-torque-plu > gin-3.3-RC1\plugin.jelly > Element... taskdef > Line...... 115 > Column.... 63 > taskdef class org.apache.torque.task.TorqueDataModelTask=20 > cannot be found Total time: 2 seconds Finished at: Wed Dec 06=20 > 12:48:12 CET 2006 <<< >=20 > -- > Aljosa Mohorovic >=20 > http://www.revolucija.hr > Ivana Lucica 5 > 10000 Zagreb, Croatia >=20 > +385 (0)1 616 8414 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org > For additional commands, e-mail: torque-user-help@db.apache.org >=20 >=20 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. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org