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 Carl Lefrançois <ca...@gmail.com> on 2008/02/26 17:41:44 UTC

can't find codegen source files referenced by provided vc workspaces

the   axis2c\ides\vc\axis2c\codegen\   directory holds some visual studio
2005 project files.  In these project files there are references to C source
files that do not exist in the wso2-wsf-c-src-1.2.0.zip source archive.

an example from the codegen\w2c\w2c.vcproj file:

RelativePath="..\..\..\..\..\tools\codegen\src\wsdl2code.c"

on my workstation, the only thing in   \tools\codegen\   is the javatool
directory.

I checked the SVN repository at [1] and see the same thing.

1. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/

Where can these *.c files be downloaded from?

Re: can't find codegen source files referenced by provided vc workspaces

Posted by Dinesh Premalal <xy...@gmail.com>.
Hi,

On Wed, Feb 27, 2008 at 12:39 PM, Senaka Fernando <se...@wso2.com> wrote:

> Dinesh,
>
> Shall we have this removed for 1.3.0?


If it can be immediately fixed, I could have it in RC3.

thanks,
Dinesh




-- 
http://nethu.org/

Re: can't find codegen source files referenced by provided vc workspaces

Posted by Senaka Fernando <se...@wso2.com>.
Dinesh,

Shall we have this removed for 1.3.0?

Regards,
Senaka

> On Tue, Feb 26, 2008 at 11:54 PM, Senaka Fernando <se...@wso2.com> wrote:
>> Hi Dimuthu,
>>
>>  I wonder what on earth is these VS2005 projects for? :D... See inside
>>  ides/vc/axis2c/codegen/. Can't we get rid of this folder too?
>
> Yea sure, should be removed ASAP.
>
>>
>>  Regards,
>>  Senaka
>>
>>
>>
>>  > Hi Carl,
>>  >
>>  > That was the codegen tool implemented in C. It is no longer part of
>>  > Axis2/C due to the lack of maintenance. Use the axis2/java codegen[1]
>>  > tool to generate c projects. you can use axis2/c manual[2] as a
>>  > guideline.
>>  >
>>  >
>>  > [1] http://people.apache.org/dist/axis2/nightly
>>  > [2] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c
>>  >
>>  > Thanks
>>  > Dimuthu
>>  >
>>  >
>>  > On Tue, Feb 26, 2008 at 10:11 PM, Carl Lefrançois
>>  > <ca...@gmail.com> wrote:
>>  >> the   axis2c\ides\vc\axis2c\codegen\   directory holds some visual
>>  >> studio
>>  >> 2005 project files.  In these project files there are references to
>> C
>>  >> source
>>  >> files that do not exist in the wso2-wsf-c-src-1.2.0.zip source
>> archive.
>>  >>
>>  >> an example from the codegen\w2c\w2c.vcproj file:
>>  >>
>>  >> RelativePath="..\..\..\..\..\tools\codegen\src\wsdl2code.c"
>>  >>
>>  >> on my workstation, the only thing in   \tools\codegen\   is the
>> javatool
>>  >> directory.
>>  >>
>>  >> I checked the SVN repository at [1] and see the same thing.
>>  >>
>>  >> 1.
>> http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/
>>  >>
>>  >> Where can these *.c files be downloaded from?
>>  >>
>>  >
>>
>>
>> > ---------------------------------------------------------------------
>>  > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>>  > For additional commands, e-mail: axis-c-user-help@ws.apache.org
>>  >
>>  >
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>>  For additional commands, e-mail: axis-c-user-help@ws.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: can't find codegen source files referenced by provided vc workspaces

Posted by Dimuthu Gamage <di...@gmail.com>.
On Tue, Feb 26, 2008 at 11:54 PM, Senaka Fernando <se...@wso2.com> wrote:
> Hi Dimuthu,
>
>  I wonder what on earth is these VS2005 projects for? :D... See inside
>  ides/vc/axis2c/codegen/. Can't we get rid of this folder too?

Yea sure, should be removed ASAP.

