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