View Single Post
Old 03-03-2009, 07:36 PM   #12
akirk
Junior Member
akirk began at the beginning.
 
Posts: 5
Karma: 22
Join Date: Mar 2009
Device: prs500
Quote:
Originally Posted by pthwaite View Post
Nothing, running Console gives:
03/03/2009 21:51:07 Automator Runner[2879] Error while processing arguments
I had that a lot myself when trying to enhance the script, too

Quote:
Originally Posted by pthwaite View Post
You don't need Xcode installed do you?
I do have it installed, but I doubt you need it.

Just briefly, how I did the debugging, was this:
Put the contents from the script in the .workflow file into a .tcsh file, insert
Code:
#!/bin/tcsh
as the first line in the script, make it executable
Code:
chmod 755 test.tcsh
and then run it with a PDF as parameter
Code:
./test.tcsh "my pdf file.pdf"
This will give you more useful output than through Automator.

This is getting pretty detailed, maybe we should to continue in direct msging?
akirk is offline   Reply With Quote