Idea X deletes artifacts?
Any suggestion as to why Idea X would delete the artifacts directory (taking all the artifacts along with it) from the .idea directory? or what to look for?
This project has been using Idea 9 for ages without issue. Open it in X and the artifacts disappear.
Win 7
JDK 1.6.0_22
Andreas
请先登录再写评论。
May be some required plugin is disabled in IDEA X. Do you have any errors/exceptions in /.IntelliJIdea10/system/log/idea.log?
>
>
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Opened project with 9.0.4 eap to verify artifacts present.
Then opened project with X eap & all artifacts deleted.
I am using mercurial for scm if that is of interest.
Restored artifacts directory with hg revert & am continuing working with 9.0.4
Log file from X attached.
Andreas
Attachment(s):
idea.log.zip
Looks like GWT plugin is disabled in your IDEA X so it cannot load artifacts containing GWT compiler output. The next EAP build will handle such
situations correctly i.e. it will show error messages about invalid artifacts and won't delete it from project configuration.
Anyway to fix the problem you need to enable GWT plugin.
>
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks,
The project used GWT sometime ago & I thought all GWT references had been removed.
Will double check the artifacts.
Andreas