From ec0235493fefe3d17f9a4db8f5511526ccc8184c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 30 Oct 2017 18:29:26 +0100 Subject: [PATCH] Please cherry-pick: - added notice for important copy-step in WAR project - added WAR project as dependency for building full EAR archive MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- INSTALL.txt | 6 ++++++ nbproject/project.properties | 7 ++++++- nbproject/project.xml | 12 ++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index eadff3d..f44f8ab 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -58,3 +58,9 @@ mail.smtp.auth : true JNDI name: jms/jjobs-user-activity-log Physical destination name: jjobsUserActivityLog Resource type: javax.jms.Queue + +9) In WAR project, copy local_xx_XX.properties-dist to local_de_DE.properties + and local_en_US.properties. If for example your application uses + product_categories from jproduct-core, you may want to add your custom i18n + strings to the local properties files as this doesn't cause any later merge + conflicts as they are ignored by default. diff --git a/nbproject/project.properties b/nbproject/project.properties index e46bd76..1d2d802 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,6 +1,7 @@ build.classes.excludes=**/*.java,**/*.form,**/.nbattrs build.dir=build build.generated.dir=${build.dir}/generated +client.module.uri=jjobs-war client.urlPart= debug.classpath=${javac.classpath}::${jar.content.additional}:${run.classpath} display.browser=true @@ -23,7 +24,8 @@ jar.compress=false jar.content.additional=\ ${reference.jcore-logger-ejb.dist-ear}:\ ${reference.jjobs-ejb.dist-ear}:\ - ${reference.jjobs-mailer-ejb.dist-ear} + ${reference.jjobs-mailer-ejb.dist-ear}\ + ${reference.jjobs-war.dist-ear} jar.name=jjobs.ear javac.debug=true javac.deprecation=false @@ -35,9 +37,12 @@ platform.active=default_platform project.jcore-logger-ejb=../jcore-logger-ejb project.jjobs-ejb=../jjobs-ejb project.jjobs-mailer-ejb=../jjobs-mailer-ejb +project.jjobs-war=../jjobs-war reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar reference.jjobs-ejb.dist-ear=${project.jjobs-ejb}/dist/jjobs-ejb.jar reference.jjobs-mailer-ejb.dist-ear=${project.jjobs-mailer-ejb}/dist/jjobs-mailer-ejb.jar +reference.jjobs-ejb.dist-ear=${project.jjobs-ejb}/dist/jjobs-ejb.jar +reference.jjobs-war.dist-ear=${project.jjobs-war}/dist/jjobs-war.war resource.dir=setup run.classpath= source.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml index ce9f5e1..22c9747 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -19,6 +19,10 @@ ${reference.jjobs-mailer-ejb.dist-ear} / + + ${reference.jfinancials-war.dist-ear} + / + @@ -46,6 +50,14 @@ clean-ear dist-ear + + jfinancials-war + j2ee_ear_archive + + dist-ear + clean-ear + dist-ear + -- 2.39.5