From owner-freebsd-java@FreeBSD.ORG Mon Nov 7 06:53:22 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B52E16A420 for ; Mon, 7 Nov 2005 06:53:22 +0000 (GMT) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4EA743D45 for ; Mon, 7 Nov 2005 06:53:19 +0000 (GMT) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EZ0rL-000728-Ei for freebsd-java@freebsd.org; Mon, 07 Nov 2005 07:52:03 +0100 Received: from 157.26.3.174 ([157.26.3.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2005 07:52:03 +0100 Received: from patrick.gelin by 157.26.3.174 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2005 07:52:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Patrick Gelin Date: Mon, 07 Nov 2005 07:46:25 +0100 Organization: OSIS Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 157.26.3.174 User-Agent: KNode/0.9.1 Sender: news Subject: Re: Problem with assert compiling java 1.4 into Eclipse IDE... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: patrick.gelin@free.fr List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 06:53:22 -0000 I can see the problem is just for my *.jsp page embeded Java scriptlet. I think the compiler is not the same, may be it's a problem caused by MyEclipse plugin... Is there anybody having an idea about the problem? Thanks you very much. Patrick Gelin wrote: > hi, > > I'm compiling a JSP page including a JAVA scriptlet. I'm using eclipse IDE > 3.1 with Java compiler 1.4. But into this page I've got the error code > below: > > 2 cannot resolve symbol: symbol : method assert (boolean) > index.jsp > > The line is: > > assert(request.getAttribute("org.portletapi.contextid") != null); > > What can I do? > > Thanks for your response. > > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"