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.












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> 
https://svn.apache.org/repos/asf/tomcat/trunk tomcat-trunk



or with git using



git clone  <https://github.com/apache/tomcat> 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:  <mailto:dev-unsubscr...@tomcat.apache.org> 
dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:  
<mailto:dev-h...@tomcat.apache.org> dev-h...@tomcat.apache.org





---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

Reply via email to