Ahh, that fixed it. Now all I need is for eclipse to stop crashing when I type
a period in an ASunit test case file, and I'm all set.
-Mark
Martin Wood wrote:
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>
--
John Mark Hawley
The Nilbog Group
773.968.4980 (cell)
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org