ok, doh!  sorry, bad etiquette, answering me own questions.  reading the
below...way below...think gawd for live docs!

* cf_Amir said on Sep 28, 2005 at 10:21 AM : *

Read this and save yourself hours.

If you don't specify a TIMEOUT, the execution is asynchronous. A new thread
is spawned to do the work, and there is no output written to the screen nor
the variable when outputfile are not provided.

So, if you want output on the screen or variable make sure you provide the
TIMEOUT attribute.


how uncanny is that?



On 1/17/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote:

Ok, what the heck am I doing wrong here?  I have ant installed to c:\ant,
using CF7, all on me local PC.

<cfexecute name="c:\ant\bin\ant.bat" arguments="-v" variable="foo" />

<cfoutput>#foo#</cfoutput>

Theoretically this should spit out the ant version logo, eh?  I get foo is
undefined

according to the docs

http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=part_cfm.htm

this
<cfexecute name="c:\ant\bin\ant.bat" arguments="-v"  />
should spit out the data to the browser, but I get nothing

Anyone got advice?


--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?




--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to