Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 51952 invoked from network); 26 Jul 2006 17:08:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 17:08:07 -0000 Received: (qmail 55692 invoked by uid 500); 26 Jul 2006 17:08:02 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55662 invoked by uid 500); 26 Jul 2006 17:08:02 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 55643 invoked by uid 99); 26 Jul 2006 17:08:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 10:08:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [146.197.27.91] (HELO barriere241.nike.com) (146.197.27.91) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 10:08:00 -0700 X-Server-Uuid: BDE2CC8B-9671-48D4-9A25-CA756DA0A621 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: SCP Auth Faild Date: Wed, 26 Jul 2006 10:07:30 -0700 Message-ID: <200607261711.k6QHBSBP013702@barriere241.nike.com> In-Reply-To: <222FBCCAC9AF784BADFD104E8451550B0BEC0DFD@beavertn-svr-jk.nike.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SCP Auth Faild Thread-Index: AcavF6Frq2UR+GJoSlmmZxOjUmV4SgAKuBSgAB6gdqAAFIxEIAAgHc3QAA/aOyAAAQhiQA== From: "Anderson, Rob (Global Trade)" To: "Anderson, Rob (Global Trade)" , "Ant Users List" X-OriginalArrivalTime: 26 Jul 2006 17:07:30.0455 (UTC) FILETIME=[FA8AA270:01C6B0D5] X-WSS-ID: 68D97EDF1NO1747895-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nevermind about trying to test if SSH2 protocol is supported. You would = get a different error if SSH2 was not supported. I just tried a bunch of = scenarios and the only one that produced the "Auth Fail" error was a = wrong username/password combo. I know you have checked and double = checked, but one way to be absolutely sure is to add the following just = before sshexec task in your build file... username =3D ${username} password =3D ${password} ... Then run ant. Do they say what you expect? If so, in the properties file = where the password and username are, make sure the lines are not = terminated with "\n" and there are no quotes around the values. -Rob A > -----Original Message----- > From: Anderson, Rob (Global Trade)=20 > Sent: Wednesday, July 26, 2006 9:35 AM > To: 'Ant Users List' > Subject: RE: SCP Auth Faild >=20 > The version you are using supports the diffie-hellman key=20 > exchange method. Also, make sure that the server is=20 > configured to support SSH2 protocol. You could do this by=20 > logging in with like Putty and running... > ssh -2 localhost > Or, in Putty there is an option to use SSH protocol version 2=20 > only. By default, most clients will try to connect with SSH2=20 > protocol, but fall back to SSH1 if necessary. Jsch only supports SSH2. >=20 > -Rob Anderson >=20 >=20 > > -----Original Message----- > > From: PHILIPPE Johan [mailto:Johan.PHILIPPE@post.be] > > Sent: Wednesday, July 26, 2006 1:45 AM > > To: Ant Users List > > Subject: RE: SCP Auth Faild > >=20 > > This could be it, the version is > >=20 > > OpenSSH_4.1p1, OpenSSL 0.9.7d 17 Mar 2004 > >=20 > > Thanks for the hint, I'll see if I can confirm it and in=20 > the mean time=20 > > get rid of the issue. > >=20 > >=20 > > MVrGr, > >=20 > > Johan > >=20 > > > -----Original Message----- > > > From: Anderson, Rob (Global Trade) [mailto:Rob.Anderson@nike.com] > > > Sent: dinsdag 25 juli 2006 19:33 > > > To: Ant Users List > > > Subject: RE: SCP Auth Faild > > >=20 > > > It should work. It works for me. I'm not sure why you are having=20 > > > problems with it. What distribution and version of ssh > > server are you > > > using? There have been issues with early versions of sshd > > that do not > > > support the diffie-hellman key exchange method=20 > implemented in jsch. > > >=20 > > > -Rob A > > >=20 > > > > -----Original Message----- > > > > From: PHILIPPE Johan [mailto:Johan.PHILIPPE@post.be] > > > > Sent: Tuesday, July 25, 2006 12:40 AM > > > > To: Ant Users List > > > > Subject: RE: SCP Auth Faild > > > > > > > > Been there, Done That. > > > > And the user name and password are absolute correct and > > absolutely > > > > straight forward. > > > > The error is indicating it cannot authenticate, which under the=20 > > > > circumstances it should be able to do. > > > > With regards to using an ssh key, well > > keyboard-interactive is the > > > > standard I find myself in at the company I'm working for at the=20 > > > > moment. It's what I'll have to work with for the near to > > mid-term > > > > at least. > > > > Anyway, there's nothing in TFM saying that it shouldn't=20 > work with=20 > > > > keyboard-interactive. > > > > > > > > MVrGr, > > > > > > > > Johan > > > > > > > > > > > > > -----Original Message----- > > > > > From: Anderson, Rob (Global Trade) > > [mailto:Rob.Anderson@nike.com] > > > > > Sent: maandag 24 juli 2006 19:26 > > > > > To: Ant Users List > > > > > Subject: RE: SCP Auth Faild > > > > > > > > > > The error you are getting indicates that the username and > > > > password are > > > > > incorrect. Some people have had problems if there are special=20 > > > > > characters in the password and the password is in the > > > > build.xml file. > > > > > If this is the case, try putting the password in a properties=20 > > > > > file, without quotes. The best option, in my opinion,=20 > is to use > > > > an ssh key for authentication. > > > > > > > > > > -Rob A > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: PHILIPPE Johan [mailto:Johan.PHILIPPE@post.be] > > > > > > Sent: Monday, July 24, 2006 4:52 AM > > > > > > To: user@ant.apache.org > > > > > > Subject: RE: SCP Auth Faild > > > > > > > > > > > > I'm currently facing a similar problem and are > > wondering if it > > > > > > is related to: > > > > > > > > > > > >=20 > http://marc.theaimsgroup.com/?l=3Dant-dev&m=3D111959408515300&w=3D2 > > > > > > > > > > > > The server I am trying to connect to does indeed use=20 > > > > > > keyboard-interactive login (as is apparent when I do a > > > > manual login > > > > > > with SSH/PuTTY). > > > > > > > > > > > > Both sshexec and scp fail in a similar fashion. The > > > > following task: > > > > > > > > > > > > > > > > > DeVelopment server."> > > > > > > > > > > > username=3D"${user}" > > > > > > password=3D"${password}" > > > > > > knownhosts=3D"${basedir}/known_hosts" > > > > > > failonerror=3D"false" > > > > > > command=3D"touch tst.txt"/> > > > > > > > > > > > > > > > > > = todir=3D"${user}:${password}@s30835:/usr/local/${user}/deploy" > > > > > > verbose=3D"true" > > > > > > knownhosts=3D"${basedir}/known_hosts" > > > > > > /> > > > > > > > > > > > > > > > > > > Gives this output: > > > > > > > > > > > > to-dv: > > > > > > [sshexec] Connecting to s30835:22 > > > > > > [sshexec] Caught exception: Auth fail > > > > > > [scp] Connecting to s30835:22 > > > > > > > > > > > > BUILD FAILED > > > > > > C:\Projects\BOP\DEV\build.xml:76: > > > > > > com.jcraft.jsch.JSchException: Auth fail > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.taskdefs.optional.ssh.Scp.execute(Scp.java:187) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) > > > > > > at org.apache.tools.ant.Task.perform(Task.java:364) > > > > > > at org.apache.tools.ant.Target.execute(Target.java:341) > > > > > > at > > org.apache.tools.ant.Target.performTasks(Target.java:369) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) > > > > > > at > > > org.apache.tools.ant.Project.executeTarget(Project.java:1185) > > > > > > at > > > > > >=20 > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(Def > > > > > > aultExecut > > > > > > or.java:40) > > > > > > at > > > > > >=20 > org.apache.tools.ant.Project.executeTargets(Project.java:1068) > > > > > > at org.apache.tools.ant.Main.runBuild(Main.java:668) > > > > > > at org.apache.tools.ant.Main.startAnt(Main.java:187) > > > > > > at > > org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > > > > > > at > > org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) > > > > > > Caused by: com.jcraft.jsch.JSchException: Auth fail > > > > > > at com.jcraft.jsch.Session.connect(Unknown Source) > > > > > > at com.jcraft.jsch.Session.connect(Unknown Source) > > > > > > at > > > > > >=20 > org.apache.tools.ant.taskdefs.optional.ssh.SSHBase.openSession > > > > > > (SSHBase.j > > > > > > ava:180) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.taskdefs.optional.ssh.Scp.upload(Scp.java:249) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.taskdefs.optional.ssh.Scp.execute(Scp.java:176) > > > > > > ... 12 more > > > > > > --- Nested Exception --- > > > > > > com.jcraft.jsch.JSchException: Auth fail > > > > > > at com.jcraft.jsch.Session.connect(Unknown Source) > > > > > > at com.jcraft.jsch.Session.connect(Unknown Source) > > > > > > at > > > > > >=20 > org.apache.tools.ant.taskdefs.optional.ssh.SSHBase.openSession > > > > > > (SSHBase.j > > > > > > ava:180) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.taskdefs.optional.ssh.Scp.upload(Scp.java:249) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.taskdefs.optional.ssh.Scp.execute(Scp.java:176) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) > > > > > > at org.apache.tools.ant.Task.perform(Task.java:364) > > > > > > at org.apache.tools.ant.Target.execute(Target.java:341) > > > > > > at > > org.apache.tools.ant.Target.performTasks(Target.java:369) > > > > > > at > > > > > > > > > >=20 > > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) > > > > > > at > > > org.apache.tools.ant.Project.executeTarget(Project.java:1185) > > > > > > at > > > > > >=20 > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(Def > > > > > > aultExecut > > > > > > or.java:40) > > > > > > at > > > > > >=20 > org.apache.tools.ant.Project.executeTargets(Project.java:1068) > > > > > > at org.apache.tools.ant.Main.runBuild(Main.java:668) > > > > > > at org.apache.tools.ant.Main.startAnt(Main.java:187) > > > > > > at > > org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > > > > > > at > > org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) > > > > > > > > > > > > Total time: 9 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Arminio Andrei [mailto:arminio.andrei@yahoo.com] > > > > > > > Sent: woensdag 19 juli 2006 23:16 > > > > > > > To: Ant Users List > > > > > > > Subject: RE: SCP Auth Faild > > > > > > > > > > > > > > I will post u a log tomorrow, now I'm home and I=20 > don't have > > > > > > access to > > > > > > may > > > > > > > build server. > > > > > > > > > > > > > > Thx again Rob, > > > > > > > Arminio A. > > > > > > > > > > > > > > "Anderson, Rob (Global Trade)"=20 > > wrote: > > > > > > > It doesn't say "Connecting to host:22" before the > > > > > > failure? That is > > > > > > > strange. Anyway, if it works now, that is all=20 > that matters. > > > > > > > > > > > > > > -Rob A > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > From: Arminio Andrei [mailto:arminio.andrei@yahoo.com] > > > > > > > > Sent: Wednesday, July 19, 2006 11:33 AM > > > > > > > > To: Ant Users List > > > > > > > > Subject: RE: SCP Auth Faild > > > > > > > > > > > > > > > > No, there isn't other messages before failure! I'm > > > > sure the best > > > > > > > > practice is tu use ssh keys that works for me now. > > > > > > > > > > > > > > > > "Anderson, Rob (Global Trade)" wrote: > > > > > > > > I would like to see if there are any other messages > > > > from the scp > > > > > > > > task before the failure. This may help identify the > > > > > > problem or show > > > > > > > > how far the task gets before failure. > > > > > > > > > > > > > > > > -Rob A > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > From: Arminio Andrei [mailto:arminio.andrei@yahoo.com] > > > > > > > > > Sent: Tuesday, July 18, 2006 8:04 AM > > > > > > > > > To: Ant Users List > > > > > > > > > Subject: RE: SCP Auth Faild > > > > > > > > > > > > > > > > > > Why? > > > > > > > > > I'm using a bash script with scp output droped and > > > > > > print progress > > > > > > > > > messages > > > > > > > > > > > > > > > > > > "Anderson, Rob (Global Trade)" wrote: > > > > > > > > > Can you send the entire output of the build please. > > > > > > > > > > > > > > > > > > -Rob A > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > From: Arminio Andrei=20 > [mailto:arminio.andrei@yahoo.com] > > > > > > > > > > Sent: Monday, July 17, 2006 12:39 PM > > > > > > > > > > To: Ant Users List > > > > > > > > > > Subject: RE: SCP Auth Faild > > > > > > > > > > > > > > > > > > > > Thanks Bob! > > > > > > > > > > > > > > > > > > > > "Anderson, Rob (Global Trade)" wrote: > > > > > > > > > > The error indicates an authentication > > failure. This can > > > > > > > > > happen for > > > > > > > > > > a few common reasons. > > > > > > > > > > > > > > > > > > > > 1. If your password has special characters=20 > and you are > > > > > > > > putting the > > > > > > > > > > actual password in your build.xml you may get > > this error. > > > > > > > > > To fix the > > > > > > > > > > problem, put the password in a properties > > file and use a > > > > > > > > > property in > > > > > > > > > > your build.xml. > > > > > > > > > > > > > > > > > > > > My password don't have special characters=20 > and dosen't > > > > > > > > > work evean if > > > > > > > > > > I put it in a properties file. > > > > > > > > > > > > > > > > > > > > 2. If your password is not correct, you will get > > > > this error. > > > > > > > > > > > > > > > > > > > > And I'm sure it is correct. > > > > > > > > > > > > > > > > > > > > I recommend using ssh keys to authenticate > > > > because you will > > > > > > > > > not have > > > > > > > > > > to put your password in plain text into a=20 > build.xml or > > > > > > properties > > > > > > > > > > file. > > > > > > > > > > > > > > > > > > > > I've make a bash script that can do this job using > > > > > > ssh keys to > > > > > > > > > > authenticate and I guess will be a peace of cake > > > > to use scp > > > > > > > > > ant task, > > > > > > > > > > but this tomorrow > > > > > > > > > > > > > > > > > > > > -Rob A > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > > From: Arminio Andrei > > [mailto:arminio.andrei@yahoo.com] > > > > > > > > > > > Sent: Friday, July 14, 2006 11:37 PM > > > > > > > > > > > To: user@ant.apache.org > > > > > > > > > > > Subject: SCP Auth Faild > > > > > > > > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > > > > > > > > > > > > > I try to copy a bunch of files from my=20 > local machine > > > > > > > > > > (Fedora Core 5) > > > > > > > > > > > to the jboss server that running on a SuSe > > > > Enterprise 9. I > > > > > > > > > > write this > > > > > > > > > > > ant task: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I'm geting this error: > > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > > > >=20 > /usr/local/cruisecontrol/projects/CNAS-SIUI/build/tst.xml:60: > > > > > > > > > > > com.jcraft.jsch.JSchException: Auth fail at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > org.apache.tools.ant.taskdefs.optional.ssh.Scp.execute(Scp.java:187) > > > > > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) > > > > > > > > > > > at=20 > org.apache.tools.ant.Task.perform(Task.java:364) > > > > > > > > > > > at > > > > > > > > > > >=20 > org.apache.tools.ant.Target.execute(Target.java:341) > > > > > > > > > > > at > > > > > > > > > > > > > > > org.apache.tools.ant.Target.performTasks(Target.java:369) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > >=20 > ...................................................................... > > > > > > > > > > > > > > > > > > > > > > If I use scp everything works fine but from > > ant ...... > > > > > > > > > > > > > > > > > > > > > > I try to use diffrent kind of jsch.jar > > libraries but I > > > > > > > > > get the same > > > > > > > > > > > error. > > > > > > > > > > > > > > > > > > > > > > Does anyoane of u know what happends? > > > > > > > > > > > > > > > > > > > > > > Thx for help, > > > > > > > > > > > Arminio > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------- Do you Yahoo!? > > > > > > > > > > > Next-gen email? Have it all with the=20 > all-new Yahoo! > > > > > > Mail Beta. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > -------------------------------------------------------------------- > > > > > > - > > > > > > > > > > To unsubscribe, e-mail: > > > > user-unsubscribe@ant.apache.org For > > > > > > > > > additional > > > > > > > > > > commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------- Do you Yahoo!? > > > > > > > > > > Next-gen email? Have it all with the all-new > > > > Yahoo! Mail Beta. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > -------------------------------------------------------------------- > > > > > > - > > > > > > > > > To unsubscribe, e-mail:=20 > user-unsubscribe@ant.apache.org=20 > > > > > > > > > For > > > > > > > > additional > > > > > > > > > commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------- Do you Yahoo!? > > > > > > > > > Get on board. You're invited to try the new Yahoo! > > > > Mail Beta. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > -------------------------------------------------------------------- > > > > > > - > > > > > > > > To unsubscribe, e-mail:=20 > > user-unsubscribe@ant.apache.org For > > > > > > > > additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------- How low will we go? > > > > Check out > > > > > > > > Yahoo! Messenger's low PC-to-Phone call rates. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > -------------------------------------------------------------------- > > > > > > - > > > > > > > To unsubscribe, e-mail:=20 > user-unsubscribe@ant.apache.org For > > > > > > additional > > > > > > > commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > Do You Yahoo!? > > > > > > > Tired of spam? Yahoo! Mail has the best spam protection=20 > > > > > > > around http://mail.yahoo.com > > > > > > > > > > > > > > > > > > STRICTLY PERSONAL AND CONFIDENTIAL This message may contain=20 > > > > > > confidential and proprietary > > > > material for > > > > > > the sole use of the intended recipient. Any review or > > > > distribution > > > > > > by others is strictly prohibited. If you are not=20 > the intended=20 > > > > > > recipient please contact the sender and delete all copies. > > > > > > > > > > > > Dit bericht is enkel bestemd voor de aangeduide=20 > ontvangers en=20 > > > > > > kan vertrouwelijke informatie bevatten. Als u niet de > > ontvanger > > > > > > bent, dan mag u de inhoud van dit bericht niet > > bekendmaken noch > > > > kopi=EBren. > > > > > > Als u dit bericht per vergissing ontvangen heeft, > > gelieve er de > > > > > > afzender of De Post onmiddellijk van op de hoogte te > > > > brengen en het > > > > > > bericht vervolgens te verwijderen. > > > > > > > > > > > > Ce message est uniquement destin=E9 aux destinataires > > > > indiqu=E9s et peut > > > > > > contenir des informations confidentielles. Si vous > > n'=EAtes pas le > > > > > > destinataire, vous ne devez pas r=E9v=E9ler le contenu de ce > > > > message ou > > > > > > en prendre copie. Si vous avez re=E7u ce message par > > > > erreur, veuillez > > > > > > en informer l'exp=E9diteur, ou La Poste imm=E9diatement, > > avant de le > > > > > > supprimer. > > > > > > > > > > > > > > > >=20 > > -------------------------------------------------------------------- > > > > > > - To unsubscribe, e-mail:=20 > user-unsubscribe@ant.apache.org For=20 > > > > > > additional commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > -------------------------------------------------------------------- > > > > - > > > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For > > > > additional > > > > > commands, e-mail: user-help@ant.apache.org > > > > > > > > > > > > > > > > STRICTLY PERSONAL AND CONFIDENTIAL This message may contain=20 > > > > confidential and proprietary > > material for > > > > the sole use of the intended recipient. Any review or > > distribution > > > > by others is strictly prohibited. If you are not the intended=20 > > > > recipient please contact the sender and delete all copies. > > > > > > > > Dit bericht is enkel bestemd voor de aangeduide=20 > ontvangers en kan=20 > > > > vertrouwelijke informatie bevatten. Als u niet de=20 > ontvanger bent,=20 > > > > dan mag u de inhoud van dit bericht niet bekendmaken noch > > kopi=EBren.=20 > > > > Als u dit bericht per vergissing ontvangen heeft, gelieve er de=20 > > > > afzender of De Post onmiddellijk van op de hoogte te > > brengen en het > > > > bericht vervolgens te verwijderen. > > > > > > > > Ce message est uniquement destin=E9 aux destinataires > > indiqu=E9s et peut > > > > contenir des informations confidentielles. Si vous=20 > n'=EAtes pas le=20 > > > > destinataire, vous ne devez pas r=E9v=E9ler le contenu de ce > > message ou > > > > en prendre copie. Si vous avez re=E7u ce message par > > erreur, veuillez > > > > en informer l'exp=E9diteur, ou La Poste imm=E9diatement,=20 > avant de le=20 > > > > supprimer. > > > > > > >=20 > > >=20 > > >=20 > >=20 > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For > > additional > > > commands, e-mail: user-help@ant.apache.org > >=20 > >=20 > >=20 > > STRICTLY PERSONAL AND CONFIDENTIAL > > This message may contain confidential and proprietary=20 > material for the=20 > > sole use of the intended recipient. Any review or distribution by=20 > > others is strictly prohibited. If you are not the intended=20 > recipient=20 > > please contact the sender and delete all copies. > >=20 > > Dit bericht is enkel bestemd voor de aangeduide ontvangers en kan=20 > > vertrouwelijke informatie bevatten. Als u niet de ontvanger=20 > bent, dan=20 > > mag u de inhoud van dit bericht niet bekendmaken noch=20 > kopi=EBren. Als u=20 > > dit bericht per vergissing ontvangen heeft, gelieve er de=20 > afzender of=20 > > De Post onmiddellijk van op de hoogte te brengen en het bericht=20 > > vervolgens te verwijderen. > >=20 > > Ce message est uniquement destin=E9 aux destinataires=20 > indiqu=E9s et peut=20 > > contenir des informations confidentielles. Si vous n'=EAtes pas le=20 > > destinataire, vous ne devez pas r=E9v=E9ler le contenu de ce=20 > message ou en=20 > > prendre copie. Si vous avez re=E7u ce message par erreur, veuillez = en=20 > > informer l'exp=E9diteur, ou La Poste imm=E9diatement, avant de le=20 > > supprimer. > >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org