Re: java.lang.InstantiationException:org.apache.tools.ant.Main

2006-10-11 Thread Swami
even i solved this problem after seeing what Arthi had done. Thanks a ton. Arti Singh wrote: > > Hi thanks, > I figured that out the hard way on ffriday.I had placed > weblogic.jar in my classpath , and hence my ant did no work.Problem solved > .I just placed the jar file in ant li

Re: java.lang.InstantiationException:org.apache.tools.ant.Main

2006-07-08 Thread bharghav9
I was struggling with this problem since yesterday. Today I was able to solve this problem after seeing the thread of Arthi. Thanks for the help. -- View this message in context: http://www.nabble.com/java.lang.InstantiationException%3Aorg.apache.tools.ant.Main-tf164237.html#a5232343 Sent from t

Re: java.lang.InstantiationException:org.apache.tools.ant.Main

2005-07-25 Thread Arti Singh
Hi thanks, I figured that out the hard way on ffriday.I had placed weblogic.jar in my classpath , and hence my ant did no work.Problem solved .I just placed the jar file in ant lib. Thanks Arti __ Do You Yahoo!? Tired of spam? Yahoo!

Re: java.lang.InstantiationException:org.apache.tools.ant.Main

2005-07-25 Thread Mahen Perera
Hi, This is a ClassPath issue. Check the classpath and see On 7/22/05, Arti Singh <[EMAIL PROTECTED]> wrote: > > Hi, > Does anyone have any suggestions here?Im stumped my Ant stopped working.Icant > even run a build script > C:\apache-ant-1.6.5\bin>ant > java.lang.InstantiationException: or

AW: java.lang.InstantiationException:org.apache.tools.ant.Main

2005-07-25 Thread Jan.Materne
What is your CLASSPATH? Jan >-Ursprüngliche Nachricht- >Von: Arti Singh [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 21. Juli 2005 21:52 >An: user@ant.apache.org >Betreff: java.lang.InstantiationException:org.apache.tools.ant.Main > >Hi, > Does anyone have

java.lang.InstantiationException:org.apache.tools.ant.Main

2005-07-21 Thread Arti Singh
Hi, Does anyone have any suggestions here?Im stumped my Ant stopped working.I cant even run a build script C:\apache-ant-1.6.5\bin>ant java.lang.InstantiationException: org.apache.tools.ant.Main at java.lang.Class.newInstance0(Class.java:293) at java.lang.Class.newInstance(Class