Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 30388 invoked from network); 5 Mar 2009 17:28:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 17:28:58 -0000 Received: (qmail 58320 invoked by uid 500); 5 Mar 2009 17:28:58 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 58218 invoked by uid 500); 5 Mar 2009 17:28:58 -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 58207 invoked by uid 99); 5 Mar 2009 17:28:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 09:28:58 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of monroe@dukece.com designates 67.202.195.198 as permitted sender) Received: from [67.202.195.198] (HELO dukece.com) (67.202.195.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 17:28:49 +0000 Received: from ([10.123.20.204]) by smtpgw2.dukece.com with ESMTP id 4440156.251037; Thu, 05 Mar 2009 12:27:58 -0500 Received: from durham-e2k7ca1.dukece.com ([10.123.20.180]) by dukece-mail3.dukece.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 5 Mar 2009 12:27:58 -0500 Received: from durham-e2k7mb1.dukece.com ([10.123.20.181]) by durham-e2k7ca1.dukece.com ([10.123.20.180]) with mapi; Thu, 5 Mar 2009 12:27:58 -0500 From: Greg Monroe To: 'Apache Torque Developers List' Date: Thu, 5 Mar 2009 12:27:58 -0500 Subject: Torque 4 with MyEclipse 7.0 Thread-Topic: Torque 4 with MyEclipse 7.0 Thread-Index: Acmdt7no4J8xDdFrS/mbwCbmH1LG7Q== Message-ID: <55B8568AFA5F144F886F18186BAD5B2C054DF30047@durham-e2k7mb1.dukece.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-OriginalArrivalTime: 05 Mar 2009 17:27:58.0595 (UTC) FILETIME=[BA3DAD30:01C99DB7] Content-Type: multipart/alternative; boundary="_000_55B8568AFA5F144F886F18186BAD5B2C054DF30047durhame2k7mb1_" X-Virus-Checked: Checked by ClamAV on apache.org --_000_55B8568AFA5F144F886F18186BAD5B2C054DF30047durhame2k7mb1_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Just in case someone else is using this=2E=2E here's how I got the Torque4 = branch to play nice=0D=0A(well, a couple of things I'm still working on=2E= =2E=2E in the test cases=2E=2E)=0D=0A=0D=0AHow To Set up Torque 4 with MyE= clipse 7=2E0=0D=0A=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0D=0A=0D=0A- Enable m2eclipse= features in MyEclipse preferences (Maven4MyEclipse dialog box)=0D=0A=0D=0A= - Create New Java Maven Project (e=2Eg=2E Torque4)=0D=0A=0D=0A- Enable "Nes= ted Modules" in project (Right click on project/Maven4MyEclipse/ click on= =0D=0A Enable Nested Modules option)=0D=0A=0D=0A- Use Subclipse (or your f= av alternative) to check out Torque4/trunk from:=2E=0D=0A=0D=0A https:/= /svn=2Eapache=2Eorg/repos/asf/db/torque/torque4/trunk=0D=0A=0D=0A Select = "Check out as project in the workspace" (NOT new project wizard)=0D=0A=0D= =0A- Replace the existing root level pom=2Exml with the pom=2Exml from the = torque-maven-parent=2E=0D=0A Edit this so the modules are pointing the =2E= / instead of =2E=2E/=0D=0A=0D=0A- Right click on the pom=2E= xml and select Run As=2E=2E / maven install This will build=0D=0A all the = projects and create the target directories, etc=2E Some errors may occure= =2E=0D=0A=0D=0A Refresh project afterwards so Eclipse sees all the maven c= reated files=2E=0D=0A=0D=0A- Set up Eclipse build path for each submodule's= main/java=2E E=2Eg=2E add=0D=0A /src/main/java as a src director= y and set the output directory to=0D=0A /target/classes=2E=0D=0A= =0D=0A- Set up Eclipse build path for each submodule's src/test/java=2E E= =2Eg=2E add=0D=0A /src/test/java as a src directory and set the ou= tput directory to=0D=0A /target/test-classes=2E=0D=0A=0D=0A- Delet= e the default root level src/java from from the build path and then delete= =0D=0A the src and target directories from the root directory=2E=0D=0A=0D= =0A- Use Team / Synchronize with repository to identify items to add to the= svn ignore=0D=0A list (=2Ee=2Eg new pom=2Exml, =2Esetting directory, and = the like)=2E=0D=0A=0D=0ADisclaimer: Wrote this after fumbling around a bun= ch of different ways to figure out=0D=0Athese steps=2E These haven't been = tested with a complete delete / re-install to=0D=0Averify them=2E=0D=0A=0D= =0AGreg Monroe (919)680-5050=0D=0AC&IS Solutions Team= Lead=0D=0ADuke Corporate Education, Inc=2E=0D=0A330 Blackwell St=2E=0D=0AD= urham, NC 27701=0D=0A=0D=0A=0D=0ADukeCE Privacy Statement:=0D=0APlease be a= dvised that this e-mail and any files transmitted with=0Ait are confidentia= l communication or may otherwise be privileged or=0Aconfidential and are in= tended solely for the individual or entity=0Ato whom they are addressed=2E = If you are not the intended recipient=0Ayou may not rely on the contents of= this email or any attachments,=0Aand we ask that you please not read, copy= or retransmit this=0Acommunication, but reply to the sender and destroy th= e email, its=0Acontents, and all copies thereof immediately=2E Any unauthor= ized=0Adissemination, distribution or copying of this communication is=0Ast= rictly prohibited=2E --_000_55B8568AFA5F144F886F18186BAD5B2C054DF30047durhame2k7mb1_--