Re: Trouble executing python script in Unix

2008-07-16 Thread Keith Hughitt
learned: Never ignore funny arguments. > > Maybe the output/input attributes of the task are helpful. In my > cases I use a self-written ant task. > > > Cheers, > André > > Keith Hughitt schrieb: > >> Hi André, >> >> Thanks for the suggestion. Python doe

Re: Trouble executing python script in Unix

2008-07-16 Thread Keith Hughitt
//build/proj-all-min.js' >> [exec] >> [exec] The ' characters around the executable and arguments are >> [exec] not part of the command. >> Execute:Java13CommandLauncher: Executing 'python' with arguments: >> 'install/tools/jsmin.py

Re: Trouble executing python script in Unix

2008-07-16 Thread Keith Hughitt
-all-min.js' The ' characters around the executable and arguments are not part of the command. BUILD SUCCESSFUL Total time: 0 seconds =END OUTPUT=== Any ideas? Thanks, Keith On Wed, Jul 16, 2008 at 5:56 AM, André Pilz <[EMAIL PROTECTED]> wrote: > Hi, &

Trouble executing python script in Unix

2008-07-15 Thread Keith Hughitt
Hi all, I've just recently started using Ant on Linux, and so far it has been really amazing. I've run into one problem, however, that I haven't been able to get past. I would like to call an external script (a python script to minimize some JavaScript files), but have not been able to get it to