[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-3628) Plugins should be .jar's not directories for efficency sake

Denis Golovin (JIRA) jira-events at lists.jboss.org
Mon Jun 15 21:02:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBIDE-3628:
---------------------------------

    Description: 
65 of our plugins are bundled exploded instead of a .jar

Some are probably just mistakes and can easily be packed others are because of legacy code assuming it can access the files directly and even store data in the plugins - that should be fixed.

What should be fixed:
1. The way how plug-ins use images in plugin.xml, in java code and in .meta xmodel files
2. Plug-ins that loads resources should be aware that they are in jar now (VPE should be able to load templates from plugin jar files)
3. Some plug-ins contain resources registered in XML catalog
4. TBD


  was:
65 of our plugins are bundled exploded instead of a .jar

Some are probably just mistakes and can easily be packed others are because of legacy code assuming it can access the files directly and even store data in the plugins - that should be fixed.




> Plugins should be .jar's not directories for efficency sake
> -----------------------------------------------------------
>
>                 Key: JBIDE-3628
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3628
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Build/Releng
>            Reporter: Max Rydahl Andersen
>            Assignee: Denis Golovin
>            Priority: Critical
>             Fix For: 3.1.0.M2
>
>
> 65 of our plugins are bundled exploded instead of a .jar
> Some are probably just mistakes and can easily be packed others are because of legacy code assuming it can access the files directly and even store data in the plugins - that should be fixed.
> What should be fixed:
> 1. The way how plug-ins use images in plugin.xml, in java code and in .meta xmodel files
> 2. Plug-ins that loads resources should be aware that they are in jar now (VPE should be able to load templates from plugin jar files)
> 3. Some plug-ins contain resources registered in XML catalog
> 4. TBD

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list