Re: Does ant have c++ support?

2003-04-12 Thread Martin Gainty
Chris: Agreed that C++ apps take longer to develop but If Speed is an Issue C++ will beat Java anytime anywhere.. Keep the Faith, Martin - Original Message - From: "Nicholas" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Saturday, April 12, 2003 6:39 PM Subject: Re: Do

Re: Does ant have c++ support?

2003-04-12 Thread Nicholas
Chris; Since many of Ant's tasks are intended to execute file system manipulation, and since the exec task and execute any binary operation with flexible invocation and parameter options, it would probably quite simple to build C++ using Ant. However, since Ant has really been optimized for Java,

'The Ant Way' for iterations?

2003-04-12 Thread Todd Ackman
Hi ant gurus This has been an issue that I keep running into, and i was wondering if you ant gurus could help show me "The Ant Way" to do this... At runtime, i have a set of repetivie tasks that i need to run. For example (using the same set criteria as my previous post), let's say i need to run

Re: Can i call execute() on a std task from within a custom task?

2003-04-12 Thread tka
On Sat, Apr 12, 2003 at 07:22:53PM +0200, Antoine Levy-Lambert wrote: > I wonder whether it is not possible to what you want without custom tasks. > One possibility (untested) would be using the ant-contrib > http://sourceforge.net/projects/ant-contrib/ on top of ant. > There is there a foreach tas

Re: Does ant have c++ support?

2003-04-12 Thread Adam Murdoch
Hi, You should take a look at the c/c++ compile tasks at ant-contrib: http://sourceforge.net/projects/ant-contrib On Mon, 14 Apr 2003 07:58 am, chris wrote: > hi, > I recently attended a talk on using ant in projects, and the speaker > sugested that ant could be used with c++. Is there any way

Re: Does ant have c++ support?

2003-04-12 Thread Martin Gainty
absolutely Call GCC with all the GCC parameters via exec it would be the easiest way -Martin - Original Message - From: "chris" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Sunday, April 13, 2003 4:24 PM Subject: Re: Does ant have c++ support? Thanks for the reply. W

Task to strip comments

2003-04-12 Thread Lopez, William
Hello: Does any one know of a task that can edit a file, particular strip comments from a javascript file? Thanks -Will - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]