You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Christopher S. Johnson" <jo...@clarkson.edu> on 2005/10/25 19:36:16 UTC

building axis c

All -

I'm trying to setup and env on windows so I can build axis, so I can write
a custom transport.

While trying to build axis I get the following error..

I'm sure it can resolve that path.. b/c it dont exist :)

Any help again would be great..

Thanks.

compileClient:

compileAxisClient:

BUILD FAILED
C:\Program Files\axis-c-src-1-5-win32\build.xml:231: The following error
occurre
d while executing this line:
C:\Program Files\axis-c-src-1-5-win32\build.xml:219: The following error
occurre
d while executing this line:
C:\Program Files\axis-c-src-1-5-win32\build.xml:90: The following error
occurred
 while executing this line:
C:\Program Files\axis-c-src-1-5-win32\build\buildClient.xml:8: Cannot
resolve pa
th C:\Program Files\axis-c-src-1-5-win32\..\..\..\obj\objects

Total time: 1 second

--
Chris Johnson
johnsocs@clarkson.edu

Re: building axis c

Posted by "Christopher S. Johnson" <jo...@clarkson.edu>.
Samisa -

I wanted to have my transport interface with the wininet api , effectively
giving me "free" access to the windows keystore and handling all low level
processing, such as reading and writing from sockets.

Using the wininet api I can easily create mutual ssl connections to my
services again leveraging the windows keystore.

On the other hand I could work with winsock and the ms crypto api to
achieve the same thing rather then using openssl.

Any ideas or suggestions would be much appreciated.

Thanks
..Chris


On Thu, 27 Oct 2005, Samisa Abeysinghe wrote:

>
> Hi Chris,
> 	Just a question out of curiosity, why would you want to implement a custom transport? In other words, what features are missing in the current transport that you are trying to implement with custom transport?
> Thanks,
> Samisa...
>
>
> Christopher S. Johnson wrote:
>
> >properties on building can be set in build.common.properties found in
> >\build
> >
> >Thanks :)
> >
> >On Tue, 25 Oct 2005, Christopher S. Johnson wrote:
> >
> >
> >
> >>I checked out the version from svn and now the only problem I have is the
> >>ifdef IPV6 (no such file or dir tpipv6.h) in HTTPChannel how do I unset
> >>the preprocessor IPV6 in the
> >>build files that axis uses?
> >>
> >>Thanks
> >>
> >>On Tue, 25 Oct 2005, Christopher S. Johnson wrote:
> >>
> >>
> >>
> >>>All -
> >>>
> >>>I'm trying to setup and env on windows so I can build axis, so I can write
> >>>a custom transport.
> >>>
> >>>While trying to build axis I get the following error..
> >>>
> >>>I'm sure it can resolve that path.. b/c it dont exist :)
> >>>
> >>>Any help again would be great..
> >>>
> >>>Thanks.
> >>>
> >>>compileClient:
> >>>
> >>>compileAxisClient:
> >>>
> >>>BUILD FAILED
> >>>C:\Program Files\axis-c-src-1-5-win32\build.xml:231: The following error
> >>>occurre
> >>>d while executing this line:
> >>>C:\Program Files\axis-c-src-1-5-win32\build.xml:219: The following error
> >>>occurre
> >>>d while executing this line:
> >>>C:\Program Files\axis-c-src-1-5-win32\build.xml:90: The following error
> >>>occurred
> >>> while executing this line:
> >>>C:\Program Files\axis-c-src-1-5-win32\build\buildClient.xml:8: Cannot
> >>>resolve pa
> >>>th C:\Program Files\axis-c-src-1-5-win32\..\..\..\obj\objects
> >>>
> >>>Total time: 1 second
> >>>
> >>>--
> >>>Chris Johnson
> >>>johnsocs@clarkson.edu
> >>>
> >>>
> >>>
> >
> >--
> >Chris Johnson
> >johnsocs@clarkson.edu
> >
> >
> >
>
>

Re: building axis c

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Hi Chris,
	Just a question out of curiosity, why would you want to implement a custom transport? In other words, what features are missing in the current transport that you are trying to implement with custom transport?
Thanks,
Samisa...


Christopher S. Johnson wrote:

