Re: Query regarding impact due to Log4j Tool : Zero Day in Ubiquitous Under Active Attack (CVE-2021-44228)

2021-12-16 Thread Stefan Bodewig
Hi Apache Ant does not depend on log4j 2.x at all and never has. There is an optional Log4JListener that can be used to send Ant's logs through log4j 1.x that has been deprecated for quite some time now. Even if you still use it, logj 1.x is not affected by CVE-2021-44228 (but by several others,

Re: query

2009-08-04 Thread Brian Agnew
Yes, that works nicely. Thanks! Brian On 04/08/2009 13:05, Kronus David wrote: Hi Brian, if a DTD does not have a public ID (you have to look at the DTD itself, there may be one eventhough it is not used in the XML), it has just the system one and then this is immediately the location of the

RE: query

2009-08-04 Thread Kronus David
Hi Brian, if a DTD does not have a public ID (you have to look at the DTD itself, there may be one eventhough it is not used in the XML), it has just the system one and then this is immediately the location of the file, how else would you refer to it? Another thing is a mapping of an URL (whic

Re: Query regarding "includesfile"

2009-06-03 Thread Stefan Bodewig
On 2009-06-03, wrote: > I am facing issue with includesfile . > It is not accepting wild chars in path of file name. Your observation is correct, includesfile expects a plain file name and doesn't support wildcards. Right now I can't come up with any way to use an unknown number of includesf

RE: Query regarding "includesfile"

2009-06-03 Thread Bhushan . Khardekar
It looks like I was not clear in explaining my issue. I am facing issue with includesfile . It is not accepting wild chars in path of file name. If I uses My-Deliverables\lib\mytech\files.txt then it works fine but when I use *\lib\mytech\files.txt it fails. Could you please suggest? Rega

RE: Query regarding "includesfile"

2009-06-03 Thread Martin Gainty
why are you not you using the **/*.* as specified in the doc? http://ant.apache.org/manual/CoreTypes/fileset.html are the usage and examples not clear enough? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentia

RE: Query regarding working of Ant

2007-04-19 Thread Rebhan, Gilbert
Hi, -Original Message- From: raj kanwal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 8:43 AM To: user@ant.apache.org Subject: Query regarding working of Ant >build.xml file not found. that's normal when running ant command without pointing to a file, i.e. C:\>ant >ant -b