You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Sachin Patel (JIRA)" <ji...@apache.org> on 2005/10/05 22:52:50 UTC

[jira] Updated: (GERONIMODEVTOOLS-4) React to WTP model/API changes in LaunchConfiguration

     [ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-4?page=all ]

Sachin Patel updated GERONIMODEVTOOLS-4:
----------------------------------------

    Component: eclipse-plugin

> React to WTP model/API changes in LaunchConfiguration
> -----------------------------------------------------
>
>          Key: GERONIMODEVTOOLS-4
>          URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-4
>      Project: Geronimo-Devtools
>         Type: Bug
>   Components: eclipse-plugin
>     Reporter: Sachin Patel
>      Fix For: 1.0

>
> org.eclipse.jst.server.generic.servertype.definition.LaunchConfiguration
> methods
> getProgramArguments()
> getVmParameters()
> are changed, you can use 
> getVmParametersAsString()
> getProgramArgumentsAsString()
> instead
> your serverdef file will not cause any failures but you may wish to
> separate VmParameters and ProgramArguments to benefit from
> improvements in user based modifications in LaunchConfiguration.
> On 9/1/05, Sachin Patel <sp...@gmail.com> wrote:
> > > So does my serverdef have to be modified? Which APIs am I using that are
> > > deprecated?
> > > 
> > > Thanks.
> > > 
> > > Gorkem Ercan wrote:
> >> > > Hi guys,
> >> > > I have released a few changes into yesterday' s builds. The changes
> >> > > are mostly releated to program and vm arguments and environment
> >> > > variables.
> >> > > 1. In order handle user changes to the created launch configs vm
> >> > > arguments and program arguments in the serverdef files are seperated
> >> > > instead of a big single line. This naturally causes some model changes
> >> > > in the LaunchConfiguration. I have created two new methods that
> >> > > provides the old funcionality getProgramArgumentsAsString() and
> >> > > getVmParametersAsString(), use these instead. Sachin I have spotted
> >> > > use of these methods in Geronimo plugins.
> >> > > 2. It is possible to define environment variables for launch
> >> > > configurations now, with the optional environmentVariable tag.

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