Accepting request 145605 from Java:packages

(forwarded request 145243 from k0da)

OBS-URL: https://build.opensuse.org/request/show/145605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jtidy?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2012-12-19 09:59:51 +00:00 committed by Git OBS Bridge
commit 623d23cdc8
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} \