>
>  Regards,
>  Senaka
>
>
>
>  > Hi Carl,
>  >
>  > That was the codegen tool implemented in C. It is no longer part of
>  > Axis2/C due to the lack of maintenance. Use the axis2/java codegen[1]
>  > tool to generate c projects. you can use axis2/c manual[2] as a
>  > guideline.
>  >
>  >
>  > [1] http://people.apache.org/dist/axis2/nightly
>  > [2] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c
>  >
>  > Thanks
>  > Dimuthu
>  >
>  >
>  > On Tue, Feb 26, 2008 at 10:11 PM, Carl Lefrançois
>  > <ca...@gmail.com> wrote:
>  >> the   axis2c\ides\vc\axis2c\codegen\   directory holds some visual
>  >> studio
>  >> 2005 project files.  In these project files there are references to C
>  >> source
>  >> files that do not exist in the wso2-wsf-c-src-1.2.0.zip source archive.
>  >>
>  >> an example from the codegen\w2c\w2c.vcproj file:
>  >>
>  >> RelativePath="..\..\..\..\..\tools\codegen\src\wsdl2code.c"
>  >>
>  >> on my workstation, the only thing in   \tools\codegen\   is the javatool
>  >> directory.
>  >>
>  >> I checked the SVN repository at [1] and see the same thing.
>  >>
>  >> 1. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/
>  >>
>  >> Where can these *.c files be downloaded from?
>  >>
>  >
>
>
> > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>  > For additional commands, e-mail: axis-c-user-help@ws.apache.org
>  >
>  >
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: can't find codegen source files referenced by provided vc workspaces

Posted by Senaka Fernando <se...@wso2.com>.
Hi Dimuthu,

I wonder what on earth is these VS2005 projects for? :D... See inside
ides/vc/axis2c/codegen/. Can't we get rid of this folder too?

Regards,
Senaka

> Hi Carl,
>
> That was the codegen tool implemented in C. It is no longer part of
> Axis2/C due to the lack of maintenance. Use the axis2/java codegen[1]
> tool to generate c projects. you can use axis2/c manual[2] as a
> guideline.
>
>
> [1] http://people.apache.org/dist/axis2/nightly
> [2] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c
>
> Thanks
> Dimuthu
>
>
> On Tue, Feb 26, 2008 at 10:11 PM, Carl Lefrançois
> <ca...@gmail.com> wrote:
>> the   axis2c\ides\vc\axis2c\codegen\   directory holds some visual
>> studio
>> 2005 project files.  In these project files there are references to C
>> source
>> files that do not exist in the wso2-wsf-c-src-1.2.0.zip source archive.
>>
>> an example from the codegen\w2c\w2c.vcproj file:
>>
>> RelativePath="..\..\..\..\..\tools\codegen\src\wsdl2code.c"
>>
>> on my workstation, the only thing in   \tools\codegen\   is the javatool
>> directory.
>>
>> I checked the SVN repository at [1] and see the same thing.
>>
>> 1. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/
>>
>> Where can these *.c files be downloaded from?
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: can't find codegen source files referenced by provided vc workspaces

Posted by Dimuthu Gamage <di...@gmail.com>.
Hi Carl,

That was the codegen tool implemented in C. It is no longer part of
Axis2/C due to the lack of maintenance. Use the axis2/java codegen[1]
tool to generate c projects. you can use axis2/c manual[2] as a
guideline.


[1] http://people.apache.org/dist/axis2/nightly
[2] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c

Thanks
Dimuthu


On Tue, Feb 26, 2008 at 10:11 PM, Carl Lefrançois
<ca...@gmail.com> wrote:
> the   axis2c\ides\vc\axis2c\codegen\   directory holds some visual studio
> 2005 project files.  In these project files there are references to C source
> files that do not exist in the wso2-wsf-c-src-1.2.0.zip source archive.
>
> an example from the codegen\w2c\w2c.vcproj file:
>
> RelativePath="..\..\..\..\..\tools\codegen\src\wsdl2code.c"
>
> on my workstation, the only thing in   \tools\codegen\   is the javatool
> directory.
>
> I checked the SVN repository at [1] and see the same thing.
>
> 1. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/
>
> Where can these *.c files be downloaded from?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org