Hi to all, with last commit I've solved the Clipboard problems and the Load of custom colors:
add all-permissions under security, otherwise paste (clipboard) from outside, and load custom colors file won't work But for this to work, we still have only a little thing to fix (for this I think it's Todd that manage this): the signing keystore (under etc/pivot.keystore) is expired, so after compiling sources, signed jars won't be valid, and so for example Web Start doesn't grant the required permissions ... This is the command line I used to re-create the keystore, but I'm not sure it's the same you used: keytool -genkeypair -keystore pivot.keystore -validity 365 -alias pivot maybe I suggest also to increase the validity value (in number of days). In some cases I used 3650 for example ... much later out 2.0 release i hope :-) Todd, can you update the keystore, or can I do it ? Bye, Sandro
