Re: AW: Alternative to subant

2007-11-30 Thread Francisco Tolmasky
ah yes, somehow I missed that. thanks! On Nov 30, 2007 7:25 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 1:21 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On Nov 29, 2007 12:40 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > > > Is there any way to say: > > > "

Re: AW: Alternative to subant

2007-11-30 Thread Dominique Devienne
On Nov 29, 2007 1:21 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 12:40 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > > Is there any way to say: > > "Use the build file in the directory if the directory contains a properties > > file?" > > I would have thought it to be

Re: Select "marked" directories (WAS: Alternative to subant)

2007-11-30 Thread Dominique Devienne
On Nov 30, 2007 10:08 AM, Matt Benson <[EMAIL PROTECTED]> wrote: > Hmm... if all he wanted was to select build.xml where > a project.properties lives alongside, the following > seems to work for me: > > > > > > I knew selector+mapper could do it, but I missed the mention to

Re: Select "marked" directories (WAS: Alternative to subant)

2007-11-30 Thread Matt Benson
> > text="dir1/dir11/dir111${line.separator}"/> > > > > text="dir2${line.separator}"/> > > > > text="dir1${line.separator}"/> > > > > ---8-<-

Select "marked" directories (WAS: Alternative to subant)

2007-11-29 Thread Jan.Materne
${selected} ${selected} ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< > -Ursprüngliche Nachricht- > Von: Dominique Devienne [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 29. November 2007

Re: Alternative to subant

2007-11-29 Thread Dominique Devienne
On Nov 29, 2007 10:05 AM, Geoffrey Mitchell <[EMAIL PROTECTED]> wrote: > Sadly, the only solution I could find was to use the java task to invoke > ant in a new JVM for each sub-project (with ant-contrib for task to loop > through directories). I use one shared build file for all projects. I > kn

Re: Alternative to subant

2007-11-29 Thread Geoffrey Mitchell
Sadly, the only solution I could find was to use the java task to invoke ant in a new JVM for each sub-project (with ant-contrib for task to loop through directories). I use one shared build file for all projects. I know this is not the "ant way", but it makes a lot more sense to me than copy

Re: AW: Alternative to subant

2007-11-29 Thread Dominique Devienne
On Nov 29, 2007 12:40 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > Is there any way to say: > "Use the build file in the directory if the directory contains a properties > file?" I would have thought it to be possible with selectors and a mapper, but I don't see how do it in practice. I th

Re: AW: Alternative to subant

2007-11-29 Thread Francisco Tolmasky
ies the current (master) script into the projects. Therefore you'll get a cycle between and . Jan -Ursprüngliche Nachricht- Von: Francisco Tolmasky [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. November 2007 13:43 An: user@ant.apache.org Betreff: Alternative to subant My p

Re: AW: Alternative to subant

2007-11-29 Thread Francisco Tolmasky
lto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. November 2007 13:43 An: user@ant.apache.org Betreff: Alternative to subant My project currently uses a common build file to build a number of sub- projects (each of which may also have a sub-project as well). My first inclination was thus to use the sub

AW: Alternative to subant

2007-11-29 Thread Jan.Materne
Donnerstag, 29. November 2007 13:43 > An: user@ant.apache.org > Betreff: Alternative to subant > > My project currently uses a common build file to build a > number of sub- > projects > (each of which may also have a sub-project as well). My first > inclination was

Alternative to subant

2007-11-29 Thread Francisco Tolmasky
My project currently uses a common build file to build a number of sub- projects (each of which may also have a sub-project as well). My first inclination was thus to use the subant task to build all these subprojects, as so (almost straight out of and subtask documentation):