Re: Tomcat Client Deployer

2010-03-04 Thread Kaushal Shriyan
On Fri, Mar 5, 2010 at 10:55 AM, Kaushal Shriyan wrote: > On Thu, Mar 4, 2010 at 6:57 PM, Antoine Levy Lambert wrote: >> Hi, >> >> If you want to start/stop tomcat using a script on a remote server, maybe >> you need to use the task, >> assuming you have a ssh server on the remote server. >> >>

Re: Tomcat Client Deployer

2010-03-04 Thread Kaushal Shriyan
On Thu, Mar 4, 2010 at 6:57 PM, Antoine Levy Lambert wrote: > Hi, > > If you want to start/stop tomcat using a script on a remote server, maybe > you need to use the task, > assuming you have a ssh server on the remote server. > > Regards, > > Antoine Thanks Antoine :) -

Re: how to detect a file while looping thru a list of directories

2010-03-04 Thread Andy2008
Sorry, maybe I was not clear, in my code there are alot of directories under c:\temp directory such as c:\temp\dir1 c:\temp\dir2\test.xml c:\temp\dir3 in this example, only dir2 has the test.xml in it so I only want to call the target ABC for dir2 and skip the other

Re: Ivy + hudson CI - problems downloading artifacts, please, help

2010-03-04 Thread Matt Benson
This bit me today... updated to tip Ivy and seems to be resolved-- thanks Maarten! -Matt On Feb 26, 2010, at 5:50 PM, Maarten Coene wrote: ok, I've found a place in the Ivy code that could cause the resolve to hang. I've fixed that particular problem in SVN trunk. Could you try again with

Re: The new archives task

2010-03-04 Thread Christian Beil
Thanks Stefan, that's the solution. The following script bundles all files from all jar files in ${lib.dir}into a single jar and filters out the signature files from the META-INF directories. This is really powerful. B

Re: Sharing Ivy settings file amongst developpers

2010-03-04 Thread Kirby Files
Shawn Castrianni wrote on 03/03/2010 05:25 PM: I have all the ivy settings files (I use one per product release) checked into a SCM repo. This repo contains ant along with my master ant build file in which all others import, ivy along with all the ivy settings files, and any other build related t

ivy problem with branch attribute

2010-03-04 Thread Ruault Gaetan
hi, I have a problem when i try to resolve dependancies with branch. Here i explain my case. if have in an Artifactory repository theses revisions for an "Entity" module like this: Entity rev =1.1.21-snapshot-2010030212 branch=DEV Entity rev =1.1.21-snapshot-2010030214 branch=

Re: Sharing Ivy settings file amongst developpers

2010-03-04 Thread Steele, Richard
Same here. We rejected putting in the SCM repo because we want our settings shared across all projects, and at this company each project is in its own repo. We also have a shared (common) set of configurations that projects can include, as well as the ivy.jar file on the same server. You should

Re: how to detect a file while looping thru a list of directories

2010-03-04 Thread Matt Benson
Just describe the path with a fileset (or use the fileset directly as this deprecated approach should still work): or if you're wanting to match test.xml at any point in that directory structure... HTH, Matt On Mar 4, 2010, at 5:09 AM, Michael Powe wrote: On Wed, Mar 03, 2010 at 05

Re: Tomcat Client Deployer

2010-03-04 Thread Antoine Levy Lambert
Hi, If you want to start/stop tomcat using a script on a remote server, maybe you need to use the task, assuming you have a ssh server on the remote server. Regards, Antoine Kaushal Shriyan wrote: On Wed, Mar 3, 2010 at 9:18 PM, Kaushal Shriyan wrote: On Wed, Mar 3, 2010 at 7:44 PM, A

Re: how to detect a file while looping thru a list of directories

2010-03-04 Thread Michael Powe
On Wed, Mar 03, 2010 at 05:08:06PM -0800, Andy2008 wrote: > I want to loop thru a list of directories and only call a target called "ABC" > if a directory contains a "test.xml" file. below is my initial code > > > > > > > > Do you have any ideas?

Re: Tomcat Client Deployer

2010-03-04 Thread Kaushal Shriyan
On Thu, Mar 4, 2010 at 3:43 PM, Chakravarthy, Srikanth wrote: > Hi, > > Have you configured your tomcat-users.xml? The role (manager) and the > entries for the userid and password should be present in it. > > Regards, > Srikanth yes. Do you want me to pastebin my build.xml file ? Thanks, Kausha

RE: Tomcat Client Deployer

2010-03-04 Thread Chakravarthy, Srikanth
Hi, Have you configured your tomcat-users.xml? The role (manager) and the entries for the userid and password should be present in it. Regards, Srikanth -Original Message- From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] Sent: Thursday, March 04, 2010 11:47 AM To: Ant Users List S