Walter Heestermans/TMME is out of the office.

2007-09-28 Thread Walter . Heestermans
I will be out of the office starting 29/09/2007 and will not return until 08/10/2007. I will respond to your message when I return. For urgent issues, contact WebSphere Support group. - To unsubscribe, e-mail: [EMAIL PROTECTED

SSH Authentication Errors

2007-09-28 Thread Michael Giroux
I'm using and tasks in a build script. These work well from my own PC, but when someone tries to run the script from a different computer, the script fails with an authentication error. I have been using and for so long, I no longer remember what I did to resolve this issue when I had it. We

RE: junitvmwatcher error junit 4.4, ant 1.7

2007-09-28 Thread Kirtane, Shobhana Vijay
Tried getting Ant 1.7 Beta 3, but getting same error Thanks Shobhana From: Kirtane, Shobhana Vijay Sent: Friday, September 28, 2007 2:21 PM To: 'Ant Users List' Subject: junitvmwatcher error junit 4.4, ant 1.7 Hi All, I am getting the following error :

RE: Junit4 ant 1.6.2

2007-09-28 Thread Kirtane, Shobhana Vijay
Thank You for your reply. I am getting this after I have apache ant 1.7 and junit 4.4 junitvmwatcher705893407.properties [echo] Running TestCase TestJunit4. Report will be generated at build/dbms_testcases/testReport/index.html [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.

junitvmwatcher error junit 4.4, ant 1.7

2007-09-28 Thread Kirtane, Shobhana Vijay
Hi All, I am getting the following error : [echo] Running TestCase TestJunit4. Report will be generated at build/dbms_testcases/testReport/index.html [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.317 sec [junit] java.io.FileNotFoundException: /local/skirtane/dbms_200

Re: [Ant 1.6.5] Question on "OutOfDate" Usage

2007-09-28 Thread Dominique Devienne
On 9/28/07, Peter Reilly <[EMAIL PROTECTED]> wrote: > destdir="${gen.java}" >package="[EMAIL PROTECTED]" >extension="yes" >> >includes="**/*.java"/> > It's a PITA to have to specify the target package each tim

Re: [Ant 1.6.5] Question on "OutOfDate" Usage

2007-09-28 Thread Peter Reilly
On 9/28/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 9/28/07, Anil VVNN <[EMAIL PROTECTED]> wrote: > > I'm trying to use "OutOfDate" task for the following requirement,[...] > > > > > > > > [...] > > But generate.xjc.java is called always (no matter whether there is

Re: [Ant 1.6.5] Question on "OutOfDate" Usage

2007-09-28 Thread Dominique Devienne
On 9/28/07, Anil VVNN <[EMAIL PROTECTED]> wrote: > I'm trying to use "OutOfDate" task for the following requirement,[...] > > > > [...] > But generate.xjc.java is called always (no matter whether there is a change > to XSD's or not). Could be that your "target files" should

[Ant 1.6.5] Question on "OutOfDate" Usage

2007-09-28 Thread Anil VVNN
Hi, I'm trying to use "OutOfDate" task for the following requirement, There is a XSD directory which has few XSD documents, I want XJC to generate Java files only if there is any modification to XSD's. I need all the Java files have to be generated even though only one XSD file is changed. So,

Re: Optional scp task does not accept remote paths with the '@' symbol in them

2007-09-28 Thread Martin Gainty
You can use special characters if you specify equivalents in your filename assignment: decimal : @ hex: 0x40 HTH/ M-- Tell that to IBM!! (Who surely should no better!) I'm using the scp task to copy files from a remote IBM WebSphere MQ installation and have no control over the remote path! As

AW: Optional scp task does not accept remote paths with the '@' symbol in them

2007-09-28 Thread Jan.Materne
Could you just start the same buildfile and target with Ant 1.6.5 (for tests)? (just use the absolute path to Ant1.6.5/bin/ant). Jan >-Ursprüngliche Nachricht- >Von: TSD Contractor2 [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 28. September 2007 14:20 >An: Ant Users List >Betreff: RE:

RE: Optional scp task does not accept remote paths with the '@' symbol in them

2007-09-28 Thread TSD Contractor2
Tell that to IBM!! (Who surely should no better!) I'm using the scp task to copy files from a remote IBM WebSphere MQ installation and have no control over the remote path! As I said, it worked previously (in Ant 1.6.5) so I'm concerned that a bug has been introduced into Ant 1.7 which needs reso