Re: AW: .antrc file

2008-04-22 Thread vijay12345
No but what i did to get over that was to have another shell script which takes in min and max memory reqmt as argument and then invokes the normal ant script... Thanks a lot, Vijay Jan.Materne wrote: > > Have you tried that? > > Jan > >> -Ursprüngliche Nachricht- >> Von: vijay12345

Tilde and Ant

2008-04-22 Thread testn
My ant script uses tilde "~" in the path. It seems to work fine with my colleagues but it failed to work in my unix machine. When I copy files to ~/deploy, instead of creating a directory called deploy in my home directory, it actually creates "~/deploy" in my current directory instead. I know I s

Re: Any tool for ant build.xml file documentation

2008-04-22 Thread Scot P. Floess
I have an XSLT that will convert Ant scripts to HTML... It can be found at http://sourceforge.net/projects/keros Or I can send it to you directly... I am Who i am wrote: Hi All, I have a very big build.xml, and i want to create a doucmentation for it, is there any tool for it, I found one

Any tool for ant build.xml file documentation

2008-04-22 Thread I am Who i am
Hi All, I have a very big build.xml, and i want to create a doucmentation for it, is there any tool for it, I found one called antDoc but couldn't make it work, ant its not seems to be being updated, Any ideas?

Re: Site Selection

2008-04-22 Thread Martin Gainty
http://ant.apache.org/manual/tasksoverview.html setproxy access to external sites thru configured proxy SourceOffSite Tasks to perform the SourceOffSite sosget, soslabel, soscheckin, and soscheckout commands Otherwise you might want to consider configuring multiple repositories with maven http://

Site Selection

2008-04-22 Thread Emir Mahmut BAHSI
Hi, I am doing research on site selection of workflow management systems. I wonder how Ant handles site selection. For each task do we have to mention in which site it will be executed or prior to running the workflow we just tell to Ant a set of sites and tasks that will be assigned to one of

Setting custom classpath when invoking Ant programmatically

2008-04-22 Thread Gerrit .
Hi, I am trying to invoke Ant with an org.apache.tools.ant.Project instance. Can someone maybe give me a hint for the following problem: * Is there a way to add custom folders and jars to the Ant classpath? * (Maybe indirectly by configuring the ClassLoader?) I ask this because I need the func

Re: SCP Task - No response from server

2008-04-22 Thread glenn opdycke-hansen
you might try something like the following: trust is important verbose will give you more details. --glenn On Tue, Apr 22, 2008 at 10:20 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Sam Hamilton wrote: > > > Hi, > > > > Up until now, I have been manually copy

Re: SCP Task - No response from server

2008-04-22 Thread Steve Loughran
Sam Hamilton wrote: Hi, Up until now, I have been manually copying over my files that have been checked out of subversion by ANT on Windows, to an AIX server. I've decided to try to implement ANT so it does this copy for me. I have add the below lines of code: But when i run m

Re: [ANN] Gradle, a new build system, which uses Ivy

2008-04-22 Thread Hans Dockter
Hi Carlton, On Apr 22, 2008, at 4:11 PM, Brown, Carlton wrote: -Original Message- From: Hans Dockter [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 8:01 AM To: [EMAIL PROTECTED] Subject: [ANN] Gradle, a new build system, which uses Ivy We are very excited to announce Gradle, a

SCP Task - No response from server

2008-04-22 Thread Sam Hamilton
Hi, Up until now, I have been manually copying over my files that have been checked out of subversion by ANT on Windows, to an AIX server. I've decided to try to implement ANT so it does this copy for me. I have add the below lines of code: But when i run my ANT script, i have