UMSBuilderV2: build any UMS branch

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
infidel
Developer
Posts: 571
Joined: Thu Jul 12, 2012 5:37 am

Re: UMSBuilderV2: build any UMS branch

Post by infidel »

Update: V2.6 - fix problem chars in pr titles on Windows + ensure entire 'Show all' list is visible.
Wolfgan
Posts: 370
Joined: Fri Feb 08, 2013 12:33 am

Re: UMSBuilderV2: build any UMS branch

Post by Wolfgan »

infidel wrote:Update: V2.6 - fix problem chars in pr titles on Windows + ensure entire 'Show all' list is visible.
Thanks!
-- UMS serving PS3, WDTV, Samsung H6400 + J5500 and Kalemsoft renderers! (no video transcoding but remuxing accepted :D )
infidel
Developer
Posts: 571
Joined: Thu Jul 12, 2012 5:37 am

Re: UMSBuilderV2: build any UMS branch

Post by infidel »

Update: V2.7 - support new ums build changes + linux fixes
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: UMSBuilderV2: build any UMS branch

Post by ExSport »

Hello infidel
Tested latest v2.7 with UMSbilder v1.9 and some parts doesn't work:

Code: Select all

Windows -- Build the master branch -- working
Windows -- Choose another branch -- immediately exit the script
Windows -- Show all -- 6.0.0 -- working
Unfortunately I had no time to check script so reporting 8-)
EDIT:
OK, checked it and curl,grep and sed is unknown.
Your script generates this path with help of registry:

Code: Select all

C:\Program Files\Git\Bin
But latest GIT installation creates:

Code: Select all

C:\Program Files\Git\usr\bin
Using 64bit OS :)
infidel
Developer
Posts: 571
Joined: Thu Jul 12, 2012 5:37 am

Re: UMSBuilderV2: build any UMS branch

Post by infidel »

ExSport wrote:But latest GIT installation creates:

Code: Select all

C:\Program Files\Git\usr\bin
thx ExSport, a full report as always :).
infidel
Developer
Posts: 571
Joined: Thu Jul 12, 2012 5:37 am

Re: UMSBuilderV2: build any UMS branch

Post by infidel »

Update: V2.8 - support new git-for-windows paths
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: UMSBuilderV2: build any UMS branch

Post by ExSport »

Fast as always! :mrgreen:
Thx! 8-)
Wolfgan
Posts: 370
Joined: Fri Feb 08, 2013 12:33 am

Re: UMSBuilderV2: build any UMS branch

Post by Wolfgan »

ExSport wrote:Fast as always! :mrgreen:
Thx! 8-)
+1 Thx @Infidel for making soooo easy to quickly build UMS!
-- UMS serving PS3, WDTV, Samsung H6400 + J5500 and Kalemsoft renderers! (no video transcoding but remuxing accepted :D )
Wolfgan
Posts: 370
Joined: Fri Feb 08, 2013 12:33 am

Re: UMSBuilderV2: build any UMS branch

Post by Wolfgan »

Question: the packing of the installer (.exe) file seems to take a lot of time and resources. Is there any way to just end the process on generating UMS.jar? (ie skipping the MAKENSIS stage for quick features testing on some other branches)

I notice there's a compile option but the final .jar is not generated if option applied.
Thx, Wolf
-- UMS serving PS3, WDTV, Samsung H6400 + J5500 and Kalemsoft renderers! (no video transcoding but remuxing accepted :D )
infidel
Developer
Posts: 571
Joined: Thu Jul 12, 2012 5:37 am

Re: UMSBuilderV2: build any UMS branch

Post by infidel »

Wolfgan wrote:Question: the packing of the installer (.exe) file seems to take a lot of time and resources. Is there any way to just end the process on generating UMS.jar?
This has always been one of my pet peeves with building PMS/UMS, that there's no 'jar' target in pom.xml, tho obviously it hasn't bothered me enough to do anything about it :).

My own hacky solution is to just press CTRL-C and abort the build when the process enters the nsis phase, it doesn't harm anything.

EDIT: Feels like deja vu :D
Post Reply