Hi, We use apache ANT for a number of tasks and present a nice interface to these tasks via CF. Currently we call ANT using CFEXECUTE i.e. we run the windows ant.exe. There are some issues regarding paths and other odd behaviours and it has always seemed silly that we are calling a java program (ANT) from a java program (CF) yet we are doing this via ant.exe! So anyone of you clever chaps got some pointers to running ant directly java style? From the apache site I have this
java -Dant.home=c:\ant org.apache.tools.ant.Main [options] [target] but how do I translate that to a <cfobject> and method call? Thanks for any help Mike T PS be gentle - my java knowledge extends only slightly beyond drinking the stuff. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217423 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

