t: Monday, October 25, 2010 11:49 AM
To: user@ant.apache.org
Subject: RE: antcall
ant test-1
> -Original Message-
> From: ext Jonathan Rosenberg [mailto:j...@tabbysplace.org]
> Sent: 25 October 2010 16:45
> To: 'Ant Users List'
> Subject: RE: antcall
ant test-1
> -Original Message-
> From: ext Jonathan Rosenberg [mailto:j...@tabbysplace.org]
> Sent: 25 October 2010 16:45
> To: 'Ant Users List'
> Subject: RE: antcall
>
> How are you "calling" test-1?
>
> --
> Jonathan Rosenberg
&g
How are you "calling" test-1?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: ext-simon.stei...@nokia.com [mailto:ext-simon.stei...@nokia.com]
Sent: Monday, October 25, 2010 11:42 AM
To: user@ant.apache.org
Subject:
:-)
R,
Markus
Original-Nachricht
Datum: Thu, 19 Oct 2006 19:15:29 +0200
Von: "Markus M. May" <[EMAIL PROTECTED]>
An: Ant Users List
Betreff: Re: antcall / depends
> Thanks,
>
> I found the "memory leak" in our build structure and fixed some of
memory
errors. After the recompilation of ANT now everything is fine.
Thanks to all :-)
R,
Markus
Original-Nachricht
Datum: Thu, 19 Oct 2006 19:15:29 +0200
Von: "Markus M. May" <[EMAIL PROTECTED]>
An: Ant Users List
Betreff: Re: antcall / depends
> Thank
;
> This change is in the svn version of ant, but was done after
> the release of ant 1.7.0beta3.
>
> peter
>
>
> >
> >
> > Original-Nachricht
> > Datum: Thu, 19 Oct 2006 16:04:06 +0100
> > Von: "Peter Reilly&qu
t;
An: "Ant Users List"
Betreff: Re: antcall / depends
> On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I am currently facing a massive OutOfMemoryException problem. I know
> that this is, because we are using ANTCALL quite heavily.
> > We ha
-Nachricht
Datum: Thu, 19 Oct 2006 16:04:06 +0100
Von: "Peter Reilly" <[EMAIL PROTECTED]>
An: "Ant Users List"
Betreff: Re: antcall / depends
> On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I am currently facing a massive O
On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote:
Hello,
I am currently facing a massive OutOfMemoryException problem. I know that this
is, because we are using ANTCALL quite heavily.
We have e.g. the following structure:
TargetA
depends on init (via depend)
calls TargetB and TargetC (v
Thanks Vishal, I'll give this a try as well.
Many thanks,
Hoos
-Original Message-
From: Vishal Vishnoi [mailto:[EMAIL PROTECTED]
Sent: 14 September 2006 18:03
To: Ant Users List
Subject: Re: Antcall task and inheriting Filters
Have you considered using Ant-contrib's
(
Thanks,
Sorry about the slow response, I'll give this a shot.
Cheers,
Hoos
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 13 September 2006 12:37
To: user@ant.apache.org
Subject: AW: Antcall task and inheriting Filters
Have you tried to give the filters IDs
Have you considered using Ant-contrib's
(http://ant-contrib.sourceforge.net/tasks/tasks/index.html) runtarget
task (http://ant-contrib.sourceforge.net/tasks/tasks/runtarget.html)
which is similar to AntCall but with the big difference where the target
is run as part of the same project.
--Vis
no, that's just my typo in this email. The build file is spelled correctly.
Thanks anyway :)
Original Message Follows
From: TH Lim <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: Ant Users List
Subject: Re: Antcall task not doing what I want it to do!
Date: T
This is great. Thank you so much for the thorough explanation and examples.
:)
Original Message Follows
From: Ninju Bohra <[EMAIL PROTECTED]>
Reply-To: Ninju Bohra <[EMAIL PROTECTED]>
To: Ant Users List
Subject: Re: Antcall task not doing what I want it to do!
Date: Thu, 16
Is it because it should be instead of
?
--- Res Pons <[EMAIL PROTECTED]> wrote:
> Hi everyone!
>
> I'm making an antcall from the source target to its
> destination target.
>
>
>
>
>
>
>
>
>value="${build.number}" />
>
>
>
> Naturally the echo stmt in the newbuildnum targ
Hello Res Pons,
By design the task loads an new "ANT" session in which the "target"
task is run in and when the "target" task is completed the "ANT" session is
destroyed and no property values/path refs are carried back into the calling
session (think of the task as a subroutine call where a
Ok, I think I figured this out myself. I can replace all antcall's
with macrodef's like the following (assumes antcontrib installed):
..
..
..
..
- would translate to
..
..
..
---
On Thu, 7 Jul 2005 09:23:18 -0500, George Dibi wrote:
...
...
or use ant-contrib's if.
Ciao, Jürgen
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
>Hi folks,
>
>I am writing a common build script for 2 departments that build similar
>products but have some slightly different requirements in terms of build
>structure.
>
>My plan was to have modular independent functions so that the common
>functionality could be used
On May 25, 2005, at 8:24 AM, [EMAIL PROTECTED] wrote:
I am writing a common build script for 2 departments that build similar
products but have some slightly different requirements in terms of
build
structure.
My plan was to have modular independent functions so that the common
functionalit
hmm, thanks. im still trying to get accustomed to the source code. Usually when I
look i have no idea where to start.
-Original Message-
From: peter reilly [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 10:44 AM
To: Ant Users List
Subject: Re: antcall task problems when
Looking at:
src/testcases/org/apache/tools/ant/BuildTestFile.java
one needs to init the project and set the user property ant.file as well:
project.init();
project.setUserProperty( "ant.file" , new File(filename).getAbsolutePath());
Peter
On Thursday 20 November 2003 15:35, Bender, Christopher wr
PS. When I call the same file using the command line ant tool (as opposed through
java) the build works fine.
-Original Message-
From: Bender, Christopher
Sent: Thursday, November 20, 2003 10:26 AM
To: Ant Users List
Subject: antcall task problems when calling ant from java
Hey,
I hav
23 matches
Mail list logo