Re: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Mark Thomas
On 15/10/2017 03:07, Kapil Kumar wrote: > Hello everyone, > > I followed the instructions in BUILDING.txt and configured JDK and Ant. > > But I am stuck at (3) Building Tomcat @VERSION_MAJOR_MINOR@ > > Not sure about what needs to be done and where the below file needs to > be created. > > 1.

Bug report for Tomcat Modules [2017/10/15]

2017-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2017/10/15]

2017-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2017/10/15]

2017-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2017/10/15]

2017-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2017/10/15]

2017-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2017/10/15]

2017-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2017/10/15]

2017-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Mark Thomas
On 15/10/17 15:04, Kapil Kumar wrote: > Hello all, > >   > > I downloaded tomcat-trunk, initiated ant. > > Didn’t created a new build.properties as it was already containing one > build.properties.default. > > Got the below message. > > Followed all the steps till 8.2 in BUILDING.txt. > >

svn commit: r1812221 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2017-10-15 Thread markt
Author: markt Date: Sun Oct 15 16:36:19 2017 New Revision: 1812221 URL: http://svn.apache.org/viewvc?rev=1812221=rev Log: Fix modifier order Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java

RE: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Caldarale, Charles R
> From: Kapil Kumar [mailto:kap.kuma...@gmail.com] > Subject: RE: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@ > I executed "ant test" and since past 1 hour it has been executing. > I have been getting the below prompts in terminal. You need to stop trying to attach images

RE: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Kapil Kumar
Thanks, got you. Plain text emails only. Does that mean I could skip this part! -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 16 अक्तूबर 2017 00:18 To: Tomcat Developers List Subject: Re: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@ On

RE: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Kapil Kumar
Hello all, I executed “ant test” and since past 1 hour it has been executing. I have been getting the below prompts in terminal. Does this takes this long? Regards Kapil Kumar -Original Message- From: Kapil Kumar [mailto:kap.kuma...@gmail.com] Sent: 15 अक्तूबर 2017 23:10

Re: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Mark Thomas
On 15/10/17 19:28, Kapil Kumar wrote: > Hello all, > > I executed “ant test” and since past 1 hour it has been executing. > > I have been getting the below prompts in terminal. It is best to use plain text emails on this list. It tends to strip attachments. > Does this takes this long? It

[GUMP@vmgump-vm3]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2017-10-15 Thread Bill Barker
/commons-beanutils-20171015.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g ump/public/workspace/apache-commons

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2017-10-15 Thread Bill Barker
/beanutils/dist/commons-beanutils-20171015.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g ump/public/workspace

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2017-10-15 Thread Bill Barker
/beanutils/dist/commons-beanutils-20171015.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g ump/public/workspace

Re: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Igal @ Lucee.org
On 10/15/2017 12:06 PM, Kapil Kumar wrote: Thanks, got you. Plain text emails only. Does that mean I could skip this part! If you didn't make any changes that can break Tomcat then you can skip that part, yes. If you made changes that might have broken something, then this part will test

RE: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Kapil Kumar
Hello all, I downloaded tomcat-trunk, initiated ant. Didn’t created a new build.properties as it was already containing one build.properties.default. Got the below message. Followed all the steps till 8.2 in BUILDING.txt. But when I run “ant test” and “ant -Dexecute.validate=true validate”

RE: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-15 Thread Kapil Kumar
Trying it now. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 15 अक्तूबर 2017 22:06 To: Tomcat Developers List Subject: Re: Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@ On 15/10/17 15:04, Kapil Kumar wrote: > Hello all, > > > > I downloaded

buildbot failure in on tomcat-7-trunk

2017-10-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/918 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: forced: by IRC user on

buildbot success in on tomcat-7-trunk

2017-10-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/919 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: forced: by IRC user

[GUMP@vmgump-vm3]: Project taglibs-parent (in module tomcat-taglibs) failed

2017-10-15 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project taglibs-parent has an issue affecting its community integration. This

[Bug 61621] New: Content-Type is forced to lowercase when it goes through mod_jk

2017-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61621 Bug ID: 61621 Summary: Content-Type is forced to lowercase when it goes through mod_jk Product: Tomcat Connectors Version: unspecified Hardware: All OS: