I try to run the buildXXX.xml file using ANT, but I get this error:
Buildfile: C:\Users\Amira\Desktop\SaloméTMF\Salome TMF V3.1SourceCode\buildSOAPClient.xml init: prepare: compile: makesoapjar: makeihmjar: makecorejar: makedatajar: makeapijar: makeloginjar: maketoolsjar: makeplugintoolsjar: makeUpdatejar: makebootjar: makecodexjar: makejar: signjar: [signjar] Signing JAR: C:\Users\Amira\Desktop\SaloméTMF\Salome TMF V3.1SourceCode\distrib\salome_tmf-soap-client\activation.jar to C:\Users\Amira\Desktop\SaloméTMF\Salome TMF V3.1SourceCode\distrib\salome_tmf-soap- client\activation.jar as salome_tmf BUILD FAILED C:\Users\Amira\Desktop\SaloméTMF\Salome TMF V3.1SourceCode\buildSOAPClient.xml:251: Execute failed: java.io.IOException: Cannot run program "jarsigner.exe": CreateProcess error=2, Le fichier spécifié est introuvable Total time: 5 seconds
I did a search, so I found that I should use the JDK instead of the JRE, so I modify it, but the same error persists.
Any idea would be appreciated greetings
source share