Re: Executing javascript ant task with jdk 1.6

2010-11-17 Thread Michael Ludwig
Hi Mangesh, Mangesh Moghe schrieb am 17.11.2010 um 15:17 (+0530): > Finally able to solve the problem. Yes, ant 1.6.5 can not work with > JDK 1.6 as far as javascript ant task is concerned. This is because > ant 1.6.5 supports

RE: Executing javascript ant task with jdk 1.6

2010-11-17 Thread Mangesh Moghe
Finally able to solve the problem. Yes, ant 1.6.5 can not work with JDK 1.6 as far as javascript ant task is concerned. This is because ant 1.6.5 supports

RE: Executing javascript ant task with jdk 1.6

2010-11-16 Thread Ludwig, Michael
> > Detected OS: HP-UX > > Adding reference: ant.ComponentHelper > > Setting ro project property: ant.version -> Apache Ant version 1.6.5 > > compiled on June 2 2005 > > There was no 1.6 back then. But 1.6.5 is the latest 1.6. Okay, this is not clear. So: There was no JDK 1.6 back then. But Ant

RE: Executing javascript ant task with jdk 1.6

2010-11-16 Thread Mangesh Moghe
h.Launcher.main(Launcher.java:67) org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/javascript/debug/DebuggableEngine; END=== Regards Mangesh Moghe From: "Ludwig, Michael" To: "Ant Users List" Date: 11/15/2010 07:04 PM Subject: RE: Exe

RE: Executing javascript ant task with jdk 1.6

2010-11-15 Thread Mangesh Moghe
egards Mangesh Moghe Mailto: mangesh.mo...@tcs.com From: "Ludwig, Michael" To: "Ant Users List" Date: 11/15/2010 02:35 PM Subject: RE: Executing javascript ant task with jdk 1.6 > I am executing a ant javascript task and while executing it I am

RE: Executing javascript ant task with jdk 1.6

2010-11-15 Thread Ludwig, Michael
> I am executing a ant javascript task and while executing it I am > getting error java.lang.NoSuchMethodError: > org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/javascript/debug/DebuggableEngine > ; > It was working fine with JDK 1.5 but it is giving error with JDK1.6 Sun JDK 1.

Executing javascript ant task with jdk 1.6

2010-11-15 Thread Mangesh Moghe
Hi, I am executing a ant javascript task and while executing it I am getting error java.lang.NoSuchMethodError: org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/javascript/debug/DebuggableEngine ; It was working fine with JDK 1.5 but it is giving error with JDK1.6 Below are det