Hi,
Currently I am trying to build process on server through shell script:
./buildUploadProcess.sh -configFile processConfig.xml
using buildUploadProcess.jar present in my Designer folder:
C:\SoftwareAG\Designer\lib
But I am getting an error :Error: Could not find or load main class com.webMethods.process.generatortool.ProcessGenerationManager
I checked the folder and it does contain the ProcessGenerationManager.class file. The processConfig.xml file contains a list of process, its path in local and server details on which process needs to be built.
I am attaching buildUploadProcess.jar file for reference. Please let me know if someone finds out the solution for problem.
buildUploadProcess.jar (127 KB)