You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Paul McMahan (JIRA)" <ji...@apache.org> on 2007/05/15 18:47:16 UTC

[jira] Created: (GERONIMO-3162) hard coded eclipse paths J2G Configurator uses

hard coded eclipse paths J2G Configurator uses 
-----------------------------------------------

                 Key: GERONIMO-3162
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3162
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: J2G
            Reporter: Paul McMahan


The J2G Configurator uses hard coded pathnames for the location of some eclipse directories.  e.g. in org.apache.apps.j2gmigrator.Configurator

{quote}
        /**                             
         * J2g plug-ins path.   
         */             
        public static final String LOCAL_ECLIPSE_PLUGINS = "../eclipse/plugins";
        /**             
         * J2g configuration path.
         */     
        public static final String LOCAL_ECLIPSE_CONFIG = "../eclipse/configuration";
{quote}

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


[jira] Updated: (GERONIMO-3162) J2G Configurator uses hard coded eclipse paths

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

Jason Warner updated GERONIMO-3162:
-----------------------------------

    Attachment: Geronimo-3162.patch

Modified Configurator.java so that it uses the ECLIPSE_HOME environment variable required by the script to determine the path to the configuration and plugins folder.

> J2G Configurator uses hard coded eclipse paths 
> -----------------------------------------------
>
>                 Key: GERONIMO-3162
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3162
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Paul McMahan
>         Attachments: Geronimo-3162.patch
>
>
> The J2G Configurator uses hard coded pathnames for the location of some eclipse directories.  e.g. in org.apache.apps.j2gmigrator.Configurator
> {quote}
>         /**                             
>          * J2g plug-ins path.   
>          */             
>         public static final String LOCAL_ECLIPSE_PLUGINS = "../eclipse/plugins";
>         /**             
>          * J2g configuration path.
>          */     
>         public static final String LOCAL_ECLIPSE_CONFIG = "../eclipse/configuration";
> {quote}

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


[jira] Updated: (GERONIMO-3162) J2G Configurator uses hard coded eclipse paths

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

Paul McMahan updated GERONIMO-3162:
-----------------------------------

    Summary: J2G Configurator uses hard coded eclipse paths   (was: hard coded eclipse paths J2G Configurator uses )

> J2G Configurator uses hard coded eclipse paths 
> -----------------------------------------------
>
>                 Key: GERONIMO-3162
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3162
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Paul McMahan
>
> The J2G Configurator uses hard coded pathnames for the location of some eclipse directories.  e.g. in org.apache.apps.j2gmigrator.Configurator
> {quote}
>         /**                             
>          * J2g plug-ins path.   
>          */             
>         public static final String LOCAL_ECLIPSE_PLUGINS = "../eclipse/plugins";
>         /**             
>          * J2g configuration path.
>          */     
>         public static final String LOCAL_ECLIPSE_CONFIG = "../eclipse/configuration";
> {quote}

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


[jira] Closed: (GERONIMO-3162) J2G Configurator uses hard coded eclipse paths

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

Paul McMahan closed GERONIMO-3162.
----------------------------------

    Resolution: Fixed

> J2G Configurator uses hard coded eclipse paths 
> -----------------------------------------------
>
>                 Key: GERONIMO-3162
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3162
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Paul McMahan
>         Attachments: Geronimo-3162.patch
>
>
> The J2G Configurator uses hard coded pathnames for the location of some eclipse directories.  e.g. in org.apache.apps.j2gmigrator.Configurator
> {quote}
>         /**                             
>          * J2g plug-ins path.   
>          */             
>         public static final String LOCAL_ECLIPSE_PLUGINS = "../eclipse/plugins";
>         /**             
>          * J2g configuration path.
>          */     
>         public static final String LOCAL_ECLIPSE_CONFIG = "../eclipse/configuration";
> {quote}

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


[jira] Updated: (GERONIMO-3162) J2G Configurator uses hard coded eclipse paths

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

Jason Warner updated GERONIMO-3162:
-----------------------------------

    Patch Info: [Patch Available]

> J2G Configurator uses hard coded eclipse paths 
> -----------------------------------------------
>
>                 Key: GERONIMO-3162
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3162
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Paul McMahan
>         Attachments: Geronimo-3162.patch
>
>
> The J2G Configurator uses hard coded pathnames for the location of some eclipse directories.  e.g. in org.apache.apps.j2gmigrator.Configurator
> {quote}
>         /**                             
>          * J2g plug-ins path.   
>          */             
>         public static final String LOCAL_ECLIPSE_PLUGINS = "../eclipse/plugins";
>         /**             
>          * J2g configuration path.
>          */     
>         public static final String LOCAL_ECLIPSE_CONFIG = "../eclipse/configuration";
> {quote}

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