Page 4 of 6

Re: UMSBuilderV2: build any UMS branch

Posted: Sun Sep 13, 2015 4:16 am
by infidel
Update: V2.6 - fix problem chars in pr titles on Windows + ensure entire 'Show all' list is visible.

Re: UMSBuilderV2: build any UMS branch

Posted: Tue Sep 15, 2015 12:45 am
by Wolfgan
infidel wrote:Update: V2.6 - fix problem chars in pr titles on Windows + ensure entire 'Show all' list is visible.
Thanks!

Re: UMSBuilderV2: build any UMS branch

Posted: Wed Nov 11, 2015 9:09 am
by infidel
Update: V2.7 - support new ums build changes + linux fixes

Re: UMSBuilderV2: build any UMS branch

Posted: Sat Jan 16, 2016 11:53 am
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 :)

Re: UMSBuilderV2: build any UMS branch

Posted: Sat Jan 16, 2016 5:07 pm
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 :).

Re: UMSBuilderV2: build any UMS branch

Posted: Sat Jan 16, 2016 5:08 pm
by infidel
Update: V2.8 - support new git-for-windows paths

Re: UMSBuilderV2: build any UMS branch

Posted: Sun Jan 17, 2016 9:51 am
by ExSport
Fast as always! :mrgreen:
Thx! 8-)

Re: UMSBuilderV2: build any UMS branch

Posted: Thu Jan 28, 2016 2:59 am
by Wolfgan
ExSport wrote:Fast as always! :mrgreen:
Thx! 8-)
+1 Thx @Infidel for making soooo easy to quickly build UMS!

Re: UMSBuilderV2: build any UMS branch

Posted: Fri Jan 29, 2016 12:25 am
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

Re: UMSBuilderV2: build any UMS branch

Posted: Fri Jan 29, 2016 12:50 am
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