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 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 depends on the machine. It can take several hours - particularly if you run it single threaded. The CI system runs with 16 threads and takes 8 to 9 minutes to run the tests for NIO and NIO2 (it doesn't run them for APR/native). Personally, I tend to take the following approach to running the tests. If I make a change, I'll usually (but not always) run the tests in the same package for at least the NIO connector in my IDE before committing. I let the CI system handle running the full test suite after each commit. Before I tag a release, I run the complete test suite for all connectors on Linux, Windows and OSX. Mark > > > > Regards > > Kapil Kumar > > > > -----Original Message----- > From: Kapil Kumar [mailto:kap.kuma...@gmail.com] > Sent: 15 अक्तूबर 2017 23:10 > To: 'Tomcat Developers List' > Subject: RE: Stuck at BUILDING.txt - (3) Building Tomcat > @VERSION_MAJOR_MINOR@ > > > > 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 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” >> I > >> get build failed. > > > > Thanks. Some recent changes weren't quite right. They've now been fixed. > > > > If you update the source and try again validate should now pass. > > > > Mark > > > > > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> Regards > >> > >> Kapil Kumar > >> > >> > >> > >> -----Original Message----- > >> From: Mark Thomas [mailto:ma...@apache.org] > >> Sent: 15अक्तूबर 2017 12:57 > >> To: Tomcat Developers List > >> Subject: Re: Stuck at BUILDING.txt - (3) Building Tomcat > >> @VERSION_MAJOR_MINOR@ > >> > >> > >> > >> 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. The build is controlled by creating a > >> > >>> ${tomcat.source}/build.properties > >> > >>> > >> > >>> file. > >> > >> > >> > >> ${tomcat.source} is the location of the tomcat source code that you > >> checked out either with svn using: > >> > >> > >> > >> svn checkout https://svn.apache.org/repos/asf/tomcat/trunk > >> tomcat-trunk > >> > >> > >> > >> or with git using > >> > >> > >> > >> git clone https://github.com/apache/tomcat tomcat-trunk > >> > >> > >> > >> or similar. > >> > >> > >> > >> So ${tomcat.source} might be one of the following: > >> > >> > >> > >> C:\repos\tomcat-trunk > >> > >> D:\projects\tomcat-trunk > >> > >> ~/repos/tomcat/trunk > >> > >> /x1/apache/tomcat-trunk > >> > >> > >> > >> etc. > >> > >> > >> > >> The file build.properties needs to be created in the root of the > >> tomcat source tree. So in the examples above, it should be created in > >> the tomcat-trunk directory. > >> > >> > >> > >> i.e.: > >> > >> C:\repos\tomcat-trunk\build.properties > >> > >> D:\projects\tomcat-trunk\build.properties > >> > >> ~/repos/tomcat/trunk/build.properties > >> > >> /x1/apache/tomcat-trunk/build.properties > >> > >> > >> > >> > >> > >> Mark > >> > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> > >> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > <mailto:dev-unsubscr...@tomcat.apache.org> > >> <mailto:dev-unsubscr...@tomcat.apache.org> For additional commands, > >> e-mail: dev-h...@tomcat.apache.org >> <mailto:dev-h...@tomcat.apache.org> > <mailto:dev-h...@tomcat.apache.org> > >> > >> > >> > >> > >> > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_ > campaign=sig-email&utm_content=emailclient> > >> Virus-free. www.avast.com <http://www.avast.com> > >> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm >> _ > >> campaign=sig-email&utm_content=emailclient> > >> > >> > >> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > <mailto:dev-unsubscr...@tomcat.apache.org> For additional commands, > e-mail: dev-h...@tomcat.apache.org <mailto:dev-h...@tomcat.apache.org> > > > > > > > > --- > > This email has been checked for viruses by Avast antivirus software. > > https://www.avast.com/antivirus > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org