Re: [Soaplab-users] quotes
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2008-12-08 15:50:53
|
Hi Sebastien, > Double quotes appear in the report file, around the attribute from the > list, as it should. But the execution fails. > > If I copy/paste the command line from the report file, the program runs > successfully. > > Is the command line in the report file the real one ? It should be but you can double check it by adding a log line in the run method of the SowaJob class. Thread executeThread = getExecuteThread (pb); log.info("program and arguments: "+pb.command()); executeThread.start(); Regards, Mahmut |