-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Jesse,

On 10/1/14 5:13 PM, Jesse Barnum wrote:
> On Oct 1, 2014, at 8:55 AM, Mark Thomas <ma...@apache.org> wrote:
> 
>> It is likely to be at least a month before those versions are 
>> released. How do you feel about building from source? The other 
>> option is that I can make some snapshot versions available for
>> you to test.
>> 
>> Mark
> 
> Sorry for the double-posting.

No problem.

> I tried building from the repository trunk, but I got errors on
> the DBCP library. I'm not proficient enough with ant to
> troubleshoot it. If you could either give me advice on the dbcp
> errors or send a snapshot build that would be great.

Tomcat 7 should be relatively foolproof.

Here's a bit of the script I use to build release candidates for both
Tomcat 7 and 8:

BASE_SOURCE_DIR ends up being the root of the tarball, or the root of
the svn checkout. BASE_DIR can be wherever you want, but my script has
it being the parent of the directory that contains BASE_SOURCE_DIR.
BASE_DIR is where everything goes: Tomcat source, the downloaded
prerequisites, etc. You might be tripping-up on the (not) downloaded
prerequisites.

# Prepare for build...
export ANT_OPTS="-Xmx512M"
export JAVA_OPTS="-Xmx512M"
BASE_DIR="`pwd`/tarball"
BASE_SOURCE_DIR="${BASE_DIR}/${BASE_FILE_NAME}-src"
/bin/echo -e
"base.path=${BASE_DIR}/downloads\nexecute.validate=true\nexecute.validate=true"
> "${BASE_SOURCE_DIR}/build.properties"
ant -f "${BASE_SOURCE_DIR}/build.xml" download-compile
download-test-compile

ant -f "${BASE_SOURCE_DIR}/build.xml" deploy

See if any of that helps. If not, please post as much of the ant
output as you are willing to post and I'll try to help.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJULHMXAAoJEBzwKT+lPKRYXSAP/iO2JGxpWys3+e51zhWbVPEB
CVIXrfcjzPFQh78zcAAl9ci7UqvkZyuB37sd1yC31RRdfiGxo7++ihgo8gs7bpSy
GitFyiU+zQHwNFJVIXP9kJ9gcqljrsUIsI5PFTh5EoMroZsvhosmdesuETROk77N
e1G1sNv5tMatNXkXY/N2G+65p2dq0iaTPWrg/J6GxBzQrMsBNeiFwIXfAaJY1BGh
mIwz3Hnxu+I3oqbnwXb2zstpecSD7R3r11bCBnZBoSxcvYNs99L4QKRzp+GixzHf
8Zu6tzPYHALbEmoMqPC3/oskd+qPY8jJBlJCjAV55lQs1bLWs4125EALwiiXUJyX
695AfPD9awpeou1htzyi60Os5qeamZgxfGNM6o3tXKGaH64CLKf0B5UinLemHUer
BORnfXNkLaNcDKUF0EjhjKh+ASsUwS4lMBvBkwauLvXqVkGlXTQ208eE0nDBJ2Nq
QnkHStIOaiEGcPctxrDEwKiUd0QQnYc3vxcmfBZT1xPwPp0XJ97cMowjuWVvryW0
U3CfXeNF2wUozJPwDWXjPzoDqFo7OXfYAcIXrgRHqPHJGnKPgJZNgV9UbjIANl7G
m88/j/25w3XPJHWFve1OI5GVLI04KX0XhB6WpZrCFK5UmtJyyu3MfZfljBPJlysS
COs2+SHUWXWBe5lEP2yT
=Zu4X
-----END PGP SIGNATURE-----

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

Reply via email to