>-----Original Message-----
>I'll look into this. I don't see a native HTTP task in ANT, but there
>is bound to be something.

There's a <get> task for http get operations. Probably the easiest would
be to use that to call a cfm page that executes your CFCUnit tests and
returns either an xml file or a java properties file with the results.
You can then load this file with <xmlproperty> or <loadproperties>,
depending on the format, and then use <fail> with the if or unless
attribute to end the build.

Another interesting possibility: the CFCUnit version in cvs contains a
/cfcunitRemote module, which seems to be designed to expose unit tests
via a web service, although i haven't been able to get it to work on my
setup.

/t


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at 
www.mail-archive.com/[email protected]


Reply via email to