CSharp examples have broken builds for 2008/2010 Visual Studio
--------------------------------------------------------------
Key: ETCH-189
URL: https://issues.apache.org/jira/browse/ETCH-189
Project: Etch
Issue Type: Bug
Components: examples
Affects Versions: 1.1, 1.0.2, 1.0.1, 1.0.0
Reporter: Seth Call
Fix For: 1.2
The ant task associated with each example fails when running the <csc> ant tag
(i.e., the csharp compiler is not being invoked correctly by ant). This csc
tag does not work with Visual Studio 2008 and newer.
Attached is a patch which reworks the invocation of 'csc' using the <exec> tag.
Also in the patch is a change from localhost to 127.0.0.1 in the
ChatClientMain, which was observed while testing out this patch.
An alternate solution would be to make MSBuild projects for the examples, but
the code base of the samples are so small and this is in keeping with the
current mechanism.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira