Hello,
Could someone confirm this error from a freshly updated Cornerstone:
[javac]
src/java/org/apache/avalon/cornerstone/blocks/threads/DefaultThreadManager.java:74:
cannot resolve symbol
[javac] symbol : constructor DefaultThreadPool
(java.lang.String,int,int,org.apache.excalibur.threadcontext.ThreadContext)
[javac] location: class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
[javac] new DefaultThreadPool( name, minThreads, maxThreads,
threadContext );
[javac] ^
I'd say it complains rightly, for there is no
constructor(String,int,int,ThreadContext) among the jars in lib/. The
closest I found is:
$ javap -extdirs lib org/apache/avalon/excalibur/thread/impl/DefaultThreadPool
public
org/apache/avalon/excalibur/thread/impl/DefaultThreadPool(java.lang.String,int,org.apache.excalibur.threadcontext.ThreadContext)
throws java.lang.Exception;
Time to update the lib/?
Thanks
Greg
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>