Note that there are some explanatory texts on larger screens.

plurals
  1. POant multiple target to execute
    primarykey
    data
    text
    <p>I have few target that I need to execute. I create a target naming all of them but I think it's not the way to do it ? Here is the target run that call all other target :</p> <pre><code>&lt;target name="test.all" depends="build echolaunching agent /echo antcall target="RunJtfTests" / antcall target="launchOpenAgent" / antcall target="run.test" //target target name="run.test" depends="build, launchOpenAgent, runJtfTests" echo Launching test/echo echo message="${toString:iControlSilk4J.classpath}" / &lt;java classname="com.miranda.icontrol.silk4j.installation.AdministrationCtrl" classpath&gt;&lt;fileset dir="${lib.dir}" include name="**/*.jar" /&gt; /fileset pathelement path="${iControlSilk4J.classpath}" / pathelement location="${jarPath}/Admin.jar" / /classpath &lt;/java&gt; &lt;/target&gt; </code></pre> <p>It doesn't run and I do it to get the report and I get nothing ? What is wrong ? From what I read, antcall is like a goto loop which is not good. I want to call tests instead.</p> <p>-> Here are all the tests I want to execute :</p> <ul> <li>init</li> <li>clean</li> <li>AdministrationCtrl.Rollback</li> <li>AdministrationCtrl.LatestInstallation</li> <li>AdministrationCtrl.BackupiControl,</li> <li>AdministrationCtrl.ChangeService</li> <li>AdministrationCtrl.DefaultSetting</li> <li>AdministrationCtrl.InitFailOver</li> <li>AdministrationCtrl.RunDensite2Service</li> <li>AdministrationCtrl.RunDensiteService</li> <li>AdministrationCtrl.RunGSMService</li> <li>AdministrationCtrl.RunLoudnessAnalyzerService</li> <li>AdministrationCtrl.RunLoudnessLoggerService</li> <li>AdministrationCtrl.RunRouterManagerService</li> <li>AdministrationCtrl.RunttyR0Service</li> <li>AdministrationCtrl.RunVirtualService</li> <li>AdministrationCtrl.RestoreBkp</li> </ul> <p>but this can be more general (regarding tests I will add in Silk4J). Is there a way to be more generic ?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload