Can I export the dynamic properties I added in my IDE?

I would like to share the dynamic properties I added during development?
My coworkers could load them (automatically during startup?) and get the apropriate IDE support?

Thanks,
klaus.

0

Hi Klaus,

If you use 'file based' project you should copy a tag 'I would like to share the dynamic properties I added during development?

My coworkers could load them (automatically during startup?) and get the
apropriate IDE support?

>

Thanks,
klaus.

>

---
Original message URL:
http://www.jetbrains.net/devnet/message/5249431#5249431


0

Actually, all you need is to put .ipr file or dynamic.xml to the version
control, and your co-workers will get all the dynamics automatically.

Maxim Medvedev wrote:

Hi Klaus,

If you use 'file based' project you should copy a tag '<component
name="DynamicElementsStorage"> from ipr file.
If you use 'directory based' project (available in last EAP versions)
you need to copy a file 'dynamic.xml' from a folder '.idea'

--
Maxim Medvedev
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"

"Klaus Baumecker" <no_reply@jetbrains.com> wrote in message
news:5642405.194541257761561742.JavaMail.clearspace@app8.labs.intellij.net...

>> I would like to share the dynamic properties I added during development?
>> My coworkers could load them (automatically during startup?) and get
>> the apropriate IDE support?
>>
>> Thanks,
>> klaus.
>>
>> ---
>> Original message URL:
>> http://www.jetbrains.net/devnet/message/5249431#5249431

0

请先登录再写评论。