Building TV-Browser on Mac OS X

For talk and Help about everything concerning TV-Browser.
Antworten
jdonato
Full Member
Beiträge: 81
Registriert: 14 Sep 2008, 21:45

Building TV-Browser on Mac OS X

Beitrag von jdonato »

Hi
I was trying to build a Mac OS X binary of 3.0 a, but got stuck at the junit tests.
Seems that on Mac, junit is on usr/share/junit/junit.jar, instead of usr/share/ant/lib.

I tried copying an alias of junit.jar to usr/share/ant/lib but that did not work. How can I solve this issue and build the binary? (Do I need to restart for the changes to take effect?)

I am pretty new at this, so any help would be appreciated.
Bananeweizen
Site Admin
Beiträge: 3353
Registriert: 09 Sep 2006, 22:45

Re: Building TV-Browser on Mac OS X

Beitrag von Bananeweizen »

You could remove the "test" dependency at the end of line 557 of build.xml. Then it will build without running the junit tests.
jdonato
Full Member
Beiträge: 81
Registriert: 14 Sep 2008, 21:45

Re: Building TV-Browser on Mac OS X

Beitrag von jdonato »

Great!! That worked!
Thanks Bananeweizen!
Antworten