Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 38262 invoked from network); 15 Aug 2009 21:49:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Aug 2009 21:49:49 -0000 Received: (qmail 79608 invoked by uid 500); 15 Aug 2009 21:49:55 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 79540 invoked by uid 500); 15 Aug 2009 21:49:55 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 79529 invoked by uid 99); 15 Aug 2009 21:49:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 21:49:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.218.222 as permitted sender) Received: from [209.85.218.222] (HELO mail-bw0-f222.google.com) (209.85.218.222) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 21:49:45 +0000 Received: by bwz22 with SMTP id 22so1855366bwz.42 for ; Sat, 15 Aug 2009 14:49:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=9+yVPhdzkOMDtWz3ZLjD80W6j1oJA8U+0eBRVqvJqqY=; b=FzyBq8+NYl+kpCq9/bLVsbwUprYbeWwjhn4NWdR3Nie3TyCVouGfk8LTg1WwcezG4b cKswfrZNdBsfInD7HnCudo90WCC1feoyH+yuE/QpM/ckxZ1b+XXX5Y/UYtSK0toeNN6o 5TK7vhuabLw43bkP5fUtQ+XB5mZ75dLzskCSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=lyv4IT1vNduL84rqt15Alzg5uTP5LztwOrMBpXP0djDldQnbtEdJFuB/iNQptb7bna mrPbwWiqOQ/Ts1FsFOo/BDhg9uEuel8uuasZM4fxQ82kgdZcqva28eoT5CEzcUCXcNSX vBf72aHAfDgLKHQhxrps9fNJCZAcSONx8OW+8= MIME-Version: 1.0 Received: by 10.103.131.8 with SMTP id i8mr906572mun.124.1250372965491; Sat, 15 Aug 2009 14:49:25 -0700 (PDT) Date: Sun, 16 Aug 2009 01:49:25 +0400 Message-ID: <427155180908151449l54296d5du29c72c80d85dd48b@mail.gmail.com> Subject: Eclipse project file for tc5.5.x From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi! I have prepared Eclipse project file to be put into the root folder of tc5.5, like we have that in tc6.0 and trunk. If anyone is interested, I put it here: http://people.apache.org/~kkolinko/2009-08-15_tc55_eclipse_project/ (just rename _classpath -> .classpath, _project -> .project) I just combined the .classpath files from /build, /container, etc. subfolders. Comparing with creating the project from scratch the tricky part is that some class path entries have excludes, and some sources are not included at all (at least I know about container/modules/groupcom/ being omitted). I think that we can safely remove the following packages from the source tree: org/apache/coyote/tomcat3/ org/apache/coyote/tomcat4/ org/apache/ajp/tomcat33/ org/apache/ajp/tomcat4/ Here is my +1 to remove them. I am not sure about the following ones: org/apache/jk/config/ org/apache/tomcat/util/net/puretls/ org/apache/naming/factory/MailSessionFactory.java|org/apache/naming/factory/SendMailFactory.java I have nothing against keeping puretls code. The project goes fine for me, though there are 6 warnings between jsr152 and jsr154 about duplicate resources, like this one: "The resource is a duplicate of servletapi/jsr152/src/share/dtd/jsp_2_0.xsd and was not copied to the output folder jsp_2_0.xsd Path: /tomcat55/servletapi/jsr154/src/share/dtd/jsp_2_0.xsd " Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org