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:
> > > "
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
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
>
> text="dir1/dir11/dir111${line.separator}"/>
>
>
>
> text="dir2${line.separator}"/>
>
>
>
> text="dir1${line.separator}"/>
>
>
>
>
---8-<-
${selected}
${selected}
---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<
> -Ursprüngliche Nachricht-
> Von: Dominique Devienne [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 29. November 2007
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
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
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
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
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
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
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):
12 matches
Mail list logo