[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Build Failed while Building Tortoise svn in windows xp

From: SVram <malsam.v2_at_gmail.com>
Date: Wed, 25 Nov 2009 04:05:20 -0800 (PST)

Stefan Küng wrote:
>
>> Hello Andy,
>>
>>                  Actually I posted the error wrongly. Just now I saw that
>> and edited my entry. Actually the problem is not with FOP. My build
>> failed
>> showing an error as follows
>>
>>
>>  BUILD FAILED
>>
>>            H:\SVN\tortoisesvn\Languages\LanguagePack.build(40,4):
>>            Compilation failed:
>>            c:\Documents and Settings\svram\Local
>> Settings\Temp\j3bqonxj.0.cs(20,14) : error CS0234: The type or namespace
>> name 'Xml' does not exist in the namespace 'System' (are you missing an
>> assembly reference?)
>>            c:\Documents and Settings\svram\Local
>> Settings\Temp\j3bqonxj.0.cs(192,46) : error CS0246: The type or namespace
>> name 'XmlNode' could not be found (are you missing a using directive or
>> an
>> assembly reference?)
>
>>I've never seen this error.
>>Do you have .NET 2.0 installed?
>>Which version of NAnt are you using?
>
>>Stefan
>
>
>>>Yes stefan. I have .NET 2.0.50727 installed and I am using NANT 0.86 beta
1 version. Plz correct me if >>I am wrong Isn't that the error related to
"Adding reference to assembly (here: system.xml.dll ) >>because the error
shown in LanguagePack.build(40,4)
>
>

Fixed the above mentioned issue. I just added reference to System.dll and
System.xml in LanguagePacks.build like

<references>
<include name = "system.dll">
<include name = "system.xml.dll">
</references>

Everything working fine.

Thanks & Regards,
Ram

-- 
View this message in context: http://old.nabble.com/Build-Failed-while-Building-Tortoise-svn-in-windows-xp-tp26302579p26511411.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2424218
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-11-25 13:05:28 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.