Community
Participate
Working Groups
The file separator replacement fails, as well as encoding problems of the path prevent headless tests from using the testUtil's credentials.
Created attachment 179910 [details] patch this fixes the problem for me (win 7) Steffen, could you try if it still works on linux?
Created attachment 179911 [details] mylyn/context/zip
Thanks Thomas. Patch applied to e_3_6_m_3_x branch and head.
Steffen, your change to the patch breaks this on windows again. The problem is that the replaceAll method runs into trouble if the replacement string is a "\". Running the decoder earlier wont fix that.
Created attachment 180183 [details] patch v2
Created attachment 180184 [details] mylyn/context/zip
My bad. Thanks for catching that. I have applied the patch to the e_3_6_m_3_x branch and head.