Closed Khinsu closed 10 years ago
what did you mean? The settings are saved. When you restart your workspace the last settings should be taken. But the settings a project specific. This means you can configure each project in each workspace separate. Do you have a problem with storing the settings in your projects?
I want to commit the settings in svn, so that i can checkout them at another workstation
yes your are right. I use the Persistent properties to store the resource-specific information on disk. For example you will find the settings in a file like:
/home/dev/eclipse_workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/my_jee_project-ear/.indexes
But this file typically is part of your code repository because its a workspace setting.
So a solution would be to store the preferences in the Project Preferences and not in the Workspace Persistent properties.
Yes that's exactly what i would need.
ok - now I added this feature :-)
Take a look at the project update site (http://www.imixs.org/manik.updatesite/). You will see the new version 1.0.5 with the feature you requested.
The properties are now stored in the project .settings/ folder in the file 'org.imixs.eclipse.manik.prefs'. You can add this file into your source code repository to share the deployment configuration with your team.
I hope this will help you
works well for me, thanks you very much
closed
bug in builder..... can't read properties...
testing.....
closed - works fine
Hey,
is it possible to save the settings(paths and enabled) in die ../workspace/project/.settings/ ?