aposin / gem

ARCHIVED: Git Environment Manager (GEM)
Apache License 2.0
1 stars 2 forks source link

Use Eclipse folder as process working directory #62

Closed StefanFranzWeiser closed 2 years ago

StefanFranzWeiser commented 2 years ago

Type of request

Related Issue(s)

Lombok adds an agent path to the vmargs. By default it is possible to define a relative path to the Lombok plugin within the installation: -javaagent:plugins/org.projectlombok.agent_1.18.22/lombok.jar So this path is correctly working it is necessary that Eclipse is started from it's folder as process working directory. Otherwise Eclipse is not starting as the relativ path cannot be resolved.

Concept

Instead of using the default process working directory (by default user.dir). it is possible to provide the directory where a process is started from.

Technical information

Platform / target area

All platforms.

known side-effects

Eclipse process is started and executed from it's original directory, instead of the user directory.

How has this Tested?

Checklist:

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.