I am having problems building the source using the provided Nant build project.
We need to build our source because we need to modify the
AssemblyProtection.cs. Is anyone else having this issue?
To Reproduce:
I pulled down the source for 2009Q1 and made our changes to the AssemblyProtection.cs as specified by Telerik. I can compile the projects in a sperate solution, but when I use the provided ["c:\nant\bin\nant" net20] per the Telerik Source Code Build Instructions document I get a build error.
...
mergeChartingAndWebUI:
[move] 1 files moved.
[delete] Deleting 1 files.
buildDesigner:
buildProject:
BUILD FAILED
From what I can tell by looking at the build files, the Designer project is failing to build because it is referencing a Telerik.Web.UI in the C:\RadControlsAjaxSource\Telerik.Web.UI\bin. The bother is that the provided Nant build removes this dll as it works its magic of merging dlls. After removing this dll, it builds this project that was planning on using what was just deleted.
Thanks for any suggestions, I'll continue to trace through this Nant Build to see if I can get a handle on what is really going on.
Thanks
Tim T.
To Reproduce:
I pulled down the source for 2009Q1 and made our changes to the AssemblyProtection.cs as specified by Telerik. I can compile the projects in a sperate solution, but when I use the provided ["c:\nant\bin\nant" net20] per the Telerik Source Code Build Instructions document I get a build error.
...
mergeChartingAndWebUI:
[move] 1 files moved.
[delete] Deleting 1 files.
buildDesigner:
buildProject:
BUILD FAILED
C:\RadControlsAjaxSource\Build\default.build(123,3):
External Program
Failed: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe (return code
was 1)
Total time: 240.8 seconds.
From what I can tell by looking at the build files, the Designer project is failing to build because it is referencing a Telerik.Web.UI in the C:\RadControlsAjaxSource\Telerik.Web.UI\bin. The bother is that the provided Nant build removes this dll as it works its magic of merging dlls. After removing this dll, it builds this project that was planning on using what was just deleted.
Thanks for any suggestions, I'll continue to trace through this Nant Build to see if I can get a handle on what is really going on.
Thanks
Tim T.