try just using something like :
<exec executable="python" failonerror="true">
<arg line='c:\acid\acid.py'/>
...other args...
</exec>
basically i think you just have to call the python executable by itself as the
'executable' and pass the script name in as arguments..so some incantation
along
the above lines should do the trick..
if it doesnt know what just 'python' is then replace it with the path to the
python executable.
martin
John Mark Hawley wrote:
> I seem to be surrounded in open source programs that just can't get
> along...can anyone help with this one?
>
> I'm trying to get Ant to build new documentation for me via Acid when I run
> the following target:
>
> <target name="generate documentation" description="Stupid
> Java.io.IOExceptions!">
> <echo message="Running ACID"/>
> <exec executable="${acid}" failonerror="true">
> <arg line='-i "${src_dir}"'/>
> <arg line='-o "${doc_dir}"'/>
> </exec>
> </target>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org