I'm trying to use MailLogger in the sub-builds being called by the Subant task.
I can get MailLogger to work when calling the sub-build scripts individually
but cannot get it working when using Subant. I'm guessing the information
specified on the command line (-logger
ord.apache.tools.ant.li
You should be able to do the XML parsing using XMLTask
(http://www.oopsconsultancy.com/software/xmltask) and the
instruction that it provides. I can provide more specific pointers
offline if you require.
Brian
Henning Waack wrote:
Hello all.
I am new to Ant, I have no experience with it. I nee
The fact that you getting an additional BACKUP
directory created is very strange... I believe the
that contents of the ${WORKDIR} are different than you
believe...it seems un-believable that the
would create an additional level.
Later,
Ninju
--- Douglas Kramer <[EMAIL PROTECTED]> wrote:
> I hav
I have a problem with special characters in the name of my files. We use
names with some characters like acutes ( á é í ó ú ) and spaces and Ç
for example. I am using ant into a cruisecontrol process to clean the
build directory.
For example:
I have tried to delete a file in Linux with its file
Thanks for catching that. It seems to be my error in the copy (not
a problem with mkdir).
I want to recursively copy all files and dirs below ${WORKDIR} to
BACKUP, except BACKUP itself. This doesn't seem to exclude BACKUP:
-