Plugin is not getting deplyed in plugins dir
Hi,
I created a sample plugin and then ran the Idea instance. My plugin is
getting deployed (I can see the functionality) but it is not present in the
IDEA_HOME/plugins directory, Any idea if I am missing on some
configurations?
~Priya
Please sign in to leave a comment.
Hello Priya,
P> I created a sample plugin and then ran the Idea instance. My plugin
P> is getting deployed (I can see the functionality) but it is not
P> present in the IDEA_HOME/plugins directory, Any idea if I am missing
P> on some configurations?
IDEA_HOME/plugins contains only the plugins included in the standard distribution.
User plugins are deployed in a different directory (config/plugins under
the settings path).
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
In my case the config/plugins dir is empty. It is getting deployed in the
plugins dir under sandbox.
Is there something I am missing?
~Priya
"Dmitry Jemerov (JetBrains)" <yole@jetbrains.com> wrote in message
news:83ca25fd2624178c7fed217c86ba0@news.intellij.net...
>
>
distribution.
>
>
>
Hello Priya,
The sandbox is where the config dir is located when you're running IDEA from
DevKit. Everything's working as designed.
P> In my case the config/plugins dir is empty. It is getting deployed
P> in the
P> plugins dir under sandbox.
P> Is there something I am missing?
P> ~Priya
P>
P> "Dmitry Jemerov (JetBrains)" <yole@jetbrains.com> wrote in message
P> news:83ca25fd2624178c7fed217c86ba0@news.intellij.net...
P>
>> Hello Priya,
>>
>> P> I created a sample plugin and then ran the Idea instance. My
>> plugin
>> P> is getting deployed (I can see the functionality) but it is not
>> P> present in the IDEA_HOME/plugins directory, Any idea if I am
>> missing
>> P> on some configurations?
>> IDEA_HOME/plugins contains only the plugins included in the standard
>>
P> distribution.
P>
>> User plugins are deployed in a different directory (config/plugins
>> under the settings path).
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"