determine a list of class files to delete based on java files

2014-05-11 Thread KM
utput" directory: output/a/one.class output/b/two.class How can I do it? I tried to delete all of the class files based on the list of java files using a mapper but it keeps telling me that delete doesn't support the nested mapper element. Is there an easy way to do this? KM

Re: determine a list of class files to delete based on java files

2014-05-12 Thread KM
Wasn't officially on the user list yet when I sent this -- so just in case I am resending it. KM From: KM To: "user@ant.apache.org" Sent: Wednesday, May 7, 2014 11:47 AM Subject: determine a list of class files to delete based on java files

Re: determine a list of class files to delete based on java files

2014-05-13 Thread KM
Yes, I understand that.  I was entertaining this idea based on a strange build requirement.  I may never use this, but still wanted to know the best way to do it if I decide to go forward on this. KM From: Roedy Green To: user@ant.apache.org Sent: Monday

Re: determine a list of class files to delete based on java files

2014-05-13 Thread KM
Thanks. I will give it a try. From: Stefan Bodewig To: user@ant.apache.org Sent: Tuesday, May 13, 2014 9:45 AM Subject: Re: determine a list of class files to delete based on java files On 2014-05-12, KM wrote: > Wasn't officially on the user

Re: Question about Copy task with empty PatternSet

2014-05-14 Thread KM
perty. KM From: Roger Whitcomb To: "user@ant.apache.org" Sent: Tuesday, May 13, 2014 8:49 PM Subject: Question about Copy task with empty PatternSet Hi all,   I was banging my head against the wall for several hours today on this problem and

exception expanding war file

2014-10-24 Thread KM
it is related at all specifically to ant or java. any thoughts? thanks KM

Re: exception expanding war file

2014-10-24 Thread KM
we've already checked and the sum is the same as the original. I think maybe the program being used to unzip or something? From: Himanshu Gusain To: Ant Users List ; KM Sent: Friday, October 24, 2014 11:14 AM Subject: Re: exception expanding war

Ant 1.9.7, issue with evaluation of double quotes

2016-04-18 Thread KM
All As per the WHATSNEW file I see that one of the issues modified the interpretation/evaluation of quotes within an ant argument, e.g.:  * Ant fails to run when arguments contain double-quote character.    Bugzilla Report 58898 I've requested a bugzilla login account and was planning to add a c

Re: propertyregex ANT task - need to extract string without newline character

2020-10-16 Thread KM
I am not sure if the regex works the same as some of the others, but you could try "$" at the end after the asterisk.  Maybe like regexp="OBF:.*$" KM On Thursday, October 15, 2020, 12:01:44 PM EDT, forumUsr forumUsr wrote: Hello I have following ANT task whe

Re: Bundling Ant Tasks

2022-08-19 Thread KM
properties in a file.  dependencies can be hard coded as well, from the Ant script calling the new task defs. KM On Friday, August 19, 2022 at 01:40:19 AM EDT, Hiran Chaudhuri wrote: Hello there. I successfully created several custom Ant Tasks myself, thanks to the fine documen