Implements method and other templates problems
Hello,
This bug becose ANT task jar have attribute filesonly="true", resources.jar
haven't directories ZIP entries, only files. Therefore file resources.jar
must have directories entries too.
How to fix:
Copy %IDEA_HOME%/lib/resources.jar into empty temp directory.
Execute in this directory follow command:
%JAVA_HOME%/bin/jar -xf resources.jar
Delete resources.jar
Execute follow command:
%JAVA_HOME%/bin/jar -cvfM resources.jar *
Overwrite %IDEA_HOME%/lib/resources.jar by this one.
Thanks!
Please sign in to leave a comment.
Yep, that fixed it. Now all my templates are back and I can modify and use them.
Thanks,
Patrick