Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 76376 invoked from network); 13 Aug 2004 05:08:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Aug 2004 05:08:12 -0000 Received: (qmail 81170 invoked by uid 500); 13 Aug 2004 05:07:59 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 81120 invoked by uid 500); 13 Aug 2004 05:07:59 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 81106 invoked by uid 99); 13 Aug 2004 05:07:59 -0000 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 12 Aug 2004 22:07:57 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BvUIE-0006Y6-00 for ; Fri, 13 Aug 2004 07:07:54 +0200 Received: from adsl-63-201-231-248.dsl.snfc21.pacbell.net ([63.201.231.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2004 07:07:54 +0200 Received: from cmanolache by adsl-63-201-231-248.dsl.snfc21.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2004 07:07:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-dev@jakarta.apache.org From: Costin Manolache Subject: Re: building tomcat source in eclipse Date: Thu, 12 Aug 2004 22:07:50 -0700 Lines: 67 Message-ID: References: <676171B29CCEA84FBE05EEA11935AE6304947EA7@cof110avexu1.global.avaya.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-63-201-231-248.dsl.snfc21.pacbell.net User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en In-Reply-To: <676171B29CCEA84FBE05EEA11935AE6304947EA7@cof110avexu1.global.avaya.com> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The trick is to get all dependencies. Do an "ant download", then create project for repository, tomcat-connectors, tomcat-catalina, jasper, servletapi ( with the obvious dependencis ). Eclipse will find all source trees and jars, then compile without problems. Same works in Idea. Costin Hiller, Dean D (Dean) wrote: > I am just trying not to have 800 errors when I run tomcat in eclipse. > It would be easier if someone just provided .project and .classpath > files. I am working on setting up in eclipse. Am down to 800 problems > from 1000, and am still playing with it. I can't find mail.jar that > eclipse is using(might need to just go get it myself), but I can't > figure out how tomcat built successfully without it via command line. > Couldn't find it anywhere including /usr/java/share nor the tomcat view > I have...and that is after building everything fine from command line. > Thanks, > dean > > -----Original Message----- > From: Mark Thomas [mailto:markt@apache.org] > Sent: Thursday, August 12, 2004 2:24 PM > To: 'Tomcat Developers List'; 'Patrick Lacson' > Subject: RE: building tomcat source in eclipse > > What are you trying to achieve? I use Eclipse to develop TC5 (& TC4) but > always > build from the command line. I have each of the top level directories > created by > the build script as an Eclipse project. You can still use remote > debugging etc > as well as all the other Eclipse features. > > Mark > > >>-----Original Message----- >>From: Patrick Lacson [mailto:placson@gmail.com] >>Sent: Thursday, August 12, 2004 9:16 PM >>To: tomcat-dev@jakarta.apache.org >>Subject: building tomcat source in eclipse >> >>I searched the archives regarding my question and found nothing. >> >>Has anybody successfully built the tomcat 5 source tree from within >>eclipse? If so could share your .project and .classpath file? >> >>I want to build and run tomcat from within eclipse, launching it as a >>Java Application within the IDE. >> >>thanks, >>patrick >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org >>For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org >> >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org