summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 74bb34f054..51c610296d 100644
--- a/build.xml
+++ b/build.xml
@@ -1569,7 +1569,7 @@ FORWARDED TARGETS FOR NIGHTLY BUILDS
POSITIONS
============================================================================ -->
- <target name="test.positions" depends="pack.done">
+ <target name="test.positions" depends="quick.comp">
<antcall target="test.positions.tests.sub" inheritRefs="true">
<param name="test.tests.srcs" value="${test.dir}/files/positions"/>
</antcall>
@@ -1622,11 +1622,15 @@ POSITIONS
</if>
<scalacfork
destdir=""
- compilerpathref="pack.classpath"
- srcdir="${srcdir}"
+ compilerpathref="locker.classpath"
+ srcpath="${srcdir}"
params="-Xprint-pos -Yide-debug"
+ srcdir="${srcdir}"
jvmargs="${scalacfork.jvmargs}">
<include name="${srcs}"/>
+ <compilationpath>
+ <pathelement location="${build-quick.dir}/classes/library"/>
+ </compilationpath>
</scalacfork>
</target>