RE: antcall

2010-10-25 Thread Jonathan Rosenberg
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

RE: antcall

2010-10-25 Thread ext-simon.steiner
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

RE: antcall

2010-10-25 Thread Jonathan Rosenberg
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:

Re: antcall / depends

2006-10-24 Thread Peter Reilly
:-) 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

Re: antcall / depends

2006-10-24 Thread Markus M. May
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

Re: antcall / depends

2006-10-19 Thread Markus M. May
; > 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

Re: antcall / depends

2006-10-19 Thread Peter Reilly
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

Re: antcall / depends

2006-10-19 Thread Markus M. May
-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

Re: antcall / depends

2006-10-19 Thread Peter Reilly
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

RE: Antcall task and inheriting Filters

2006-09-19 Thread Hussein Badakhchani
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 (

RE: Antcall task and inheriting Filters

2006-09-15 Thread Hussein Badakhchani
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

Re: Antcall task and inheriting Filters

2006-09-14 Thread Vishal Vishnoi
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

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread Res Pons
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

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread Res Pons
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

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread TH Lim
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

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread Ninju Bohra
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

Re: antcall with antcontrib's RemoteAnt?

2005-07-12 Thread Chad Armstrong
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 .. .. .. ---

Re: antcall task not behing executed.

2005-07-07 Thread Juergen Hermann
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]

Re: Antcall Vs. macrodef

2005-05-25 Thread James Fuller
[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

Re: Antcall Vs. macrodef

2005-05-25 Thread Mark Lundquist
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

RE: antcall task problems when calling ant from java

2003-11-20 Thread Bender, Christopher
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

Re: antcall task problems when calling ant from java

2003-11-20 Thread peter reilly
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

RE: antcall task problems when calling ant from java

2003-11-20 Thread Bender, Christopher
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