imixs / manik-hot-deploy

Maven Incremental hot deploy - a plugin for the Eclipse IDE
https://manik.imixs.org/
GNU General Public License v3.0
20 stars 7 forks source link

Save Hotdeployment path #3

Closed Khinsu closed 10 years ago

Khinsu commented 10 years ago

Hey,

is it possible to save the settings(paths and enabled) in die ../workspace/project/.settings/ ?

rsoika commented 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?

Khinsu commented 10 years ago

I want to commit the settings in svn, so that i can checkout them at another workstation

rsoika commented 10 years ago

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.

rsoika commented 10 years ago

So a solution would be to store the preferences in the Project Preferences and not in the Workspace Persistent properties.

Khinsu commented 10 years ago

Yes that's exactly what i would need.

rsoika commented 10 years ago

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

Khinsu commented 10 years ago

works well for me, thanks you very much

rsoika commented 10 years ago

closed

rsoika commented 10 years ago

bug in builder..... can't read properties...

rsoika commented 10 years ago

testing.....

rsoika commented 10 years ago

closed - works fine