AW: Runing subant depending on the sub projects names.

2005-07-26 Thread Jan.Materne
Simple selectors or name pattern. Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 26. Juli 2005 11:25 >An: user@ant.apache.org >Betreff: RE: Runing subant depending on the sub projects names. > > &

RE: Runing subant depending on the sub projects names.: or selectors

2005-07-26 Thread hind.lwahhabi
hmm or selector in a fileset.But i don't find it very elegant. Any other ideas? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 7/26/2005 11:01 AM To: user@ant.apache.org Subject: AW: Runing subant depending on the sub projects names. Can´t you sp

RE: Runing subant depending on the sub projects names.

2005-07-26 Thread hind.lwahhabi
Subject: AW: Runing subant depending on the sub projects names. Can´t you specify subants fileset according to your needs? Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 26. Juli 2005 10:54 >An: user@ant.apache.org >

AW: Runing subant depending on the sub projects names.

2005-07-26 Thread Jan.Materne
Can´t you specify subants fileset according to your needs? Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 26. Juli 2005 10:54 >An: user@ant.apache.org >Betreff: Runing subant depending on the sub projects names. &

Runing subant depending on the sub projects names.

2005-07-26 Thread hind.lwahhabi
Hello folks; Is there an elegant way to call on subprojects, using the name of each subproject? I mean from the root build file, execute subprojects build files of subproject A, B,C but not D,E,F for instance. For the moment i am using a tortuous way to do so: In the root build file->macrodef