Search found 21 matches

by Amadeus
Thu Dec 03, 2015 9:56 am
Forum: Developers
Topic: Building Question
Replies: 10
Views: 52554

Re: Building Question

I just tried UMSBuilder. It does the same thing as building the package with maven. After it is finished you have a .tar.gz file with the installation in it. Honestly, it's just a wrapper for the git system and maven so that a user would not have to know any git or maven commands. To be honest, the ...
by Amadeus
Wed Dec 02, 2015 7:19 pm
Forum: Developers
Topic: Building Question
Replies: 10
Views: 52554

Re: Building Question

Hmm ... 'mvn compile' didn't seem to do very much other than create the .class files. apollo::root:/usr/UniversalMediaServer> mvn compile [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Universal Media Server 6.0....
by Amadeus
Wed Dec 02, 2015 4:15 pm
Forum: Developers
Topic: Building Question
Replies: 10
Views: 52554

Building Question

Is there a way to build UMS in a way that it creates the files and directory structure that's included in the 'distribution.tar' ..but, not tarred and not gzipped? In other words, I'd love to have a setup in which I could build and then run UMS right away from the files that are created by the build...
by Amadeus
Wed Nov 11, 2015 11:35 pm
Forum: Announcements
Topic: UMSBuilder 1.9.0 is released
Replies: 6
Views: 22911

Re: UMSBuilder 1.9.0 is released

I already run UMS on linux; however, I had not yet compiled on linux. So, I thought I'd try this UMSBuilder. Here is the output that I'm seeing when I try to run the build script. apollo::root:/usr/UMSBuilder-1.9.0> ./build.sh Already-up-to-date /usr/UMSBuilder-1.9.0/Maven-3.2.5/bin/mvn: 197: exec: ...
by Amadeus
Thu Oct 15, 2015 7:07 am
Forum: Developers
Topic: Compiling UMS on Windows
Replies: 13
Views: 57783

Re: Compiling UMS on Windows

After working with it a bit, I have just a couple more questions: Is there a command to build only the ums.jar file (without creating the complete installer?) I tried 'mvn compile' but it did not recreate ums.jar. Is there a setting/command to ensure that I'm building for the correct version of java...
by Amadeus
Wed Oct 14, 2015 10:16 pm
Forum: Help and Support
Topic: Renderers "freezing" after upgrade to Windows 10
Replies: 2
Views: 5260

Re: Renderers "freezing" after upgrade to Windows 10

Thanks for the suggestions. I actually reinstalled Windows 10 fresh (not as an upgrade from windows 8) and tripled-checked that my java version matches the UMS version I downloaded. Error still occurs. What's more odd is that I also started running UMS on a linux box on my network and the SAME error...
by Amadeus
Sun Oct 11, 2015 8:30 am
Forum: Help and Support
Topic: [Solved] Java 8 vs. Java 7
Replies: 5
Views: 7626

Re: Java 8 vs. Java 7

Ahh -- thanks! I didn't think to look for other installers when the webpage did the automatic download for the latest version.
by Amadeus
Sun Oct 11, 2015 6:42 am
Forum: Help and Support
Topic: [Solved] Java 8 vs. Java 7
Replies: 5
Views: 7626

[Solved] Java 8 vs. Java 7

I notice that the binary packages for UMS explicitly say "Java7" -- is this a requirement? In other words, is it important to be running Java 7 to use UMS or is Java 8 functioning just fine as well? (I'm only asking because I have a very strange bug since updating to Windows 10, and I'm no...
by Amadeus
Sun Oct 11, 2015 6:37 am
Forum: Developers
Topic: Compiling UMS on Windows
Replies: 13
Views: 57783

Re: Compiling UMS on Windows

This is perfect -- thanks so much!
by Amadeus
Sun Oct 11, 2015 6:12 am
Forum: Developers
Topic: Compiling UMS on Windows
Replies: 13
Views: 57783

Compiling UMS on Windows

I'm sorry for the lame question; however, I was wondering if I could get some clarification how to compile UMS from source on Windows. I found this thread , in which SubJunk was providing instructions for Linux: I haven't compiled it on Linux before but on Windows: You need Maven, and run the comman...