ANT build tool
Creating a Session ID
<tstamp>
<format property="time.stamp" pattern="yyyyMMdd-HHmm"/>
</tstamp>
<target name="sealights_config">
<java jar="${sealights.dir}/sl-build-scanner.jar" fork="true">
<arg value="-config"/>
<arg value="-tokenfile"/>
<arg value="${sealights.dir}/sltoken.txt"/>
<arg value="-appname"/>
<arg value="myApp"/>
<arg value="-branchname"/>
<arg value="master"/>
<arg value="-buildname"/>
<arg value="${time.stamp}"/>
<arg value="-pi"/>
<arg value="*com.company.*"/>
</java>
</target>Scanning a build
Running tests using JUnit
JUnit 4.x
JUnit 5.x
Sample integration into an existing ANT project

Last updated
Was this helpful?

