Re: cvschangelog for Subversion?

2005-06-19 Thread Henri Yandell
On 6/7/05, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 7 Jun 2005, Henri Yandell <[EMAIL PROTECTED]> wrote: > > > An issue hit in looking to move Jakarta Cactus to SVN is that it > > uses the for part of its site. > > has

Re: What's wrong with this script?

2005-06-19 Thread Bijo Alex Thomas
Use instead of Regards, Bijo _ Bijo Alex Thomas DSRC, 6, Smith Road, Chennai - 2 Mail: [EMAIL PROTECTED] Website: http://dsrc.com - Original Message - From: "Yaakov Chaikin" <[EMAIL PROTECTED]> To: "Ant User" Sent: Sunday, June 19, 2005 11:49 PM Subje

Re: FW: Connection Failures On SSHExec Task

2005-06-19 Thread Bill Winspur
Atsuhiko, Thanks for your response. Have you/jcraft pursued this problem any further ? I moved on to other aspects of my project, after receiving your note, in the hope that you might find a workaround for the problem. However, I must return to the issue of exploiting SSH in my application very s

Re: What's wrong with this script?

2005-06-19 Thread Yaakov Chaikin
That's the thing... Tomcat is not running at all. Also, the files I am trying to copy to the tomcat/webapps directory are under a completely different directory which has nothing to do with Tomcat. I just don't get why ANT is creating a directory called "{tomcat.dir.deploy}". I even tried hardcod

RE: What's wrong with this script?

2005-06-19 Thread S I
Looks like you have indicated to start at the ${basedir} and to include "**" everything from the base.dir and since the active files under webapps are held hostage by Tomcat (running), it will most definitely complain trying to copy locked files but if that's actually your intention, you have to

What's wrong with this script?

2005-06-19 Thread Yaakov Chaikin
Hi, I've been using ANT for a long time, but I guess, I am kind of rusty on creating the scripts themselves. Here is a simple script. All it does is copy a directory structure to another directory. For some reason, I get all the directories PLUS another directory called {tomcat.dir.deploy} (that'

Re: CVS Log Ant Task

2005-06-19 Thread Bijo Alex Thomas
It may be silly, but I dont see a space between '-r' and 'p127065_0'. I mean the command attribute should have been command="log -r p127065_0 -S" and not command="log -rp127065_0 -S" Regards, Bijo _ Bijo Alex Thomas DSRC, 6, Smith Road, Chennai - 2 Mail: [EMAIL PR

Re: cvs checkout

2005-06-19 Thread Bijo Alex Thomas
I don't know how relevant it is now, but this is a way Regards, Bijo _ Bijo Alex Thomas DSRC, 6, Smith Road, Chennai - 2 Mail: [EMAIL PROTECTED] Website: http://dsrc.com - Original Message - From: "Yves Martin" <[EMAIL PROTECTED]> To: "blackwate

Re: Problems with build file

2005-06-19 Thread Bijo Alex Thomas
This happens when java files within ${src} is not placed as per package hierarchy. Ant expects the file ${src}\foo\bar\filenameDTO.java to be in package foo.bar So if the ${src}\foo\bar\filenameDTO.java is in pacakge foo1.bar1, Ant will always complain that [javac] ${src}\foo\bar\filenameDTO.java

Re: how can i use filenames in scripts?

2005-06-19 Thread Jörg Uhlmann
Hello Rob, tanks for the information. It works fine. Great! That is exacly i'm look for. Jörg Anderson, Rob (Global Trade) schrieb: You can probably accomplish what you need by looping over the fileset with the task, from ant-contrib (http://ant-contrib.sourceforge.net/tasks/tasks/index.