summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-11-26 23:12:35 +0100
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-11-26 23:12:35 +0100
commit2eaa6c72749f1c7d4294f10cd80dc167bc123a69 (patch)
treef1aa152c6544b58c2008d5aaa498ada9f60d12c0 /build.xml
parentb1b5b90347869a79af7845316548ad40e5fbb911 (diff)
parentc732f3e9859a328953bfffb4946cfb3c9029b683 (diff)
downloadscala-2eaa6c72749f1c7d4294f10cd80dc167bc123a69.tar.gz
scala-2eaa6c72749f1c7d4294f10cd80dc167bc123a69.tar.bz2
scala-2eaa6c72749f1c7d4294f10cd80dc167bc123a69.zip
Merge pull request #4130 from mpociecha/let-specify-build-repos-home
Let users specify a different location for build repos than user home
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 32be490a49..02b98e66d8 100755
--- a/build.xml
+++ b/build.xml
@@ -1385,6 +1385,7 @@ TODO:
<echo message="Test pass 1 of 2 using Apache Felix ${osgi.felix.version}"/>
<junit fork="yes" haltonfailure="yes">
<classpath refid="test.osgi.compiler.build.path.felix"/>
+ <jvmarg value="-Duser.home=${user.home}"/>
<batchtest fork="yes" todir="${build-osgi.dir}">
<fileset dir="${test.osgi.classes}">
<include name="**/*Test.class"/>
@@ -1396,6 +1397,7 @@ TODO:
<echo message="Test pass 2 of 2 using Eclipse Equinox ${osgi.equinox.version}"/>
<junit fork="yes" haltonfailure="yes">
<classpath refid="test.osgi.compiler.build.path.equinox"/>
+ <jvmarg value="-Duser.home=${user.home}"/>
<batchtest fork="yes" todir="${build-osgi.dir}">
<fileset dir="${test.osgi.classes}">
<include name="**/*Test.class"/>