Re: WOCompile/ant class loader issue
Re: WOCompile/ant class loader issue
- Subject: Re: WOCompile/ant class loader issue
- From: Chuck Hill <email@hidden>
- Date: Thu, 04 Sep 2014 21:03:36 +0000
- Thread-topic: WOCompile/ant class loader issue
Hi Tim,
Trying running ant with –verbose –debug
That missing class is obviously part of Ant, so it should not be missing. Either it is finding something else on the class path (and running with –verbose –debug should let you see that), or some exception is getting caught and mis-reported.
It could also be a class loader issue, but as AntClassLoader is being used here, that seems unlikely. Is this a straight up ant command line build, or are you running this inside of Eclipse for something?
Chuck
On 2014-09-04, 1:51 PM, "Timothy Worman" wrote:
All:
I’m getting this error when I try to run app builds:
build.xml:203: taskdef A class needed by class org.objectstyle.woproject.ant.WOCompile cannot be found: org/apache/tools/ant/taskdefs/Javac
using the classloader AntClassLoader[]
All framework install ant tasks are working normally and other ant tasks work as well. I found this past message on the dev list where this issue was solved by removing WOCompile.jar from /Library/Java/Extensions. I don’t
have any jars in the extensions folder so I am not sure what is going on there.
Any ideas how I could solve this before I go ballistic and start blowing stuff up?
Tim
UCLA GSE&IS
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden