Re: Ant usage

2009-09-14 Thread DouglasA1
reena321 wrote: > > Hello all, > > I am very much interested in Ant scripting language. I want to automate > Configuration of my project. like wise > windows->preferences->java->buildpath-> and set some value there and many > more of the same kind. > > Can you please give an example in ant to

Hudson and notificati...@ant

2009-09-14 Thread Nicolas Lalevée
I configured our Hudson [1] to send mail on each build error, but we got nothing in notificati...@ant.apache.org Should I do something special to get the Hudson emails there ? cheers, Nicolas [1] http://hudson.zones.apache.org/hudson/view/Ant -

Re: Hudson and notificati...@ant

2009-09-14 Thread Stefan Bodewig
On 2009-09-14, Nicolas Lalevée wrote: > I configured our Hudson [1] to send mail on each build error, but we got > nothing in notificati...@ant.apache.org notificati...@ant is moderated but I haven't seen any moderation requests myself (I could dig through my spam folder to see whether it was fl

Re: Hudson and notificati...@ant

2009-09-14 Thread Nicolas Lalevée
On Monday 14 September 2009 11:55:11 Stefan Bodewig wrote: > On 2009-09-14, Nicolas Lalevée wrote: > > I configured our Hudson [1] to send mail on each build error, but we got > > nothing in notificati...@ant.apache.org > > notificati...@ant is moderated but I haven't seen any moderation > request

build dependencies and executing independent targets in the same project

2009-09-14 Thread isaacsteele
I'm relatively new to Ant and have an issue. I am using cruisecontrol and ant to build our projects. I have a build file with targets A, B, C and D. C is dependent on B and A, likewise B is dependent on A. D, however, is independent of all of them. I want to be able to call C (which is my test

Re: Hudson and notificati...@ant

2009-09-14 Thread Stefan Bodewig
On 2009-09-14, Nicolas Lalevée wrote: > I just triggered one, a mail have been sent. From hudson's log: > Sending e-mails to: notificati...@ant.apache.org No mail received here - and no moderation request either. Will turn over to infra@ Stefan

Re: Hudson and notifications@ant

2009-09-14 Thread Nicolas Lalevée
On Monday 14 September 2009 16:55:35 Stefan Bodewig wrote: > On 2009-09-14, Nicolas Lalevée wrote: > > On Monday 14 September 2009 11:55:11 Stefan Bodewig wrote: > >> What is the sender address of the notification mails? ISTR there is a > >> special setup that will only allow @apache.org senders

Re: Hudson and notificati...@ant

2009-09-14 Thread Stefan Bodewig
On 2009-09-14, Nicolas Lalevée wrote: > On Monday 14 September 2009 11:55:11 Stefan Bodewig wrote: >> What is the sender address of the notification mails? ISTR there is a >> special setup that will only allow @apache.org senders to send to the >> notification list. > It is actually: Apache Hu

Re: build dependencies and executing independent targets in the same project

2009-09-14 Thread Stefan Bodewig
[Isaac, this really is a qiestion for the user list, not the dev list which is about the development of Ant itself, not developing with Ant.] On 2009-09-14, isaacsteele wrote: > 1) Is this possible--that I execute a target at the end of a build > regardless of failure? Not out of the box, no.

Re: build dependencies and executing independent targets in the same project

2009-09-14 Thread isaacsteele
Apologies about placing it in this question in the wrong forum, should I copy the post and re-submit it there? I'm using subant because it is calling my tests for multiple projects in multiple directories: This calls ~15 different bui