Return-Path: Delivered-To: apmail-roller-dev-archive@www.apache.org Received: (qmail 14840 invoked from network); 2 Feb 2010 19:50:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 19:50:18 -0000 Received: (qmail 84379 invoked by uid 500); 2 Feb 2010 19:50:18 -0000 Delivered-To: apmail-roller-dev-archive@roller.apache.org Received: (qmail 84324 invoked by uid 500); 2 Feb 2010 19:50:18 -0000 Mailing-List: contact dev-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list dev@roller.apache.org Received: (qmail 84231 invoked by uid 99); 2 Feb 2010 19:50:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 19:50:18 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [151.207.243.76] (HELO smtpedge1.uspto.gov) (151.207.243.76) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 19:50:11 +0000 X-WSS-ID: 0KX8CEV-01-T8G-02 X-M-MSG: X-TMWD-Spam-Summary: TS=20100202194944; ID=1; SEV=2.4.2; DFV=B2010020218; IFV=NA; AIF=B2010020218; RPD=NA; ENG=NA; RPDID=NA; CAT=NONE; CON=NONE; SIG=AAAAAAAAAAAAAAAACnCXPwAAfQ== Received: from uspto-hub-00.uspto.gov (unknown [10.112.151.63]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtpedge1.uspto.gov (Tumbleweed MailGate 3.7.2) with ESMTP id 2D2E71F424F9 for ; Tue, 2 Feb 2010 14:49:43 -0500 (EST) Received: from uspto-hub-0.uspto.gov (10.9.110.222) by USPTO-HUB-00.uspto.gov (10.112.151.63) with Microsoft SMTP Server (TLS) id 8.1.393.1; Tue, 2 Feb 2010 14:49:48 -0500 Received: from email01.uspto.gov ([fe80::4431:5f3e:763:9b1e]) by USPTO-HUB-0.uspto.gov ([::1]) with mapi; Tue, 2 Feb 2010 14:48:12 -0500 From: "Taylor, Linda" To: "dev@roller.apache.org" Date: Tue, 2 Feb 2010 14:48:10 -0500 Subject: RE: Eclipse Setup Thread-Topic: Eclipse Setup Thread-Index: AcqkPWvSsRS3g9YBTyuOqvQJtYC+UgAAW0V1 Message-ID: References: <6f2e55501002021123u1d30614dg65b2e0e3e5563d9@mail.gmail.com> In-Reply-To: <6f2e55501002021123u1d30614dg65b2e0e3e5563d9@mail.gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-TM-AS-Product-Ver: SMEX-8.0.0.4125-6.000.1038-17168.003 X-TM-AS-Result: No--17.583800-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No I've been working on the same issue. I'm trying to add threading to the com= ments. I can get the web site to run in eclipse by setting up a new Dynamic= web project and only adding the items in the webapp/roller directory to th= e webcontent folder in the project. I'm using tomcat, so I needed to point = Eclipse to the same Tomcat instance I been using for Roller (with the mail.= jar, JDBC driver, and custom-roller.properties added). I have not had luck with getting the source to build in Eclipse, since the = directories are different from what Eclipse is expecting. I loaded the sour= ce in another project and use Eclipse to read the code, since I'm just anal= yzing it. Linda Taylor USPTO/OCIO/AED/DEV 600 Dulany Street MDW-06D18 Alexandria, VA 22314 572-272-5720 ________________________________________ From: jason mayer [jason.mayer@gmail.com] Sent: Tuesday, February 02, 2010 2:23 PM To: dev@roller.apache.org Subject: Eclipse Setup Hi, let me preface this with "I'm a complete newbie to Maven". I'm trying to import the project into Eclipse now so that I can debug and see what's going wrong with the ldap authentication. Is there any documentation on how to set this project up in a newer version of eclipse (i.e. 3.4 or later)? While I've had success deploying the project, I have not yet had any success getting eclipse set up. I'd like to debug so I can see what's preventing my ldap authentication from working correctly.=