Hi, The file referred to is a CVS snapshot produced nightly, with the date and time included in the name. These can found at: http://cvs.apache.org/snapshots/ws-axis/ (you can navigate to this link by followig Downloads : Interim Drops from the Axis website.)
Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) Roshan Weerasuriya <[EMAIL PROTECTED]> wrote on 27/01/2005 03:07:38: > hi Vince, > > >I downloaded a snapshot of the source tree > >ws-axis_20050126115020.tar.gz > What is this "ws-axis_20050126115020", is this in a site or you just > name it to make it clear or ? > > >but when I get to step 5 and open the Distribution.dsw workspace it > >doesn't code any projects. > Once I also came across a problem like this. I am using WinCVS (ver1.2) > CVS client s/w. There if you go to: > Admin->Preferences, and there in the Globals tab, if the option > "Checlout text files with the Unix LF(0xa)" option is checked, then when > you download the source through WinCVS, and if you try to open the > Distribution Workspace, it doesn't contain any projects. Any how when I > take a checkout without using this option (unchek the checkbox), then > this problem didn't apper. I am not sure what is the CVS client s/w you > are using. I am not sure but the problem might be some thing similar to > what I said, so just check the options of you CVS client s/w. > > >I am using visual studio 6 to build. > This is OK > > >BTW I downloaded the latest binary drop as of > >axis-c-1.4.0-Win32-bin.zip 18-Jan-2005 20:50 4.7M and this > >binary does not try to load xerces-c_2_2_0.dll anymore I can use > >xerces-c_2_6.dll, donât quite get that. > I don't get you too. You mean with it works with xerces 2.6 is it? > > Roshan > > > On Wed, 2005-01-26 at 21:45, Jairam, Roopnaraine wrote: > > Hi Roshan: > > > > > > > > I downloaded a snapshot of the source tree > > ws-axis_20050126115020.tar.gz and followed the instructions you laid > > out below but when I get to step 5 and open the Distribution.dsw > > workspace it doesn't code any projects. So I tried to add project > > ws-axis\c\vc\xml\xerces\AxisXMLParserXerces.dsp and it gives me the > > following message: > > > > > > > > âThis makefile was not generated by Developer Studio. Continuing will > > create a new Developer Studio project to wrap this makefile. You will > > be prompted to save after the new project has been created. Do you > > want to continue? > > > > > > > > I answered yes and save the new project as AxisXMLParserXerces1.dsp > > but this project tries to build AxisXMLParserXerces1.exe instead of > > AxisXMLParser.dll. I am missing a step here. > > > > > > > > I am using visual studio 6 to build. > > > > > > > > BTW I downloaded the latest binary drop as of > > axis-c-1.4.0-Win32-bin.zip 18-Jan-2005 20:50 4.7M and this > > binary does not try to load xerces-c_2_2_0.dll anymore I can use > > xerces-c_2_6.dll, donât quite get that. > > > > > > > > Vince. > > > > > > > > -----Original Message----- > > From: Roshan Weerasuriya [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 25, 2005 9:49 PM > > To: Apache AXIS C Developers List > > Subject: RE: Using xerces-c_2_6.dll instead of xerces-c_2_2_0.dll > > > > > > > > hi Vince, > > > > > > > > >Are you saying that axis is built with the latest version of xerces > > > > >which is 2.6 the version > > > > No. > > > > > > > > What John say is that you might be able to use the latest versoin of > > > > Xerces, but to do so you will have to build the Parser Module with the > > > > perticular Xerces version which you need. The following instructions > > > > might help you. > > > > > > > > > > > > I think this is just the following. > > > > > > > > If you use windows: > > > > 1) get the Axis C++ source from the cvs (I will name this as > > > > AXIS_CVS_FOLDER) > > > > 2) download the relavent xerces version > > > > 3) copy the xerces include files to the > > AXIS_CVS_FOLDER\include\xercesc > > > > folder > > > > 4) copy the xerces lib(s) to the AXIS_CVS_FOLDER\lib\xercesc folder > > > > 5) Open the AXIS_CVS_FOLDER\vc\Distribution.dsw and build the > > > > AxisXMLParserXerces > > > > 6) This will create the dll "AxisXMLParser.dll" in the > > > > AXIS_CVS_FOLDER\bin > > > > > > > > In linux: > > > > When you configure just specify --with-xercesc=/usr/local/xerces-c. > > Here > > > > in my mechine xerces is installed at /usr/local/xerces-c, so you know > > > > what to give in your mechine.. > > > > And then make and make install. > > > > > > > > > > > > Just try this. > > > > > > > > Roshan > > > > > > > > > > > > > > > > > > > > On Tue, 2005-01-25 at 22:16, Jairam, Roopnaraine wrote: > > > > > John: > > > > > > > > > > > > > > > > > > > > Are you saying that axis is built with the latest version of xerces > > > > > which is 2.6 the version I want to use? I downloaded the latest > > binary > > > > > drop and it gives a load library error for xerces-c_2_2_0.dll. > > > > > > > > > > > > > > > > > > > > Vince. > > > > > > > > > > > > > > > > > ______________________________________________________________________ > > > > > > > > > > From: John Hawkins [mailto:[EMAIL PROTECTED] > > > > > Sent: Sunday, January 23, 2005 4:22 PM > > > > > To: Apache AXIS C Developers List > > > > > Subject: Re: Using xerces-c_2_6.dll instead of xerces-c_2_2_0.dll > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Vince, > > > > > > > > > > re xerces version: I see no reason why you can't at least try to use > > > > > the later version of xerces. Not sure what you mean when you say it > > > > > "asks". Perhaps you mean that you get a library load error when > > > > > loading the parser library. If so then that it because the libs on > > the > > > > > web pages are built using the particular version of xerces. If you > > > > > wanted to change that *I think* you would need to recompile the > > > > > XMLParser library using your version of xerces because this > > dependency > > > > > is put in at XMLParser compile time. As a hack you could rename your > > > > > xerces libs to whatever the code is looking for. > > > > > > > > > > Perhaps someone out there knows how to not have this kind of > > > > > dependency? Perhaps we should make sure that we actually compile > > > > > against xerces.0.0.0.so and then the user can set up soft links to > > the > > > > > version they want ? > > > > > > > > > > fyi: If you don't specify the AXISCPP_DEPLOY then you get the stdio > > > > > warning that you saw however, it then looks down your library path > > > > > (whatever that is on your platform) for the libraries having taken > > the > > > > > default names Roshan mentioned below. > > > > > We put this warning out because so many people were missing out the > > > > > AXISCPP_DEPLOY env variable that we had to do something to make > > people > > > > > aware that they might have an issue.. > > > > > > > > > > > > > > > > > > > > John Hawkins > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Roshan Weerasuriya > > > > > <[EMAIL PROTECTED]> > > > > > > > > > > 23/01/2005 07:06 > > > > > > > > > > Please respond to > > > > > "Apache AXIS C Developers List" > > > > > > > > > > > > > > > To > > > > > > > > > > Apache AXIS C > > > > > Developers List > > > > > <[email protected]> > > > > > > > > > > cc > > > > > > > > > > > > > > > > > > > > Subject > > > > > > > > > > Re: Using > > > > > xerces-c_2_6.dll > > > > > instead of > > > > > xerces-c_2_2_0.dll > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > hi Vince, > > > > > > > > > > >Also where do u put the axiscpp.conf file for using the webservice > > > > > >client. > > > > > > > > > > You need the following if you use only the Axis C++ client. > > > > > > > > > > The "axiscpp.conf" has to be in the path where your AXISCPP_DEPLOY > > > > > enviroment points. And the "axiscpp.conf" needs to have the > > following > > > > > entries and make sure you have the dll's (or so's in linux) which > > > > > those > > > > > entries point in correct places: (I am not sure which o/s you are > > > > > working on but, For ex: in my linux mechine I have:) > > > > > > > > > > ClientLogPath:/usr/local/axiscpp_deploy/log/AxisClientLog > > > > > XMLParser:/usr/local/axiscpp_deploy/lib/libaxis_xmlparser.so > > > > > Transport_http:/usr/local/axiscpp_deploy/lib/libaxis2_transport.so > > > > > > > > > > or In windows: > > > > > > > > > > ClientLogPath:d:\myfolder\AxisClientLog > > > > > XMLParser:d:\myfolder\AxisXMLParser.dll > > > > > Transport_http:d:\myfolder\AxisTransport2.dll > > > > > > > > > > You will need the following dll's (or so's if you are in linux) in > > > > > your > > > > > mechine. > > > > > - AxisXMLParser.dll > > > > > - AxisTransport2.dll > > > > > > > > > > Hope this might help you.. > > > > > > > > > > The available guide doesn't seperately specify how to use only the > > > > > Axis > > > > > C++ client. We have to add it.... > > > > > > > > > > Roshan > > > > > > > > > > > > > > > On Sun, 2005-01-23 at 07:44, Jairam, Roopnaraine wrote: > > > > > > I was wondering can I use xerces-c_2_6 with the lastest apache > > axis > > > > > c. > > > > > > It is always asking me for xerces-c_2_2_0.dll I would like to use > > > > > 2.6. > > > > > > Also where do u put the axiscpp.conf file for using the webservice > > > > > > client. I built my client code to call the webservice and stuck > > the > > > > > > axiscpp.conf in the same directory as the binary but it always > > gives > > > > > > me the following Warning - The configuration file was not found > > > > > > (/axiscpp.conf). > > > > > > > > > > > > Appreciate any help. > > > > > > > > > > > > Vince. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
