From 1f7261e1b85464cad469aa20d8ef0224c6f8ab68 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 4 Sep 2015 19:05:11 +0200 Subject: [PATCH] =?utf8?q?More=20cleanups=20+=20redirected=20source=20code?= =?utf8?q?=20locations=20to=20relative=20positions.=20You=20have=20to=20cl?= =?utf8?q?one=20my=20project=20the=20same=20way=20to=20have=20this=20worki?= =?utf8?q?ng=20without=20changing=20anything!=20Signed-off-by:Roland=20H?= =?utf8?q?=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nbproject/project.properties | 3 +++ .../mxchange/pizzaapplication/tags/basket/MiniBasketTag.java | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index d65221ed..54cd9348 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -98,6 +98,9 @@ run.test.classpath=\ # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): runmain.jvmargs= source.encoding=UTF-8 +source.reference.jcore.jar=../jcore/src/ +source.reference.jsfcore.jar=../jsfcore/src/ +source.reference.jshop.jar=../jshop/src/ source.root=src src.dir=${source.root}/java test.src.dir=test diff --git a/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java b/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java index eff5214e..d8391cfe 100644 --- a/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java +++ b/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java @@ -17,6 +17,7 @@ package org.mxchange.pizzaapplication.tags.basket; import java.io.IOException; +import java.rmi.RemoteException; import java.text.MessageFormat; import javax.servlet.ServletException; import javax.servlet.jsp.JspException; @@ -134,7 +135,7 @@ public class MiniBasketTag extends BodyTagSupport implements BasketTag { out.append(" \n"); //NOI18N out.append("\n"); //NOI18N } - } catch (final ServletException ex) { + } catch (final RemoteException ex) { // Continue to throw throw new JspException(ex); } -- 2.39.5