File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ task antRun(type: JavaExec) {
5151 dependsOn syncTestRepository, configurations. antDependencies
5252 classpath = configurations. antDependencies;
5353 mainClass = " org.apache.tools.ant.launch.Launcher"
54+ args = [ " clean" , " build" ]
5455 systemProperties = [
5556 " ant-spring-boot.version" : version,
5657 " projectDir" : project. layout. projectDirectory
Original file line number Diff line number Diff line change 3838
3939 <target name =" clean" description =" cleans all created files/dirs" >
4040 <delete dir =" target" />
41+ <delete dir =" ${ lib.dir } " />
4142 </target >
4243
4344 <target name =" build" depends =" compile" >
4849 </spring-boot : lib >
4950 </spring-boot : exejar >
5051 </target >
52+
5153 <!-- Manual equivalent of the build target -->
5254 <target name =" manual" depends =" compile" >
5355 <jar destfile =" target/${ ant.project.name } -${ ant-spring-boot.version } .jar" compress =" false" >
You can’t perform that action at this time.
0 commit comments