Re: Ant for C/C++?

2009-08-26 Thread David Raich
The cpptasks part of the ant-contrib package works very well to do what you need, if your needs fit within its limitations. Otherwise, you may need to consider alternatives. I am using Ant for C/C++ compiles, but had to invoke the compiler and linker commands myself with , looping through my

Re: AW: ant-contrib with Java 1.4?

2009-05-27 Thread David Raich
; antcontrib. >> >> The antcontrib.jar is probably not on the classpath of the Ant you are >> using in this case. >> >> Is antcontrib in the lib-dir of the Ant you are using? >> >> Greetings >> >> Jürgen >> >> >> >> -- &

Re: AW: ant-contrib with Java 1.4?

2009-05-27 Thread David Raich
Ant you are using? Greetings Jürgen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: David Raich [mailto:d.ra...@att.net] Gesendet: Mittwoch, 27. Mai 2009 02:51 An: Ant Users List Betreff: ant-contrib with Java 1.4? Thanks for your suggestion to use ant-contrib and for the logging

ant-contrib with Java 1.4?

2009-05-26 Thread David Raich
Thanks for your suggestion to use ant-contrib and for the logging I needed over a file list. It is working on most of my platforms that have JDKs of 1.4.2 and above. But it fails on one that has only 1.4. I've found no documentation listing this as a specific limitation, but that seems to

Logging for apply task

2009-05-07 Thread David Raich
Does anyone have a way to make log a one-line summary for each file it applies its command to? I'd like either the actual command issued, or at least the filename. This would help greatly for interpreting the error and operation logs which, unfortunately, do not usually show the file name i