You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2022/04/07 11:59:32 UTC

[tomcat] branch 8.5.x updated: PR#494: Fix native library location

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 7f3e6447bf PR#494: Fix native library location
7f3e6447bf is described below

commit 7f3e6447bf9bdffcbacf6847749d32cb37fa43a0
Author: remm <re...@apache.org>
AuthorDate: Thu Apr 7 13:55:35 2022 +0200

    PR#494: Fix native library location
    
    Submitted by Dimitrios Soumis.
---
 BUILDING.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 4fe3618ff1..7973ec83f0 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -352,10 +352,10 @@ where the library binaries are located.
 
 By default the "test.apr.loc" property specifies the following location:
 
-    output/build/bin/native/
+    output/build/bin/
 
 If you are on Windows and want to test the APR connector you can put the
-tcnative-1.dll file into ${tomcat.source}/bin/native/ and it will be copied
+tcnative-1.dll file into ${tomcat.source}/bin/ and it will be copied
 into the above directory when the build runs.
 
 The unit tests include tests of the clustering functionality which require


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org