LUCENE-6693: Add one more parameter-pass-through #4

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-07-24 20:01:09 +00:00
parent f00964e7db
commit 6b1ab6702f
1 changed files with 3 additions and 2 deletions

View File

@ -440,7 +440,7 @@ File | Project Structure | Platform Settings | SDKs):
</target>
<target name="nightly-smoke" description="Builds an unsigned release and smoke tests it"
depends="clean,resolve-groovy">
depends="clean,resolve-groovy,resolve-pegdown,install-maven-tasks">
<fail message="To run nightly smoke, the JDK must be exactly Java 1.8, was: ${java.specification.version}">
<condition>
<not><equals arg1="${java.specification.version}" arg2="1.8"/></not>
@ -454,6 +454,7 @@ File | Project Structure | Platform Settings | SDKs):
<fileset dir="solr" includes="build.xml" />
<!-- pass ${version.base} here to emulate a real release, without appendix like "-SNAPSHOT": -->
<property name="version" value="${version.base}" />
<propertyset refid="uptodate.and.compiled.properties"/>
</subant>
<mkdir dir="${smokeTestRelease.dir}"/>
<copy todir="${smokeTestRelease.dir}/lucene">