From 67d395c459cd69c2f03a9550c1baf63d6ae1524a Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 5 Feb 2014 14:04:59 +0200 Subject: [PATCH 2/2] buildomatic: delegate java.io.tmpdir to import/export jasper uses TMPDIR/jasperserver/ TMPDIR/dataSnapshots for cache. if run by different users we end up with permission conflict. setting java.io.tmpdir should effect the build to allow to alter cache location. Signed-off-by: Alon Bar-Lev --- buildomatic/bin/import-export.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jasperreports-server-cp-5.5.0-bin/buildomatic/bin/import-export.xml b/jasperreports-server-cp-5.5.0-bin/buildomatic/bin/import-export.xml index bd2157f..45afda5 100755 --- a/jasperreports-server-cp-5.5.0-bin/buildomatic/bin/import-export.xml +++ b/jasperreports-server-cp-5.5.0-bin/buildomatic/bin/import-export.xml @@ -159,6 +159,8 @@ Make sure you have compiled the jasperserver source code. + + -- 1.8.3.2