-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zk not showing in IntelliJ 14.1.5 #12
Comments
hmm - must be my environment because version 14.04 does not show zk as a maven archtype. I wonder what in my environment is prohibiting your plugin...frustrating |
have you checked with this one - #10 (comment) |
I appreciate your follow-up. I run on a Windows 7 PC and IntelliJ does not deploy anything like it does in OSX. Any ideas for us Win 7 users? From: Jumper Chen [mailto:notifications@github.com] have you checked with this one - #10 (comment) #10 (comment) — |
I tested with a new Windows 7 VM and setup a latest JDK 8, IntelliJ 15.0.1, and ZK plugin 0.1.6 version, and they all work as expected. |
I am running IntelliJ 15.0.1 Ultimate version. Here is the error I see as it attempts to load ZK 0.1.6: 2015-12-09 19:34:51,360 [ 24111] INFO - aven.ZKMavenArchetypesProvider - C:\Users\Jeff.IntelliJIdea15\system\plugins\zkidea\classes\org\zkoss\zkidea\lang\resources\archetype-catalog.xml is not found! |
according to this source - https://github.com/jumperchen/zkidea/blob/c8cfe951a998037050f635144b8c486c0fe75c35/src/org/zkoss/zkidea/project/ZKProjectsManager.java In the updateMavenArchetype() method, it will update or copy the archetype-catalog.xml automatically when you open a project in a IntelliJ IDE. Not quite sure what's wrong in your environment. A workaround is to download a file from this line - http://mavensync.zkoss.org/maven2/archetype-catalog.xml |
I downgraded to IntelliJ release 14.1.5 which I believe meets "IntelliJ platform 141.1532 or greater". Plugin is active but does not show up as a Maven archtype. Additional information:
JAVA_HOME points to jdk1.7.0_75
Is there anything else i can check? I am assuming the plugin is including ZK library?
The text was updated successfully, but these errors were encountered: