Anders wrote:tried compiling with the patch using revision 412 (newer revisions resulted in errors when applying the patch) however i got an error when compiling stating that it was expecting a value somwhere in WebStream.java
Just thought id let you know.
Thanks for that. Interesting. Here's what I did just now:
1). Checked out a clean copy of PMS 412 into a new folder e.g. C:\TEMP_412\. In the dialog box, you can select 412 in the "Revision" field:

2). Copied the patch file into the patch file into the ps3mediaserver folder e.g. C:\TEMP_412\ps3mediaserver.
3). Using Command Prompt, I navigate to the folder and type the command: patch -p0 < BDP-Sx70.patch
4). Then in the same folder type the command: ant
Result is shown here:

As you can see, I had no problems patching the code or compiling it. FYI, I am using:
- Windows XP (32bit) SP3
- Java[TM] SE Development Kit 6 Update 23
- TortoiseSVN 1.6.12.20536 (32bit)
- Apache Ant 1.8.1
- GnuWin32's patch.exe 2.5.9.2670
What software versions are you using?
Does the clean revision 412 code compile on your PC prior to patching?