On 25.11.2009 13:05, SVram wrote:
> 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.
Could you send a patch for this?
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2424353
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-11-25 18:55:15 CET