Hello,
After building Zimbra with command line as I do here
[SOLVED] Build Zimbra..a little problem...
I have got a Zimbra running on, now I am trying to develop other features for Zimbra using Eclipse, so I search a tutorial and I find this
Zimbra Development with Eclipse
I make as it said and I make attention that it is using Tomcat and Windows, and I am using jetty and ubuntu, but when I execute "reset-the-world" I have got the following error:
Code:
localhost-ssl-cert:
[genkey] Generating Key for jetty
[genkey] erreur keytool : java.io.IOException: Keystore was tampered with, or password was incorrect
BUILD FAILED
/home/vmmachine/workspace/Zimbra/ZimbraServer/build.xml:672: The following error occurred while executing this line:
/home/vmmachine/workspace/Zimbra/ZimbraServer/build.xml:761: genkey returned: 1
Total time: 47 seconds
Any idea?