Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 58800 invoked from network); 22 Sep 2004 15:05:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Sep 2004 15:05:30 -0000 Received: (qmail 80122 invoked by uid 500); 22 Sep 2004 15:05:28 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 80009 invoked by uid 500); 22 Sep 2004 15:05:27 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 79996 invoked by uid 99); 22 Sep 2004 15:05:27 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 22 Sep 2004 08:05:27 -0700 Received: (qmail 58701 invoked by uid 1876); 22 Sep 2004 15:05:26 -0000 Date: 22 Sep 2004 15:05:26 -0000 Message-ID: <20040922150526.58700.qmail@minotaur.apache.org> From: hawkeye@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/docs antbuild-guide.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hawkeye 2004/09/22 08:05:25 Modified: c/docs antbuild-guide.html Log: Explain entry/exit trace Revision Changes Path 1.3 +7 -0 ws-axis/c/docs/antbuild-guide.html Index: antbuild-guide.html =================================================================== RCS file: /home/cvs/ws-axis/c/docs/antbuild-guide.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- antbuild-guide.html 13 Sep 2004 14:17:44 -0000 1.2 +++ antbuild-guide.html 22 Sep 2004 15:05:25 -0000 1.3 @@ -133,6 +133,13 @@

To remove artefacts from a previous build use the following command:

ant clean
+

Enabling trace

+

By default, tracing is not enabled. To enable trace set trace=true in your platform properties +file or in your build.xml. When enabled, the ant build adds in trace entry and exit statements into +many of the methods in Axis C++. Then at runtime, in axiscpp.conf, set ClientLogPath to a file in a +directory somewhere and Axis C++ will write out trace to that file. Omitting ClientLogPath from +axiscpp.conf switches trace off. +

Adding an extra platform

The AXIS community would greatly appreciate your input, if you're working on a platform not currently supported by the ANT scripts.