2010/4/12 Florian Kirchhoff <florian.kirchh...@qwest.com>:
>
> Hi,
>
> first please forgive me for the apparent x-post (my previous post was
> hi-jacked and thus is ignored by most relevant contributors, see
> http://old.nabble.com/Can-catalina-cluster-from-Tomcat-5.5-be-used-in-Tomcat-6--tp25244120p28173804.html).
>
> I got the latest tomcat-oacc code from
>
> svn checkout
> http://svn.apache.org/repos/asf/tomcat/sandbox/tomcat-oacc/trunk/
>
> I am using:
>
> JDK 1.6.0_16
> Ant 1.6.0
> tomcat-6.0.24
>
> Unfortunately I am running into some issues while trying to build (see end
> of mail for errors) due to some missing classes. For example these 2
> classes:
>
> org.apache.catalina.cluster.session.ClusterManagerBase
> org.apache.catalina.cluster.ClusterMessageBase
>
(...)

> ---------------------
> ERRORS:
>
>    [javac]
> C:\tomcat\tomcat-oacc\latest\trunk\src\share\org\apache\catalina\cluster
> \authenticator\SingleSignOnMessage.java:23: cannot find symbol
>    [javac] symbol  : class ClusterMessageBase
>    [javac] location: package org.apache.catalina.cluster
>    [javac] import org.apache.catalina.cluster.ClusterMessageBase;
>    [javac]                                   ^
>    [javac]

Looking at the commit history, the latest commit in the oacc cluster package is
http://svn.apache.org/viewvc?view=revision&revision=812933

I think that Rainer forgot to commit some added classes.

The commit message says among other things
"- Add manager base class ClusterManagerBase"
but none classes were added in that revision.


If it will not be fixed shortly, please raise a bug.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to