After using svn to get tc5.5.x, using 'ant download', and running 'ant', I
get the following compile error. This is the same compile error I get when I
attempt to download the beta sources and compiling directly.
-Derek
[mkdir] Created dir: C:\dev\svn\tc5.5.x\build\build\server\classes
build-catalina-core:
[javac] Compiling 318 source files to
C:\dev\svn\tc5.5.x\build\build\classes
[javac]
C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\
ant\BaseRedirectorHelperTask.java:29: cannot find symbol
[javac] symbol : class RedirectorElement
[javac] location: package org.apache.tools.ant.types
[javac] import org.apache.tools.ant.types.RedirectorElement;
[javac] ^
[javac]
C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\
ant\BaseRedirectorHelperTask.java:60: cannot find symbol
[javac] symbol : class RedirectorElement
[javac] location: class org.apache.catalina.ant.BaseRedirectorHelperTask
[javac] protected RedirectorElement redirectorElement = null;
[javac] ^
[javac]
C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\
ant\BaseRedirectorHelperTask.java:216: cannot find symbol
[javac] symbol : class RedirectorElement
[javac] location: class org.apache.catalina.ant.BaseRedirectorHelperTask
[javac] public void addConfiguredRedirector(RedirectorElement
redirector
Element) {
[javac] ^
[javac]
C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\
ant\BaseRedirectorHelperTask.java:208: cannot find symbol
[javac] symbol : method setCreateEmptyFiles(boolean)
[javac] location: class org.apache.tools.ant.taskdefs.Redirector
[javac] redirector.setCreateEmptyFiles(createEmptyFiles);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 errors
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav
Shapira
Sent: Friday, June 16, 2006 3:06 PM
To: Tomcat Developers List
Subject: Re: using svn to checkout the code; compiling tomcat
Hi,
Slight scramble of your message:
>Obviously, I need to get check the jsp code to build as well. Checking on
> the web, I realize I also need the following modules:
>
>
> * /build/tc5.5.x
> * /container/tc5.5.x
> * /connectors/trunk
> * /jasper/tc5.5.x
> * /servletapi/servlet2.4-jsp2.0-tc5.x
These modules are checked out automatically (they're SVN externals)
when you check out current/tc5.5.x. If your SVN client doesn't follow
externals, well, get a decent SVN client ;)
The "ant download" command I mentioned to do before "ant" itself will
download the dependencies and build those required for the main build,
including the servlet and JSP APIs.
Yoav
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]