>properties on building can be set in build.common.properties found in
>\build
>
>Thanks :)
>
>On Tue, 25 Oct 2005, Christopher S. Johnson wrote:
>
>  
>
>>I checked out the version from svn and now the only problem I have is the
>>ifdef IPV6 (no such file or dir tpipv6.h) in HTTPChannel how do I unset
>>the preprocessor IPV6 in the
>>build files that axis uses?
>>
>>Thanks
>>
>>On Tue, 25 Oct 2005, Christopher S. Johnson wrote:
>>
>>    
>>
>>>All -
>>>
>>>I'm trying to setup and env on windows so I can build axis, so I can write
>>>a custom transport.
>>>
>>>While trying to build axis I get the following error..
>>>
>>>I'm sure it can resolve that path.. b/c it dont exist :)
>>>
>>>Any help again would be great..
>>>
>>>Thanks.
>>>
>>>compileClient:
>>>
>>>compileAxisClient:
>>>
>>>BUILD FAILED
>>>C:\Program Files\axis-c-src-1-5-win32\build.xml:231: The following error
>>>occurre
>>>d while executing this line:
>>>C:\Program Files\axis-c-src-1-5-win32\build.xml:219: The following error
>>>occurre
>>>d while executing this line:
>>>C:\Program Files\axis-c-src-1-5-win32\build.xml:90: The following error
>>>occurred
>>> while executing this line:
>>>C:\Program Files\axis-c-src-1-5-win32\build\buildClient.xml:8: Cannot
>>>resolve pa
>>>th C:\Program Files\axis-c-src-1-5-win32\..\..\..\obj\objects
>>>
>>>Total time: 1 second
>>>
>>>--
>>>Chris Johnson
>>>johnsocs@clarkson.edu
>>>
>>>      
>>>
>
>--
>Chris Johnson
>johnsocs@clarkson.edu
>
>  
>


Re: building axis c

Posted by "Christopher S. Johnson" <jo...@clarkson.edu>.
properties on building can be set in build.common.properties found in
\build

Thanks :)

On Tue, 25 Oct 2005, Christopher S. Johnson wrote:

> I checked out the version from svn and now the only problem I have is the
> ifdef IPV6 (no such file or dir tpipv6.h) in HTTPChannel how do I unset
> the preprocessor IPV6 in the
> build files that axis uses?
>
> Thanks
>
> On Tue, 25 Oct 2005, Christopher S. Johnson wrote:
>
> >
> > All -
> >
> > I'm trying to setup and env on windows so I can build axis, so I can write
> > a custom transport.
> >
> > While trying to build axis I get the following error..
> >
> > I'm sure it can resolve that path.. b/c it dont exist :)
> >
> > Any help again would be great..
> >
> > Thanks.
> >
> > compileClient:
> >
> > compileAxisClient:
> >
> > BUILD FAILED
> > C:\Program Files\axis-c-src-1-5-win32\build.xml:231: The following error
> > occurre
> > d while executing this line:
> > C:\Program Files\axis-c-src-1-5-win32\build.xml:219: The following error
> > occurre
> > d while executing this line:
> > C:\Program Files\axis-c-src-1-5-win32\build.xml:90: The following error
> > occurred
> >  while executing this line:
> > C:\Program Files\axis-c-src-1-5-win32\build\buildClient.xml:8: Cannot
> > resolve pa
> > th C:\Program Files\axis-c-src-1-5-win32\..\..\..\obj\objects
> >
> > Total time: 1 second
> >
> > --
> > Chris Johnson
> > johnsocs@clarkson.edu
> >
>

--
Chris Johnson
johnsocs@clarkson.edu

Re: building axis c

Posted by "Christopher S. Johnson" <jo...@clarkson.edu>.
I checked out the version from svn and now the only problem I have is the
ifdef IPV6 (no such file or dir tpipv6.h) in HTTPChannel how do I unset
the preprocessor IPV6 in the
build files that axis uses?

Thanks

On Tue, 25 Oct 2005, Christopher S. Johnson wrote:

>
> All -
>
> I'm trying to setup and env on windows so I can build axis, so I can write
> a custom transport.
>
> While trying to build axis I get the following error..
>
> I'm sure it can resolve that path.. b/c it dont exist :)
>
> Any help again would be great..
>
> Thanks.
>
> compileClient:
>
> compileAxisClient:
>
> BUILD FAILED
> C:\Program Files\axis-c-src-1-5-win32\build.xml:231: The following error
> occurre
> d while executing this line:
> C:\Program Files\axis-c-src-1-5-win32\build.xml:219: The following error
> occurre
> d while executing this line:
> C:\Program Files\axis-c-src-1-5-win32\build.xml:90: The following error
> occurred
>  while executing this line:
> C:\Program Files\axis-c-src-1-5-win32\build\buildClient.xml:8: Cannot
> resolve pa
> th C:\Program Files\axis-c-src-1-5-win32\..\..\..\obj\objects
>
> Total time: 1 second
>
> --
> Chris Johnson
> johnsocs@clarkson.edu
>