Compiling MP2 and TVE35 (1 Viewer)

Danhelp2015

Portal Member
June 21, 2015
22
0
42
Home Country
Denmark Denmark
Hallo,


I'm having problem using MSBuild to build MP2 and TVserver 3.5!
Are there some that can help make build a copy of MP2 and Slim TV-SERVER for testing?


I have downloaded last source with GIT Clone, and run the BAT files, with error!
 

ge2301

Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,705
    3,491
    Stuttgart
    Home Country
    Germany Germany
    Hallo,
    I'm having problem using MSBuild to build MP2 and TVserver 3.5!
    Are there some that can help make build a copy of MP2 and Slim TV-SERVER for testing?
    I have downloaded last source with GIT Clone, and run the BAT files, with error!

    I think you need to delete TVE3.0 from ../Incubator/ before building
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    I think you need to delete TVE3.0 from ../Incubator/ before building
    No, this is not required. It only cause issue after build when starting service with two conflicting TV plugins.

    If building fails please post the build log file here. Maybe the TVE nuget packages can't be found.
     

    Danhelp2015

    Portal Member
    June 21, 2015
    22
    0
    42
    Home Country
    Denmark Denmark
    Most of the sources is compiled, and stored I "Packages" under many subfolders
    Is the any easy way to sorting those folder, into right location?
     

    Attachments

    • Build_Report_MediaPortal_2.html.txt
      35.3 KB

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Ah, I see. The issue is not from building MP projects, but from downloading the transifex translations. This only works if there was an username for the service specified:
    "C:\Users\ksl\Desktop\MediaPortal-2\MediaPortal\Build\\..\Tools\Transifex\tx.exe" pull -a -f
    Exception: No user credentials found for host https://www.transifex.com. Edit ~/.transifexrc and add the appropriate info in there.

    If you don't depend on most-current translations you can build both MP2-Server and Client by their respective batch files:
    • \MediaPortal\Build\MSBUILD_Rebuild_Release_Client.bat
    • \MediaPortal\Build\MSBUILD_Rebuild_Release_Server.bat
    Or a full installer without transifex translations:
    • \MediaPortal\Build\MSBUILD_Create_Full_Installer_NoTransifex.bat
    The built binaries are found in "MediaPortal\Bin" subfolder after successful build.
     

    Users who are viewing this thread

    Top Bottom