Allow configuration of directory as alternative to USERHOME [message #1730771] |
Thu, 28 April 2016 07:47  |
Eclipse User |
|
|
|
In many company networks the userhome is pointing to a roamed directory which has only a limited size. Oomph is currently storing the p2 bundlepool there. Therefore the directory is growing to large and causes synchronization problems.
Would it be possible to make the this location configurable?
Currently implementation is hardcode inside AgentManagerImpl?
public AgentManagerImpl()
{
this(new File(PropertiesUtil.USER_HOME));
}
What do you think about a something like an additional SystemProperty inside org.eclipse.oomph.internal.setup.SetupProperties named which is only used when given or is defaulting otherwise to userhome value.
What do you think?
Would you accept a contribution?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.25176 seconds