Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 82995 invoked from network); 4 Jul 2005 22:46:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jul 2005 22:46:34 -0000 Received: (qmail 57953 invoked by uid 500); 4 Jul 2005 22:44:34 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 57505 invoked by uid 500); 4 Jul 2005 22:44:29 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 52620 invoked by uid 99); 4 Jul 2005 22:42:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2005 15:42:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.199.181.91] (HELO ns3.wkwyw.net) (217.199.181.91) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 04 Jul 2005 15:42:51 -0700 Received: (qmail 5282 invoked from network); 4 Jul 2005 22:42:53 -0000 Received: from 82-69-78-226.dsl.in-addr.zen.co.uk (HELO ?192.168.0.4?) (82.69.78.226) by ns3.wkwyw.net with SMTP; 4 Jul 2005 22:42:53 -0000 Message-ID: <42C9BB65.5080808@apache.org> Date: Mon, 04 Jul 2005 23:42:45 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Cannot Access Servlet Engine References: <42C97AFA.807@peppersauce.org> In-Reply-To: <42C97AFA.807@peppersauce.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anil Ramnanan wrote: > I updated from SVN and got an error with the servlet engine at > org.apache.forrest.eclipse.servletEngine. The classpath was pointing to > log4j.jar but there was only log4j-1.2.9.jar in the lib folder so I > changed it to point to that. Sorry, that will be my fault. I changed the jars to match our existing jars ready to rationalize our SVN entries at some point in the future. I forgot that Eclipse often specifies specific jar names rather than just including the whole directory. > Eclipse no longer sees an error with the > servlet engine but it sees errors with the forrest plugin. > > I now get these errors : > > Access restriction: The type Jetty is not accessible due to restriction > on required project org.apache.forrest.eclipse.servletEngine > ForrestRunner.java > forrestplugin/src/org/apache/forrest/eclipse/job line 109 > Access restriction: The type Server is not accessible due to restriction > on required project org.apache.forrest.eclipse.servletEngine > ForrestRunner.java > forrestplugin/src/org/apache/forrest/eclipse/job line 27 Did you try doing a clean build (Project -> Clean from memory) I've not checked if I see the same problems, I'm on a different machine as I'm traveling at present. Will be back in the office tomorrow so will check again then if you are still having problems. Ross