WG: [Urgent] Please help promote ApacheCon video streaming!

2008-11-04 Thread Jan.Materne
FYI Jan -Ursprüngliche Nachricht- Von: Lars Eilebrecht [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. November 2008 17:27 An: [EMAIL PROTECTED] Betreff: [Urgent] Please help promote ApacheCon video streaming! Wichtigkeit: Hoch Hi, please help promote the ApacheCon live video streami

AW: Order of files inside a fileset

2008-11-04 Thread Jan.Materne
> > > > >Sorted${line.separator}${toString:foobar} Your "id" is on on the unsorted not the ed one. Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Nothing to do is up to date

2008-11-04 Thread pm rao
Hi All, I have added following code snippet into my build.xml. And i observed there is no zip (tar.bz2) file created after build. I expect my build.xml present at /build.xml to compiles all the code in / and creates a tar.bz2 file in /. B

Re: Adding tool

2008-11-04 Thread Jörgen 'Mnementh' Kosche
Am Tue, 4 Nov 2008 10:52:43 +0100 schrieb <[EMAIL PROTECTED]>: > rev 711218 > > Jan Thanks. Jörgen -- Jörgen 'Mnementh' Kosche http://mnementh.de/ signature.asc Description: PGP signature

concurrent publishing possible with ivysvn?

2008-11-04 Thread Jeffrey Fredrick
[cross-posted from ivysvn mailing list. hoping someone on the larger ivy-user list has dealt with this problem before... - Jtf ] Is it possible to publish from multiple processes at the same time? I suspect not but I'm looking for someone who knows what they're talking about to confirm or deny...

[ANN] ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-04 Thread Matt Benson
--- Lars Eilebrecht <[EMAIL PROTECTED]> wrote: > > Can't make ApacheCon this week in New Orleans? You > can still watch all > the keynotes, Apache 101 sessions, and system > administration track in > live video streams: > > > http://streaming.linux-magazin.de/en/program_apacheconus08.htm?a

Fwd: [Urgent] Please help promote ApacheCon video streaming!

2008-11-04 Thread Matt Benson
--- Lars Eilebrecht <[EMAIL PROTECTED]> wrote: > Date: Tue, 4 Nov 2008 10:27:25 -0600 > From: Lars Eilebrecht <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Urgent] Please help promote ApacheCon > video streaming! > > Hi, > > please help promote the ApacheCon live video > streaming by

RE: Order of files inside a fileset

2008-11-04 Thread Rebhan, Gilbert
-Original Message- From: Krzysieq [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 4:14 PM To: Ant Mailing List Subject: Order of files inside a fileset /* I read the ant docs regarding filesets, but haven't found what I'm looking for. Is there any way telling, what is the order

Order of files inside a fileset

2008-11-04 Thread Krzysieq
Hi, I read the ant docs regarding filesets, but haven't found what I'm looking for. Is there any way telling, what is the order of files inside a fileset? Is there any way in which this can be affected? For instance, let's have a folder /foo, with files bar1.txt, bar2.txt, ... bar5.txt. Fileset1:

Examples of ant's Task

2008-11-04 Thread Rohit P
Hi, I just now had a chance to look into ant task. I would definitely start working on it and make good use of it in my time-consuming build scripts. To know it still better wanted to have a look into few examples that use this task. I guess most of them have come over this ant task and also used

Re: Under a parent directory delete only 4 out of 6 child directories [non-empty]

2008-11-04 Thread Rohit P
Thanks Gilbert. I could use your solution and achieve the logic i was looking for. Thanks A Ton Rohit On Tue, Nov 4, 2008 at 2:00 PM, Rebhan, Gilbert < [EMAIL PROTECTED]> wrote: > > -Original Message- > From: Rohit P [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 2008 5:42 AM >

AW: Adding tool

2008-11-04 Thread Jan.Materne
rev 711218 Jan >-Ursprüngliche Nachricht- >Von: Jörgen 'Mnementh' Kosche [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 4. November 2008 10:35 >An: user@ant.apache.org >Betreff: Adding tool > >Hallo list > >In the FAQ is described, that a proposal for a new tool for >the site http://a

Adding tool

2008-11-04 Thread Jörgen 'Mnementh' Kosche
Hallo list In the FAQ is described, that a proposal for a new tool for the site http://ant.apache.org/projects.html should be made on this list. I think the tool Antiplate I made is something that could be listed there. If this is not appropiate, please excuse the mail. name: Antiplate short d

RE: Under a parent directory delete only 4 out of 6 child directories [non-empty]

2008-11-04 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 5:42 AM To: Ant Users List Subject: Re: Under a parent directory delete only 4 out of 6 child directories [non-empty] /* Actually i would like to delete the child directories by using only once pa