Skip to content
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

Open
IndisRepair opened this issue Dec 2, 2015 · 6 comments
Open

zk not showing in IntelliJ 14.1.5 #12

IndisRepair opened this issue Dec 2, 2015 · 6 comments

Comments

@IndisRepair
Copy link

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?

@IndisRepair
Copy link
Author

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

@jumperchen
Copy link
Member

have you checked with this one - #10 (comment)

@IndisRepair
Copy link
Author

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]
Sent: Tuesday, December 01, 2015 7:13 PM
To: jumperchen/zkidea zkidea@noreply.github.com
Cc: IndisRepair parksja@comcast.net
Subject: Re: [zkidea] zk not showing in IntelliJ 14.1.5 (#12)

have you checked with this one - #10 (comment) #10 (comment)


Reply to this email directly or view it on GitHub #12 (comment) .

@jumperchen
Copy link
Member

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.

@IndisRepair
Copy link
Author

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!

@jumperchen
Copy link
Member

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
and put it into the "file not found" path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants