[fixed] Alpha 3. Building installer from source does not work. (1 Viewer)

mrj

Portal Pro
January 27, 2012
252
100
Hi
To build MP2-Setup.msi, put the content of the attached zip file in folder
xxx\MediaPortal\Build\BuildReport
run xxx\MediaPortal\Build\MSBUILD_Create_Full_Installer.bat
Installer will be in
xxx\MediaPortal\Bin\MP2-Setup\Release\en-us
/mrj
 

Attachments

  • BuildReport.zip
    31.3 KB

chefkoch

Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    No
    I downloaded only the zip file, that is, I have not used git at all.
    /mrj
    ok, nevertheless it's not a bug, it's a feature ;)

    If you would like to you can extend the wiki page explaining an alternative way to get the sources by downloading the zip file and attach your zip file to the page and link to it.

    Within the next weeks I will have a look at an alternative to get the build report files into the source during the build process similar to the nuget packages, so the submodule would not be required anymore.
     

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    I've moved the BuildReport files into a nuget package.
    specification: https://github.com/MediaPortal/BuildReport/blob/master/BuildReport.nuspec

    uploaded it to our nuget feed: https://www.myget.org/gallery/mediaportal

    replaced the submodule by the NuGet usage within my own fork: https://github.com/chefkoch/MediaPortal-2/commit/4b1265ad805f27c11137f81d409b7b0cd2d35273
    https://github.com/chefkoch/MediaPortal-2/commits/REWORK_VersionInfo_BuildReport

    Still I am not sure when I set this branch read for review/merge and move it to the official repo, because would like to implement a process for releasing the MP2 core dlls as nuget packages as well to improve the workflow/process for plugin developers.
     

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany

    mrj

    Portal Pro
    January 27, 2012
    252
    100
    Hi
    I have tested now.
    MSBUILD_Create_Full_Installer_NoTransifex.bat
    works

    MSBUILD_Create_Full_Installer.bat
    does not work (transifex. see buildreport)
    /mrj
     

    Attachments

    • Build_Report_MediaPortal_2.rar
      2.8 KB

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    • "C:\Users\my\Desktop\MediaPortal-2-REWORK__NuGet_Transifex_Build_BuildReport\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.
    Exactly as expected. So no problem. The Transifex pull requires to have transifex configured on your machine, see also: http://wiki.team-mediaportal.com/2_MEDIAPORTAL_2/8_Contribute/Localization/Translation_Guide/Exception:_No_user_credentials_found_during_translation_download
    that's why I added the new batch ....NoTransifex ;) So everybody can build everything :)

    Thanks again for testing (y)
     

    Users who are viewing this thread

    Top Bottom