#9732 duplicate default template is causing .iws file to grow
This exact line:
<configuration name="<template>" type="WebApp" default="true" selected="false">
<Host>localhost</Host>
<Port>5050</Port>
</configuration>
Is repeated 100's of times.
like so:
<configuration name="<template>" type="WebApp" default="true" selected="false">
<Host>localhost</Host>
<Port>5050</Port>
</configuration>
<configuration name="<template>" type="WebApp" default="true" selected="false">
<Host>localhost</Host>
<Port>5050</Port>
</configuration>
<configuration name="<template>" type="WebApp" default="true" selected="false">
<Host>localhost</Host>
<Port>5050</Port>
</configuration>
I believe one additional entry is added each time I start IJ, at least I know I have 20 more than last month.
This doesn't seem right, is this a bug ?
-Rob
Please sign in to leave a comment.
Hello Rob,
Please check the latest EAP at http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP
- as far as I remember we fixed a similar problem recently. If it doesn't
help, please file a JIRA issue - this is definitely a bug.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
You rock !
The problem seems to be resolved now.
-Rob