Errors in build files + commiting own code

9 views
Skip to first unread message

Renny

unread,
Aug 25, 2009, 12:58:57 PM8/25/09
to Translate.Net support
Hi, Alex.

First of all, thanks for your great job, T.Net makes our life really
easier.

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
the other is missing mkdir's in WebUI\postbuild.cmd. Also,
Translate.Net.XmlSerializers does not even appear in the repository.
Are the rakes intended? :)

Also, tell me please, how to commit enhancements I do for myself to
the main code stream?

Thank you.

oprudkyi

unread,
Aug 25, 2009, 4:12:14 PM8/25/09
to Translate.Net support
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 ?

> 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

I am sorry if some things seem strange but I does not have Visual
Studio and all development did in SharpDevelop
>
> 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
>
> Thank you.

Renny

unread,
Aug 28, 2009, 3:09:12 PM8/28/09
to Translate.Net support
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.- Скрыть цитируемый текст -
>
> - Показать цитируемый текст -

oprudkyi

unread,
Aug 29, 2009, 5:49:19 AM8/29/09
to Translate.Net support
Hi Renny

On Aug 28, 10:09 pm, Renny <umax...@gmail.com> wrote:
> Hi, Alex.
>
> > > 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.
ok. Already done :)

> > > 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 :(
Strange. key files was generated via .net command line tools

>
> > 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.
Thank you. But here other reasons for using SharpDeveloper.
Reply all
Reply to author
Forward
0 new messages