On 15.04.2010 17:37, Konstantin Kolinko wrote:
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.

The files were lying around in my workspace and I simply forgot to commit then. Added as r934517. OACC trunk build should be fine now.

Sorry for the inconvenience and thanks to Konstantin for already having looked at it.

Regards,

Rainer

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

Reply via email to