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/08 22:01:13 UTC

[jira] Created: (GERONIMO-3232) Change J2G sources tool to pickup import changes on the fly instead of needing to be run twice

Change J2G sources tool to pickup import changes on the fly instead of needing to be run twice
----------------------------------------------------------------------------------------------

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


Currently, when the J2G sources tool changes an import, it is unable to locate that import for the duration of the tool's runtime.  This needs to be changed since it requires the tool to be run twice before all changes are actually made.

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


[jira] Resolved: (GERONIMO-3232) Change J2G sources tool to pickup import changes on the fly instead of needing to be run twice

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

Donald Woods resolved GERONIMO-3232.
------------------------------------

    Resolution: Fixed

Committed revision 545683 in sandbox.

> Change J2G sources tool to pickup import changes on the fly instead of needing to be run twice
> ----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3232
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3232
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3232.patch
>
>
> Currently, when the J2G sources tool changes an import, it is unable to locate that import for the duration of the tool's runtime.  This needs to be changed since it requires the tool to be run twice before all changes are actually made.

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


[jira] Updated: (GERONIMO-3232) Change J2G sources tool to pickup import changes on the fly instead of needing to be run twice

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

Jason Warner updated GERONIMO-3232:
-----------------------------------

    Attachment: Geronimo-3232.patch

NodesVisitor.java has been changed to dynamically update the import list so that the changes made in the code are recognized immediately while the tool is running.

> Change J2G sources tool to pickup import changes on the fly instead of needing to be run twice
> ----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3232
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3232
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>         Attachments: Geronimo-3232.patch
>
>
> Currently, when the J2G sources tool changes an import, it is unable to locate that import for the duration of the tool's runtime.  This needs to be changed since it requires the tool to be run twice before all changes are actually made.

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