Re: Contributing to FAQ (was deltree does not work)

2001-11-02 Thread Stefan Bodewig
On Thu, 1 Nov 2001, Will Dyke <[EMAIL PROTECTED]> wrote: > I know I'm asking for trouble here ;-) but how > do I contribute to the FAQ? Send in a patch to xdocs/faq.xml - the DTD is meant to be self explaining. Tell us if it is not 8-) Stefan -- To unsubscribe, e-mail:

Re: Contributing to FAQ (was deltree does not work)

2001-11-01 Thread Conor MacNeill
Will Dyke wrote: > I know I'm asking for trouble here ;-) but how > do I contribute to the FAQ? There are questions > that I feel that I've seen/answered enough > times, that don't appear in the FAQ. > > At least then I could answer questions saying > http://jakarta.apache.org/ant/faq.html#2.3.

Re: Contributing to FAQ (was deltree does not work)

2001-11-01 Thread Erik Hatcher
nd submit the patch to the ant-dev list. Erik - Original Message - From: "Will Dyke" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 5:53 AM Subject: Contributing to FAQ (was deltree does not work) > I

Contributing to FAQ (was deltree does not work)

2001-11-01 Thread Will Dyke
> -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED]] > Sent: 01 November 2001 10:42 > To: Ant Users List > Subject: Re: deltree does not work > > > The official Jakarta Ant hosted FAQ: > http://jakarta.apache.org/ant/faq.html > > jGuru's

Re: deltree does not work

2001-11-01 Thread Erik Hatcher
vious... -v. > > > -Original Message- > From: Will Dyke [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 2:10 AM > To: 'Ant Users List' > Subject: RE: deltree does not work > > > Is ${destdir.dir} defined? Run ant with -debug a

RE: deltree does not work

2001-11-01 Thread Gary Keim
EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 2:10 AM To: 'Ant Users List' Subject: RE: deltree does not work Is ${destdir.dir} defined? Run ant with -debug and -verbose to see what is actually happening when the clean target is executed, and check that ${destdir.dir} is actuall

RE: deltree does not work

2001-11-01 Thread Will Dyke
> Sent: 31 October 2001 19:59 > To: Ant Users List > Subject: deltree does not work > > > Hi. > > Here is my xml ant file. By some reason target "clean" does not work. > All directories which have to be deleted by that target are > not deleted. > What

Re: deltree does not work

2001-10-31 Thread Diane Holt
--- Gene Margolin <[EMAIL PROTECTED]> wrote: > I've changed "deltree" by "delete". > The same result. > No error messages. > All directories are still here. Try: If that doesn't work, try running with -verbose and sending the (relevant)output. Diane =

Re: deltree does not work

2001-10-31 Thread Gene Margolin
No. I'd like to remove some classes BEFORE creating cab and jar archives. There are about 20 more folders in ${destdir.dir}. Gene. Bevan Arps wrote: > At 14:24 31/10/2001 -0600, you wrote: > >I've changed "deltree" by "delete". > >The same result. > >No error messages. > >All directories are st

Re: deltree does not work

2001-10-31 Thread Bevan Arps
At 14:24 31/10/2001 -0600, you wrote: >I've changed "deltree" by "delete". >The same result. >No error messages. >All directories are still here. > > > > > > > These deltree lines say "delete everything under ${destdir.dir}/com/futuresource/jmaf/charts/util" Are you in fact wanting

Re: deltree does not work

2001-10-31 Thread Gene Margolin
al. > > - Original Message - > From: "Gene Margolin" <[EMAIL PROTECTED]> > To: "Ant Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, October 31, 2001 12:58 PM > Subject: deltree does not work > > > Hi. > > > > Here is

Re: deltree does not work

2001-10-31 Thread Bevan Arps
At 13:58 31/10/2001 -0600, you wrote: >Here is my xml ant file. By some reason target "clean" does not work. >All directories which have to be deleted by that target are not deleted. >What's wrong in my project? Deltree is deprecated -- it is going to go away soon -- you should be using the del

Re: deltree does not work

2001-10-31 Thread T Master
1. 2. I have never used deltree. I use to delete a directory including subdirs. Look it up in the manual. - Original Message - From: "Gene Margolin" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 200

deltree does not work

2001-10-31 Thread Gene Margolin
Hi. Here is my xml ant file. By some reason target "clean" does not work. All directories which have to be deleted by that target are not deleted. What's wrong in my project? Thank you in advance. Gene. -- To