Re: ANT -- Unique Error --Pls Help

2007-07-05 Thread prashanth . l
o "Ant Users List" To Ant Users List cc Subject Re: ANT -- Unique Error --Pls Help Hello, This error is usually indicative of a JAVA class version mis-match. A common cause of this creating .class files with one version of JAVA and running them on a on another (incompatible)

Re: ANT -- Unique Error --Pls Help

2007-07-05 Thread Ninju Bohra
Hello, This error is usually indicative of a JAVA class version mis-match. A common cause of this creating .class files with one version of JAVA and running them on a on another (incompatible) version. Have you recently changed your environment (OS, JAVA version, ANT_HOME, JAVA_HOME, etc...)

Re: ANT -- Unique Error --Pls Help

2007-07-05 Thread Kevin Jackson
Hi, I am getting this error, When running ant , Please help ASAP. ant version -- 1.5.4 BUILD FAILED java.lang.VerifyError: (class: Could you give us a copy of your build that's causing this error? Without it it's very difficult to find a solution. Also please read : http://www.catb.org/~es