AW: RE:Failed to initialise MIME mail use ant-antidote

2003-11-19 Thread Antoine Lévy-Lambert
1) how do you start ant (or antidote) 2) maybe there is a kind of integration problem between antidote and ant 1.6, but you need to tell us how you start your build 3) try to run your build from the command line (directly with the ant shell script) 4) the funny characters in the email that you forw

RE: xmlproperty-target reading properties

2003-11-19 Thread Sakke Wiik
Hi, I can't get it to work with the semantic properties. None of these works: , cheers, Sakke > -Original Message- > From: Markku Saarela [mailto:[EMAIL PROTECTED] > Sent: 19. marraskuuta 2003 8:38 > To: Ant Users List > Subject: RE: xmlproperty-target reading properties > > > H

Re: Running Multiple Tasks

2003-11-19 Thread Stefan Bodewig
On Tue, 18 Nov 2003, Ali Khawaja <[EMAIL PROTECTED]> wrote: > I have two tasks, e.g., A & B in my build.xml You mean targets, not tasks, right? > Is it not possible to run them both sequentially? Plenty of ways to do so. > Do I have to set the dependency in B on A and set the project > default

Re: writing my own task...

2003-11-19 Thread Stefan Bodewig
On Tue, 18 Nov 2003, alan brown <[EMAIL PROTECTED]> wrote: > I've written my own task and I've included it in the ant classpath. > However the buildfile doesn't appear to be recognizing the task. Run ant -verbose or even ant -debug, this will help you in diagnosing the problem. Stefan -

Re: macrodef and depends

2003-11-19 Thread Stefan Bodewig
On Tue, 18 Nov 2003, Corey Jewett <[EMAIL PROTECTED]> wrote: > That said, I haven't found a way to have a macrodef _transparently_ > depend on another target. Well, macrodef defines a task - and thus has no way to specify dependencies, just like "normal" tasks don't have either. I find it quite

Re: Deleting dir* ???

2003-11-19 Thread Stefan Bodewig
On Tue, 18 Nov 2003, Corey Jewett <[EMAIL PROTECTED]> wrote: > > > > try docbook-dtd*/** instead. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]