problems with empty directories and copy task

2010-03-01 Thread Sascha Ernst
Hello, I have a problem with a fileset/patternset and a copy task. In the structure I'd like to copy there are (besides "normal" folders and files) - Empty directories - OS-specific folders I'd like to copy everything (incl. the empty directories) but NOT the OS-specific fol

AW: exec on batch file causes build to hang

2009-08-18 Thread Sascha Ernst
iddle around with more or less cmd and start commands Ein Gruss von der Saar -- Sascha Ernst Dipl. Inform. Head of Software Quality Management Telefon: + 49 (0)681 - 302 - 5133 Telefax: + 49 (0)681 - 302 - 5109 E-Mail: sascha.er...@living-e.com Website: http://www.living-e.com Living-e AG Camp

AW: loading ant macros from external files

2009-07-02 Thread Sascha Ernst
Hello, I use an everything works fine. Thanks to all of you ... ///sascha/// -Ursprüngliche Nachricht- Von: Sascha Ernst [mailto:sascha.er...@living-e.com] Gesendet: Mittwoch, 1. Juli 2009 11:12 An: Ant Users List Betreff: AW: loading ant macros from external files Hello, thanks

AW: loading ant macros from external files

2009-07-01 Thread Sascha Ernst
ernal files On Tue, Jun 30, 2009 at 8:46 AM, Sascha Ernst wrote: > I have a bunch of ANT macros which are currently used by 1 project only. > In the future they should be used by more projects. > So I'd like to put them in a separate ANT script and load this at runtime > into the

loading ant macros from external files

2009-06-30 Thread Sascha Ernst
ual I only found possibilities to load properties from external files but not macros. Best regards ///Sascha Ernst///

strange problem with junit and and

2009-06-18 Thread Sascha Ernst
tests which were interactive and blocking until user interaction (which never occurred in our nightlybuildsystem). These test were the reason to set the timeout. Do you have any ideas why a fireing timeout causes such an error)? And how can I prevent this ? Ein Gruss von der Saar -- Sascha

AW: delete directory structures older than X days

2009-06-17 Thread Sascha Ernst
Hello again, forget it. I'll write a small java program which does the stuff I want and call it directly from ant. It's less work and more flexible to me... Regards ///Sascha/// -Ursprüngliche Nachricht- Von: Sascha Ernst [mailto:sascha.er...@living-e.com] Gesendet: Mi

AW: delete directory structures older than X days

2009-06-17 Thread Sascha Ernst
Than) retVal = (now - fileAge) > testAge; else retVal = (now - fileAge) < testAge; return(retVal); } public void setFile(String file) { _file = file; } public void setAge(float age) { _age = age; } } --- Shawn Castrianni -Original Message-

AW: delete directory structures older than X days

2009-06-17 Thread Sascha Ernst
rom: MM/dd/ *HH*:mm aa to: MM/dd/ *hh*:mm aa (Note the lowercase "h" specifying the hour!). On Tue, Jun 16, 2009 at 11:58 AM, Sascha Ernst wrote: > Hello, > > I googled the mailing list archive and found a matching solution based on > javascript for ant 1.5. >

delete directory structures older than X days

2009-06-16 Thread Sascha Ernst
your help Regards ///Sascha Ernst/// - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org