Re: HTTP tasks

2005-07-06 Thread Robert r. Sanders
For simple (non-versioned) PUT requestes try: http://www.tldp.org/HOWTO/Apache-WebDAV-LDAP-HOWTO/ http://www.webdav.org/mod_dav/ http://www.serverwatch.com/tutorials/article.php/2176771 For versioning, etc... try using Subversion w/ Autoversioning turned on. Ivan Ivanov wrote: Robert, t

RE: cvs command

2005-07-06 Thread Anderson, Rob (Global Trade)
It depends on the level of security you require, and how well you can protect the key. I'm not advocating either option, just stating a fact about the need for ssh-agent. -Rob A > -Original Message- > From: Donald McLean [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 12:43 P

Re: cvs command

2005-07-06 Thread Donald McLean
And not passphrasing it is a good idea? I have to admit that, given the security ramifications, I would be hard to convince. Anderson, Rob (Global Trade) wrote: You only need to use ssh-agent if your key is passphrased. -Rob A -Original Message- From: Shatzer, Larry [mailto:[EMAIL

Re: cvs command

2005-07-06 Thread blackwater dev
I was told by someone else to create an ssh key and add it to the server...I assume that's what you mean. On 7/6/05, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote: > You only need to use ssh-agent if your key is passphrased. -Rob A > > > -Original Message- > > From: Shatzer, Larr

RE: cvs command

2005-07-06 Thread Anderson, Rob (Global Trade)
You only need to use ssh-agent if your key is passphrased. -Rob A > -Original Message- > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:50 AM > To: 'Ant Users List' > Subject: RE: cvs command > > > You need to use a ssh agent. > http://www.cse.wustl.ed

Re: HTTP tasks

2005-07-06 Thread Ivan Ivanov
Robert, thank you for the help. I will try that script as soon as I figure out how to configure Apache to allow PUT method and I will let you know. It is an offtopic, but I tried to make Apache httpd accept my PUT request for a couple of days with no success. I followed mainly [1]. So I would be

Re: HTTP tasks

2005-07-06 Thread Robert r. Sanders
I gave up on the built-in HTTP Tasks and used the BSF support to create a 'simple' upload script that using the Apache HttpClient classes: In my build.xml Uses the HTTP PUT method to upload several files to a WebDAV server(s) In the

RE: cvs command

2005-07-06 Thread Shatzer, Larry
You need to use a ssh agent. http://www.cse.wustl.edu/~mdeters/how-to/ssh/ > -Original Message- > From: blackwater dev [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:46 AM > To: Ant Users List > Subject: cvs command > > > Hello, > > I have this cvs command: > >

RE: cvs command

2005-07-06 Thread Anderson, Rob (Global Trade)
Use ssh key authentication. See http://www.openbsd.org/cgi-bin/man.cgi?query=ssh for information on how to set that up. -Rob A > -Original Message- > From: blackwater dev [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:46 AM > To: Ant Users List > Subject: cvs command > >

cvs command

2005-07-06 Thread blackwater dev
Hello, I have this cvs command: Which works fine but I have to type in my password each time. We don't have pserver set up so I can't use that. How can I set this up so it won't ask me for my password so I can run it from a cron job? Thanks! --

RE: Ant Configuration Problem

2005-07-06 Thread Liying Miao
Hi Rob, I have an absolute path in the environment variable. What you saw is actually written in ant.bat file which is part of the delivered uPortal project. Thanks, Liying -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 1:

RE: References

2005-07-06 Thread John Mc Quillan
Thanks, Jeffrey. I got it to work as per your suggestion. In case it might be useful to anyone else, I include a sample extract. John -Original Message- From: Jeffrey E Care [mailto:[EMAIL PROTECTED] Sent: 06 July 2005 18:36 To: Ant Users List S

Re: References

2005-07-06 Thread Jeffrey E Care
IIRC can take nested elements; sounds like you could declare a named patternset and then re-use that patternset with many filesets. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis

References

2005-07-06 Thread John Mc Quillan
Does anyone know of a way to create a reference to a list of files without specifying the directory that they are stored in and then to create filesets from that list that specify the directory. So the application of this would be in the case where a set of files is copied from a source directory

RE: Ant Configuration Problem

2005-07-06 Thread Anderson, Rob (Global Trade)
I would try setting ANT_HOME to an absolute path, rather than a relative path. Then at least you could cd to the directory that the buildfile is in and run ant. -Rob A > -Original Message- > From: Liying Miao [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 8:08 AM > To: user@

Ant Configuration Problem

2005-07-06 Thread Liying Miao
Hi All, I have a problem with running ant 1.6.2. I have set ANT_HOME in path. Here is the problem: When I type Ant, it works: --- C:\UPORTAL>ant C:\UPORTAL>set ANT_HOME=./Ant_1-6-2 C:\UPORTAL>./Ant_1-6-2/bin/ant.bat Buildfile: bu

Re: ordered fileset or selective filelist

2005-07-06 Thread Mark Lybarger
I've got a macrodef, and am calling it as you mentioned, I just can't seem to figure out how to conditionally call the subant only if hte file exists...? On 7/5/05, Juergen Hermann <[EMAIL PROTECTED]> wrote: > > On Tue, 5 Jul 2005 10:29:34 -0400, Mark Lybarger wrote: > >

[ant-contrib] AntPerformanceListener problem:NullPointerException

2005-07-06 Thread hind.lwahhabi
Hello guys, I am experiecing the following problem: i am runing my ant scripts with the following option: -listener net.sf.antcontrib.perf.AntPerformanceListener. When running my script with the default target everything is fine. When running my script with some targets passed on command line i g

RE: [antcontrib] post task, HTTP/1.0 401 Authentication requested

2005-07-06 Thread Rebhan, Gilbert
Hi, thanks for the hint, i'm no expert for tomc@ only using in conjunction with CruiseControl. I followed your link and also http://akarta.apache.org/tomcat/tomcat-5.5-doc/monitoring.html which points to http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html my config here = CruiseC

RE: wild card in project.getProperty()

2005-07-06 Thread hind.lwahhabi
Thanks for all the replies. finally i did it with a and its nested and used project.getReference("properties-starting-with-foo") in my script. Anyway it helps to post questions here, it always give me new ideas of implementations. Thanks guys! -Original Message- From: Juergen Hermann