Re: junitreport error: ClassNotFoundException: redirect

2006-05-04 Thread Ivan \"Rambius\" Ivanov
Hello, Can you post the relevant parts of your build script mainly the part with task? Regards Ivan --- Dave Rathnow <[EMAIL PROTECTED]> wrote: > Hi, > > > > I've searched the archives and Googled this error > but I can't find the > solution. > > > > I'm using Ant 1.6.5, Java 1.4.1 and

Re: scp multiple files getting error

2006-05-04 Thread glenn opdycke-hansen
Thanks for the suggestion, the error messages of jsch-0.1.28.jar contain the same text that you posted. Highly recommended! --glenn On 5/4/06, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote: Try a later version of jsch. I am using jsch-0.1.28-rc4.jar and I get a reasonable error when tr

RE: scp multiple files getting error

2006-05-04 Thread Anderson, Rob (Global Trade)
Try a later version of jsch. I am using jsch-0.1.28-rc4.jar and I get a reasonable error when trying to copy a file to a remote directory that does not exist. BUILD FAILED H:\scptest.xml:6: com.jcraft.jsch.JSchException: 2: syserr: No such file or directory, file: /home/rande4/no/directory/path/fi

Re: scp multiple files getting error

2006-05-04 Thread glenn opdycke-hansen
I just noticed jsch-0.1.28.jar and will start testing with that version. On 5/4/06, glenn opdycke-hansen <[EMAIL PROTECTED]> wrote: ant 1.6.5 + fixes for sshexec jsch jsch-0.1.24.jar On 5/4/06, Anderson, Rob (Global Trade) <[EMAIL PROTECTED] > wrote: > > What version of Ant and jsch are you u

Re: scp multiple files getting error

2006-05-04 Thread glenn opdycke-hansen
ant 1.6.5 + fixes for sshexec jsch jsch-0.1.24.jar On 5/4/06, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote: What version of Ant and jsch are you using? -Rob A > -Original Message- > From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 04, 2006 6:45 AM >

RE: junitreport error: ClassNotFoundException: redirect

2006-05-04 Thread Dave Rathnow
Unless you use the "outfile" attribute of the element, which, in our case we are. Dave. -Original Message- From: Ivan "Rambius" Ivanov [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 9:07 AM To: Ant Users List Subject: RE: junitreport error: ClassNotFoundException: redirect Hel

RE: scp multiple files getting error

2006-05-04 Thread Anderson, Rob (Global Trade)
What version of Ant and jsch are you using? -Rob A > -Original Message- > From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 04, 2006 6:45 AM > To: ant user > Subject: scp multiple files getting error > > I am executing scp from ant and getting the error message

RE: Asking for new feature: Self-Discovery of service to make Ant a real extensible system

2006-05-04 Thread Steve
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 3 May 2006 6:44 AM > To: Ant Users List > Subject: Re: Asking for new feature: Self-Discovery of > service to make Ant a real extensible system > > Huxi LI wrote: > > Very interesting dicussion in

Re: Problem with ant 1.6

2006-05-04 Thread Alexey N. Solofnenko
"Alpha"? 1.6 was released and there is now 1.6.5. Please do not forget to make a clean install and unset CLASSPATH environment variable. - Alexey. Susheel Raina wrote: Hi, We are using ant 1.6 alpha for building and deploying our Web application. We are facing a problem with this version. W

RE: junitreport error: ClassNotFoundException: redirect

2006-05-04 Thread Ivan \"Rambius\" Ivanov
Hello, Regards Ivan --- Dave Rathnow <[EMAIL PROTECTED]> wrote: > > > I believe the above line should be If you check ${build.root}/logs directory you will see that it contains some TEST-*.xml files, which are produced by . > >

RE: junitreport error: ClassNotFoundException: redirect

2006-05-04 Thread Dave Rathnow
Certainly: Hope you can help me! Dave. -Original Message- From: Ivan "Rambius" Ivanov [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 12:10 AM To: An

RE: SQL task output encoding

2006-05-04 Thread Keith Hatton
See the following: http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#cha renc "The default encoding is determined during virtual-machine startup and typically depends upon the locale and encoding being used by the underlying operating system." You can use -Dfile.encoding=xxx on

Re: SQL task output encoding

2006-05-04 Thread Patrick Martin
I might be wrong on this: Java Reader and Writer always use Unicode by default On 5/4/06, Patrick Martin <[EMAIL PROTECTED]> wrote: Hello, I'd like to know which encoding is used by the SQL task when outputing to a file. I believe it is unicode but I need to be sure... has an encoding attri

SQL task output encoding

2006-05-04 Thread Patrick Martin
Hello, I'd like to know which encoding is used by the SQL task when outputing to a file. I believe it is unicode but I need to be sure... has an encoding attribute, but it is used when loading the script to run. Reading the code, it seems that the output encoding cannot be set via ant. Here is

Re: AW: TimeStamp

2006-05-04 Thread Matt Benson
Or you could use Antelope's (antelope.tigris.org) fileutils task (lastmodified operation). Now Dale won't have to plug it himself. >;) HTH, Matt --- [EMAIL PROTECTED] wrote: > AFIK there is none in Ant or AC - maybe there is an > external task. > But you could use scripting for that. I modifi

scp multiple files getting error

2006-05-04 Thread glenn opdycke-hansen
I am executing scp from ant and getting the error message "No response from server". I have used scp successfully before. This time it is tranfering multiple files from winxp to unix. (transferring a single file is working fine.) The code snippet follows: I checked

AW: Problem with ant 1.6

2006-05-04 Thread Jan.Materne
>We are using ant 1.6 alpha for building and deploying our Web > >Just wanna know If there is something I am missing??? Maybe that there are newer versions And we would miss a more meaningful error message Jan -

Re: Problem with ant 1.6

2006-05-04 Thread Scot P. Floess
Can you include some output and elaborate a bit more? From your email it looks like you are attempting to call a shell script and that is failing? More information would be useful :) Scot Susheel Raina wrote: Hi, We are using ant 1.6 alpha for building and deploying our Web application.

Re: Problem with ant 1.6

2006-05-04 Thread glenn opdycke-hansen
There is not much information. This is a guess: Perhaps there are jar files in the ant/lib dir for ant1.5 that have not been moved to 1.6. More info is needed. --glenn On 5/4/06, Susheel Raina <[EMAIL PROTECTED]> wrote: Hi, We are using ant 1.6 alpha for building and deploying our Web applic

Problem with ant 1.6

2006-05-04 Thread Susheel Raina
Hi, We are using ant 1.6 alpha for building and deploying our Web application. We are facing a problem with this version. While trying to compile our webervices using jwsdp-1_0_01/bin/xrpcc.sh, it is unable to compile from the build file. However If I run the same command from shell, it works

and and cvs

2006-05-04 Thread Keith Hall
I'm hoping someone else has done this before or something similar I'm using ant to generate a report showing changes to files between tags within our cvs repository. This for example works