Hi, Does anyone experienced the following error: I am running soatest via ant task in Jenkins.
[parasoft:soatest] Deleting /opt/soatest/workspace [parasoft:soatest] soatestcli: Version 9.1.4.20111220 -- Copyright (C) 2003-2011 Parasoft Corporation [parasoft:soatest] soatestcli: Version 9.1.4.20111220 -- Copyright (C) 2003-2011 Parasoft Corporation [parasoft:soatest] ERROR: Missing Resources: The following symbols/resources were specified, but were not found in the workspace. Ensure they are valid and are relative to the workspace: [parasoft:soatest] 6.7/AdvancedTr/createMan/001/SignedZonesPart_1.tst [parasoft:soatest] SOAtest exited [Error Code: 130] This is the part of build.xml <parasoft:soatest config="user://Example Configuration" ignoreErrors="false" showdetails="true" data="/opt/soatest/workspace" localsettings="/opt/soatest/parasoft_localsettings.properties" report="${jenkins-workspace}/SoaTestJenkinsReports/AdvancedTrafficManagement/report.html" prefs="/opt/soatest/soatest_preferences.epf" soatestTimeout="-1"> <resource>6.7/AdvancedTr/createMan/001/SignedZonesPart_1.tst</resource> Thanks, -Kamal.