I'm trying to build ps3mediaserver for my Raspberry Pi running with the offcial Debian image and OpenJDK6.
I checked out the ps3mediaserver project files from github and built the binaries with the scripts download and build scripts from the contrib folder. Had some little errors, but was manageable. I've built everything directly on the pi, avoided a cross compiler.
Also the two mvn dependency building steps worked seamlessly.
Now, I'm stuck at the last building step, ps3mediaserver itself.
I'm getting errors on PMSUtils.java, that com.apple.eawt is missing. I searched a little bit on the web and found it at the Maven Repository (http://mvnrepository.com/artifact/com.a ... nsions/1.4) and installed it with
- Code: Select all
mvn install:install-file -DgroupId=com.apple -DartifactId=AppleJavaExtensions -Dversion=1.4 -Dpackaging=jar -Dfile=/home/pi/AppleJavaExtensions-1.4.jar
This worked, but the build process of ps3mediaserver fails with the same error.
I have to say, that I'm a completely java noob, that means I need your help tosolve this problem. Does someone know, how I can get rid of this error?
thanks.
