Merge branch '3.2.x' into 3.3.x
This commit is contained in:
commit
85ec3b1728
|
@ -54,6 +54,7 @@ task copyAntSources(type: Copy) {
|
||||||
}
|
}
|
||||||
|
|
||||||
task antRun(type: JavaExec) {
|
task antRun(type: JavaExec) {
|
||||||
|
workingDir "${buildDir}/ant"
|
||||||
dependsOn syncTestRepository, copyAntSources, configurations.antDependencies
|
dependsOn syncTestRepository, copyAntSources, configurations.antDependencies
|
||||||
classpath = configurations.antDependencies;
|
classpath = configurations.antDependencies;
|
||||||
mainClass = "org.apache.tools.ant.launch.Launcher"
|
mainClass = "org.apache.tools.ant.launch.Launcher"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
actual jars). Run with '$ java -jar target/*.jar'.
|
actual jars). Run with '$ java -jar target/*.jar'.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<property name="lib.dir" location="${basedir}/build/ant/lib" />
|
<property name="lib.dir" location="${basedir}/lib" />
|
||||||
<property name="start-class" value="smoketest.ant.SampleAntApplication" />
|
<property name="start-class" value="smoketest.ant.SampleAntApplication" />
|
||||||
|
|
||||||
<target name="clean-ivy-cache">
|
<target name="clean-ivy-cache">
|
||||||
|
|
Loading…
Reference in New Issue