Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 324 by
crrami...@gmail.com: Java 7u51 Complains about permission
attribute in manifest and prevent the application from running
http://code.google.com/p/openwonderland/issues/detail?id=324
What steps will reproduce the problem?
1.Click Launch button with a browser with Java 7u51 installed
2.
3.
What is the expected output? What do you see instead?
The program runs
What version of the product are you using? On what operating system?
last svn version
Please provide any additional information below.
To fix it change core-build.xml in the line 110 add:
<manifest>
<attribute name="Permissions"
value="all-permissions"/>
</manifest>
ant clean & ant
I will submit the patch soon
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings