RE: AW: Unsupported class version error

2010-10-03 Thread Martin Gainty
urni. > Date: Sun, 3 Oct 2010 02:41:15 -0700 > From: ant_nab...@elaborategrove.com > To: user@ant.apache.org > Subject: Re: AW: Unsupported class version error > > > I have exactly the same problem that Lis has described > > Ant: version 1.8.1 compiled on April 3

Re: AW: Unsupported class version error

2010-10-03 Thread Chris Nicholls
ext: http://ant.1045680.n5.nabble.com/Unsupported-class-version-error-tp2255709p3074424.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional c

AW: Unsupported class version error

2010-07-27 Thread Jan.Materne
So try running with Java 1.5 or higher ... Jan >-Ursprüngliche Nachricht- >Von: leif.lan...@gmail.com [mailto:leif.lan...@gmail.com] Im >Auftrag von Leif Ershag >Gesendet: Dienstag, 27. Juli 2010 14:28 >An: Ant Users List >Betreff: Re: Unsupported class version

Re: Unsupported class version error

2010-07-27 Thread Leif Ershag
What java-version are you running ant with? It looks like the jsch-lib is compiled with a higher versionnr than you support? //Leif Ershag On Tue, Jul 27, 2010 at 1:31 PM, Lis Maria wrote: > Hi, > > I am trying to copy a zip file to a remote machine using the ant scp task. > The jar file requir

Unsupported class version error

2010-07-27 Thread Lis Maria
Hi, I am trying to copy a zip file to a remote machine using the ant scp task. The jar file required for this task jsch-0.1.43 is also put inside the ANT lib folder. But i get the below exception while this target gets triggered BUILD FAILED java.lang.UnsupportedClassVersionError: Bad version num