mirror of https://github.com/apache/lucene.git
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:
parent
f00964e7db
commit
6b1ab6702f
|
@ -440,7 +440,7 @@ File | Project Structure | Platform Settings | SDKs):
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="nightly-smoke" description="Builds an unsigned release and smoke tests it"
|
<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}">
|
<fail message="To run nightly smoke, the JDK must be exactly Java 1.8, was: ${java.specification.version}">
|
||||||
<condition>
|
<condition>
|
||||||
<not><equals arg1="${java.specification.version}" arg2="1.8"/></not>
|
<not><equals arg1="${java.specification.version}" arg2="1.8"/></not>
|
||||||
|
@ -454,7 +454,8 @@ File | Project Structure | Platform Settings | SDKs):
|
||||||
<fileset dir="solr" includes="build.xml" />
|
<fileset dir="solr" includes="build.xml" />
|
||||||
<!-- pass ${version.base} here to emulate a real release, without appendix like "-SNAPSHOT": -->
|
<!-- pass ${version.base} here to emulate a real release, without appendix like "-SNAPSHOT": -->
|
||||||
<property name="version" value="${version.base}" />
|
<property name="version" value="${version.base}" />
|
||||||
</subant>
|
<propertyset refid="uptodate.and.compiled.properties"/>
|
||||||
|
</subant>
|
||||||
<mkdir dir="${smokeTestRelease.dir}"/>
|
<mkdir dir="${smokeTestRelease.dir}"/>
|
||||||
<copy todir="${smokeTestRelease.dir}/lucene">
|
<copy todir="${smokeTestRelease.dir}/lucene">
|
||||||
<fileset dir="lucene/dist"/>
|
<fileset dir="lucene/dist"/>
|
||||||
|
|
Loading…
Reference in New Issue