It's actually %TUSCANY_SCACPP%\lib;%TUSCANY_SDOCPP%\lib that you need on the path, not the "bin"s. Another mistake in the instrcutions!
Cheers, On 10/07/06, Luciano Resende <[EMAIL PROTECTED]> wrote:
I have the following bat file to setup the environment : REM set SVN_HOME to the full path of where Subversion was installed set SVN_HOME=D:\Opensource\svn-win32-1.3.1 SET AXIS2C_HOME=D:\Opensource\axis2c-bin-0.92-win32 SET PATH=%PATH%;%AXIS2C_HOME%\bin;%AXIS2C_HOME%\lib SET LIBXML2_INCLUDE=D:\Opensource\libxml2-2.6.20.win32\include SET LIBXML2_LIB=D:\Opensource\libxml2-2.6.20.win32\lib SET TUSCANY_SCACPP_SYSTEM_ROOT=D:\DEV\Projects\Tuscany\Releases\tuscany_sca_cpp- 0.1.incubating-M1-bin SET TUSCANY_SCACPP=D:\DEV\Projects\Tuscany\Releases\tuscany_sca_cpp- 0.1.incubating-M1-bin SET TUSCANY_SDOCPP=D:\DEV\Projects\Tuscany\Releases\tuscany_sdo_cpp- 0.1.incubating-M1-bin SET PATH=%PATH%;%SVN_HOME%\bin;%TUSCANY_SCACPP%\bin;%TUSCANY_SDOCPP%\bin echo. echo checking SVN svn --version echo. Hope this helps you get further... - Luciano On 7/9/06, ant elder <[EMAIL PROTECTED]> wrote: > > I'm still not getting passed this error. I've tried the versions you have > below (which version to use isn't very clear in the INSTALL doc), but > still > get the xmlTextReaderConstEncoding could not be located error. Could you > list out exactly what environment variables I should have set and what > should be in my PATH? > > ...ant > > On 7/8/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > Axis2\lib should definitely be on the path. Do you have libxml2 on your > > path? On wiindows you also need iconv and zlib on the path. Here'w what > > the > > Axis2C doc says: > > > > You also need the following dlls > > > > - libxml2.dll [http://www.xmlsoft.org - download the version >= > > libxml2-2.6.20.win32] > > - iconv.dll [http://www.xmlsoft.org - download the version >= > > iconv-1.9.1.win32] > > - zlib1.dll [http://www.xmlsoft.org - download the version >= > > zlib-1.2.3.win32] > > > > axis2c and sdo prereq these. I need to add these to the SCA doc that > > pre-reqs axis2c and SDO! > > > > Cheers, > > > > > > > > On 08/07/06, ant elder <[EMAIL PROTECTED]> wrote: > > > > > > I've tried following the instructions in the Calculator sample INSTALL > > doc > > > and get an error in a popup window saying: > > > > > > This application has failed to start because axis2_engine.dll was not > > > found > > > > > > The output at the command prompt is: > > > > > > C:\SCA\Dist\Cpp\tuscany_sca_cpp- > > > 0.1.incubating-M1-bin\samples\Calculator\deploy\bin>runclient.cmdadd > 5 > > 6 > > > using Axis2C: C:\SCA\Dist\Cpp\axis2c-bin-0.92-win32" > > > using TUSCANY_SDOCPP: C:\SCA\Dist\Cpp\tuscany_sdo_cpp- > > > 0.1.incubating-M1-bin > > > using TUSCANY_SCACPP: C:\SCA\Dist\Cpp\tuscany_sca_cpp- > > > 0.1.incubating-M1-bin > > > > > > > > > I tried adding the Axis2 lib dir to the PATH and then get a different > > > popup > > > window error saying: > > > > > > The procedure entry point xmlTextReaderConstEncoding could not be > > located > > > in > > > the dynamic link library libxml2.dll > > > > > > What am I doing wrong? > > > > > > Thanks, > > > > > > ...ant > > > > > > > > > > > > -- > > Pete > > > > > > -- Regards Luciano Resende
-- Pete
