Accepting request 145243 from home:k0da:ppc

OBS-URL: https://build.opensuse.org/request/show/145243
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jtidy?expand=0&rev=5
This commit is contained in:
Michal Vyskocil 2012-12-17 08:48:36 +00:00 committed by Git OBS Bridge
parent 15c6b7e585
commit 2dbab4b9d4
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 12 17:02:32 UTC 2012 - dvaleev@suse.com
- increase stack size for ppc64
-------------------------------------------------------------------
Fri Jun 15 13:39:06 UTC 2012 - mvyskocil@suse.cz

View File

@ -93,7 +93,11 @@ sed -i 's/charset="ISO-8859-1"/charset="UTF-8"/' maven-build.xml
%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
if [ `uname -m` = "ppc64" ];then
export ANT_OPTS="-Xss2m"
else
export ANT_OPTS="-Xss1m"
fi
export CLASSPATH=$(build-classpath junit slf4j xerces-j2 xml-commons-jaxp-1.3-apis):`pwd`/target/classes:`pwd`/target/test-classes
export OPT_JAR_LIST="junit ant/ant-junit"
%{ant} \