Re: Deleting .svn directories example doesn't work

2009-05-20 Thread Paul J. Lucas
On May 20, 2009, at 2:34 PM, Paul J. Lucas wrote: I'm trying to use the "deleting subversion directories" example from the manual: and it does nothing. How can this be made to work? It turns out the ant manual is wrong. The includes needs to be: incl

Re: Deleting .svn directories example doesn't work

2009-05-20 Thread Paul J. Lucas
On May 20, 2009, at 5:43 PM, Martin Gainty wrote: you need to flip the read-only attrib off of .svn and flip the read- only attrib off the folder This is not relevant. - Paul - To unsubscribe, e-mail: user-unsubscr...@ant.ap

RE: Deleting .svn directories example doesn't work

2009-05-20 Thread Martin Gainty
Paul- you need to flip the read-only attrib off of .svn and flip the read-only attrib off the folder Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgeseh

Deleting .svn directories example doesn't work

2009-05-20 Thread Paul J. Lucas
I'm trying to use the "deleting subversion directories" example from the manual: and it does nothing. How can this be made to work? I'm using ant 1.7.0. - Paul - To unsubscribe, e-mail: user

RE: Applying Ant Source to Eclipse project

2009-05-20 Thread John Francis
It all depends what you are trying to do... Doubtless you have seen Eclipse -> Help -> Platform Plug-in Developer Guide > Programmer's Guide -> Platform Ant support which deals with writing ant tasks to run under the Eclipse environment. As you have doubtless spoted Eclipse has its own "ANT_HOME

RE: Probs running ant1.7.1 on AIX

2009-05-20 Thread Rebhan, Gilbert
-Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Wednesday, May 20, 2009 6:00 AM To: user@ant.apache.org Subject: Re: Probs running ant1.7.1 on AIX /* [...] > gives me = > ./test_gilbert[5]: ant: not found. The obvious reasons: the file doesn't exist or is

prepend to cpptasks command line

2009-05-20 Thread Shawn Castrianni
What is the easiest way for me to prepend stuff to the command line that the cpptasks plugin generates before execution? I am trying to integrate my build with coverity which requires prepending the C/C++ command line with its own command and parameters. My ideas so far: 1. use the lib