You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Warner (JIRA)" <ji...@apache.org> on 2007/06/22 18:28:26 UTC

[jira] Created: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Combine reduntant plugins into larger plugins that provide the same functionality
---------------------------------------------------------------------------------

                 Key: GERONIMO-3255
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: J2G
            Reporter: Jason Warner
            Assignee: Jason Warner


The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner updated GERONIMO-3255:
-----------------------------------

    Attachment: Geronimo-3255.patch

The previous patch did not apply cleanly on a non-Windows based OS.  Attaching a new patch that was built using Linux.

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan resolved GERONIMO-3255.
------------------------------------

    Resolution: Fixed

rev 552557 thanks Jason Warner for the patch


> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3255-Revised.patch, Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner updated GERONIMO-3255:
-----------------------------------

    Attachment: Geronimo-3255-Revised.patch

New patch that includes what the old patch missed.

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3255-Revised.patch, Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner updated GERONIMO-3255:
-----------------------------------

    Attachment: Geronimo-3255.patch

Attached a patch that consolidates the sources, resources, and descriptors tool into their own plugin rather than being a conglomerate of multiple plugins.  The total plugin count is down to 6 from the 16 that it was previously.

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner updated GERONIMO-3255:
-----------------------------------

    Attachment:     (was: Geronimo-3255.patch)

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner updated GERONIMO-3255:
-----------------------------------

    Patch Info: [Patch Available]

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3255-Revised.patch, Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner reopened GERONIMO-3255:
------------------------------------

      Assignee: Jason Warner  (was: Paul McMahan)

I checked the changes that Paul committed and realized that the punch I had provided was seriously flawed.  Many of the files I had moved did not show up.  After research and testing, I realized that this was caused by the "svn move" command.  I have reworked the patch so that it now correctly adds the files.  This patch can be applied directly onto the current version of j2g.  My testing for the previous patch reported incorrectly that the patch functions because I had left jars from the old j2g in the eclipse plugin directory that the tool used to run succesfully.  The new patch has been tested on a clean eclipse plugin directory.

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3255-Revised.patch, Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan resolved GERONIMO-3255.
------------------------------------

    Resolution: Fixed

revision 551566.   thanks for the patch Jason.

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Paul McMahan
>         Attachments: Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (GERONIMO-3255) Combine reduntant plugins into larger plugins that provide the same functionality

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan reassigned GERONIMO-3255:
--------------------------------------

    Assignee: Paul McMahan  (was: Jason Warner)

> Combine reduntant plugins into larger plugins that provide the same functionality
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3255
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3255
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Paul McMahan
>         Attachments: Geronimo-3255.patch
>
>
> The J2G conversion tool is implemented as a bunch of plugins for eclipse.  Only 3 of these plugins are actually launched using eclipse and the rest are instantiated by one of those 3.  The number of plugins can be reduced by consolidating the unnecessary plugins into one of the three that actually are launched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.