Hi, Alex.
Sorry for delayed answer, I was sure that there shoud be an email
notification :(
On 26 авг, 00:12, oprudkyi <
oleksii.prud...@gmail.com> wrote:
> Hi
>
> On Aug 25, 7:58 pm, Renny <
umax...@gmail.com> wrote:> Hi, Alex.
>
> > First of all, thanks for your great job, T.Net makes our life really
> > easier.
>
> Thank you for warn words.
>
> > So, the subject.
> > I'm trying to build Translate.Net from the SVN's head revision and
> > encounter several bugs in build files. One is %3b in WebUI.csproj and
>
> Probably this is SharpDevelop (
http://sharpdevelop.net/OpenSource/SD/
> Default.aspx ) bug
> How it can be fixed ?
%3b stands for ";", delimiter between project type GUIDs. %3b mixes
two guids for VS, so the project is unloadable. To fix, it you should
manually change "%3b" for ";" in .csproj before next commit.
>
> > the other is missing mkdir's in WebUI\postbuild.cmd. Also,
>
> This is my fault. Sorry.
>
> > Translate.Net.XmlSerializers does not even appear in the repository.
> > Are the rakes intended? :)
>
> Here a source\Translate\buildserializer.cmd used to generate
> serializers via sgen.exe
It may be my fault. The problem is that any attemt to sign assembly
with your .snk leads to a SecurityException. I didn't look close to
buildserializer.cmd, just threw it out :(
> I am sorry if some things seem strange but I does not have Visual
> Studio and all development did in SharpDevelop
If your PC is quite new, you can use Visual C# Express absolutely
free. If you wish, I can give you free license for VSTS2008 at no
cost.
> > Also, tell me please, how to commit enhancements I do for myself to
> > the main code stream?
>
> Fill free to send patches to
translate.net at
gmail.com
Ok. I'll do it ater finishing my additions.
>
>
>
> > Thank you.- Скрыть цитируемый текст -
>
> - Показать цитируемый текст -