From: Tomasz P. <tom...@gm...> - 2013-04-18 20:46:26
|
Hi again I have been struggling to put those file somewhere on the system and fool msbuild to use them but it didn't seem to work. I settled for a compromise, which is keeping the files in a separate repo [1], which is fetched on top of the main files and the Phone csproj is patched as needed. Now all builds fine and we won't need to pollute the solution. Tom [1]: https://bitbucket.org/dotnetrdf/wp7hack On Wed, Apr 17, 2013 at 10:36 AM, Khalil Ahmed <ka...@ne...> wrote: > Its probably Hyper-V that is causing the failure. If you are installing on > to a machine that doesn't meet the requirements for Hyper-V then the > emulator won't install. I think you are probably stuck with having to put > the files somewhere - either in the repo or in some location external to the > repo that is then configured in the build process. > > K > > > On Wed, Apr 17, 2013 at 7:27 AM, Tomasz Pluskiewicz > <tom...@gm...> wrote: >> >> Rob >> >> I did try that. Still, it fails on installing Windows Phone Emulator >> x64. The error is something with VMM service, which I don't have and >> couldn't find a way to install. >> >> However on second thought if I was able to put the WP7 files in repo I >> should be able to copy them where they belong without installing and I >> hope it will work too. >> >> Tom >> >> On Wed, Apr 17, 2013 at 12:24 AM, Rob Vesse <rv...@do...> wrote: >> > Tom >> > >> > You can install WP7 tools on Windows Server 2008 because I used to build >> > releases on my Server 2008 machine when I was at the University of >> > Southampton >> > >> > See http://blogs.msdn.com/b/astebner/archive/2010/05/02/10005980.aspx >> > which details the steps necessary, basically you have to extract the >> > installer and modify a config file >> > >> > Rob >> > >> > On 4/16/13 1:30 PM, "Tomasz Pluskiewicz" <tom...@gm...> >> > wrote: >> > >> >>Hi Rob, Kal >> >> >> >>I have been able to force TeamCity to build dotNetRDF with relatively >> >>minimal changes. Please refer to my fork [1]. I have switched from >> >>MSTest to NUnit and done some minor changes to csproj files. There is >> >>also a proposal to change the integration tests to come out >> >>inconclusive instead of failed when test config is missing... >> >> >> >>Most noteworthy is the latest commit in the 'WP7 Hack' branch. >> >>Unfortunately I found out the hard way that Windows Phone SDK 7.1 is >> >>not only unsuppported on Windows Server 2008 R2, it is completely >> >>uninstallable! The only working solution I found was to stuff 14 MB of >> >>WP7 SDK files and build targets and have the WindowsPhone project use >> >>them instead of the defaults. This way the whole solution builds fine >> >>from sln file using msbuild. >> >> >> >>You can have a look at the project here: http://ci.t-code.pl (guest >> >>login enabled) >> >> >> >>Regarding your eariler emails, I think that version numbering should >> >>be moved from solution to TeamCity completely. This way we can >> >>flexibly control that number and pass it between build >> >>steps/configurations. >> >> >> >>Next step will be to build and publish nuget packages. Satisfying >> >>dependencies between packages will have to be done in some kind of >> >>nuspec patching step to modify the <dependency> tags. Hence why we >> >>need to control the version withing the CI server. >> >> >> >>I will write more when the TC configuration is more complete >> >> >> >>Tom >> >> >> >>[1]: https://bitbucket.org/tpluscode/dotnetrdf-teamcity >> >> >> >> >> >>-------------------------------------------------------------------------- >> >>---- >> >>Precog is a next-generation analytics platform capable of advanced >> >>analytics on semi-structured data. The platform includes APIs for >> >> building >> >>apps and a phenomenal toolset for data science. Developers can use >> >>our toolset for easy data analysis & visualization. Get a free account! >> >>http://www2.precog.com/precogplatform/slashdotnewsletter >> >>_______________________________________________ >> >>dotNetRDF-develop mailing list >> >>dot...@li... >> >>https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> > >> > >> > >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Precog is a next-generation analytics platform capable of advanced >> > analytics on semi-structured data. The platform includes APIs for >> > building >> > apps and a phenomenal toolset for data science. Developers can use >> > our toolset for easy data analysis & visualization. Get a free account! >> > http://www2.precog.com/precogplatform/slashdotnewsletter >> > _______________________________________________ >> > dotNetRDF-develop mailing list >> > dot...@li... >> > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> >> ------------------------------------------------------------------------------ >> Precog is a next-generation analytics platform capable of advanced >> analytics on semi-structured data. The platform includes APIs for building >> apps and a phenomenal toolset for data science. Developers can use >> our toolset for easy data analysis & visualization. Get a free account! >> http://www2.precog.com/precogplatform/slashdotnewsletter >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > |