summaryrefslogtreecommitdiffstats
path: root/ides/vc6/axis2c/README.txt
diff options
context:
space:
mode:
authorGravatar gmcdonald2010-02-13 01:32:03 +0000
committerGravatar gmcdonald2010-02-13 01:32:03 +0000
commit0425aadc78680e53000fd0108b540d6eca048516 (patch)
tree8ec7ab8e015d454c5ec586dfc91e05a2dce1cfc0 /ides/vc6/axis2c/README.txt
downloadaxis2c-0425aadc78680e53000fd0108b540d6eca048516.tar.gz
axis2c-0425aadc78680e53000fd0108b540d6eca048516.tar.bz2
Moving axis svn, part of TLP move INFRA-2441
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ides/vc6/axis2c/README.txt')
-rw-r--r--ides/vc6/axis2c/README.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/ides/vc6/axis2c/README.txt b/ides/vc6/axis2c/README.txt
new file mode 100644
index 0000000..923d527
--- /dev/null
+++ b/ides/vc6/axis2c/README.txt
@@ -0,0 +1,37 @@
+DESCRIPTION:
+a workspace and associated projects required to build the axis2_client.dll and immediate default dependencies.
+
+does not include project files for:
+samples
+guththila
+clients
+services
+tcpmon
+
+requires:
+1)libxml2-2.6.27.win32.zip
+2)iconv-1.9.2.win32.zip
+3)zlib-1.2.3.win32.zip
+
+4)a directory called 'axis2c_deps' into which are extracted these three zips. The projects reference these directories using a relative path so this axis2c_deps directory must be placed in the AXIS2C_HOME root. (sibling of ides directory)
+
+5)MS Platform SDK
+6)axutil project has references to the platform SDK include and lib directories. due to NOTE below need to be verified for each installation.
+
+**NOTE old-style condensed paths are REQUIRED which on the workstation used to create the projects are
+"c:/progra~1/micros~4/include" and "c:/progra~1/micros~4/lib". note that the ~4 is likely to be different depending on target workstation configuration. (use dir /x to see the workstation-specific condensed name)
+
+
+
+INSTALL:
+extract to AXIS2C_HOME directory. the workspace will be extracted to /ides/vc/axis2c and the project files will be placed in the appropriate subdirectories.
+create axis2c_deps in AXIS2C_HOME and extract dependency zips into it.
+ensure path to MS platform SDK is correct in axutil project settings.
+
+
+OUTPUT:
+with axis2_engine selected as active project, "build all" creates target .dll and .lib files in the AXIS2C_HOME/lib directory.
+
+
+KNOWN BUGS:
+some warnings about platform-specific header files appear but compile, run and debug work correctly