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
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
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
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
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
-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
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