From 55893400c7dbb1a1d0a821b687737fe970d71df2 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 4 Feb 2013 21:36:32 +0000 Subject: [PATCH] Makefile: Added integration-est target and JAVA_TOOL_OPTIONS to set the correct file encoding git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13439 b35dd754-fafc-0310-a699-88a17e54d16e --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c6151daa..ff12fb650 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ .PHONY: all clean test-unit eclipse +export JAVA_TOOL_OPTIONS:='-Dfile.encoding=iso-8859-1' + all: build-smack # Can not use 'build' as target name, because there is a @@ -10,9 +12,12 @@ build-smack: clean: cd build && ant clean -test-unit: +unit-test: cd build && ant test-unit +integration-test: + cd build && ant test + eclipse: .settings .classpath .project .settings: