PluginDeployment 

HOME INDEX SEARCH GO  

 <<O>>  Difference Topic PluginDeployment (r1.2 - 05 Oct 2003 - ChristianKoestlin)
Added:
>
>

* Me Too (Christian Köstlin)

Added:
>
>


 <<O>>  Difference Topic PluginDeployment (r1.1 - 19 Jun 2002 - DanBachelder)
Added:
>
>

%META:TOPICINFO{author="DanBachelder" date="1024493897" format="1.0" version="1.1"}% Current deployment scheme from the docs that come with IDEA:

Folders structure

Every plugin should be placed to the IDEA_HOME\plugins folder. It may be in jar or just a folder.


Plugin is in jar:

IDEA_HOME
   Plugins
      Sample.jar/
         com.intellij.....
            ...
            ...
         META-INF
            plugin.xml



Plugin is a folder: 

IDEA_HOME
   Plugins
      Sample
         lib
         classes
            com.intellij.....
            ...
            ...
         META-INF
            plugin.xml


Classes and lib folders are automatically added to the classpath.

Why does the layout of a deployed JAR look different then a deployed directory structure? It would be fantastic to be able to have my third party libs in the lib/ dir inside my JAR file...

anyone else?

-- DanBachelder - 19 Jun 2002


View | Diffs | r1.2 | > | r1.1 | More

e d i t a t t a c h r e f - b y d i f f s
Ideas,requests,problems regarding this site? Send feedback.
Copyright @ 2000-2003 by the contribution authors. All material on this collaboration tool is the property of the contributing authors.

Revision r1.1 - 19 Jun 2002 - 13:38 GMT - DanBachelder
Revision r1.2 - 05 Oct 2003 - 10:45 GMT - ChristianKoestlin
Copyright © 2001 by the contributing authors. All material on this collaboration tool is the property of the contributing authors.
Ideas, requests, problems regarding this site? Send feedback.