[
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.