pushing idea configuration files to VCS isn't an option. i'd rather go with modification of gradle build script since it's used in project import.
W dniu piątek, 21 marca 2014 09:54:55 UTC+1 użytkownik Diego Costantini napisał: > > Doesn't really sound like a solution to my problem :) > Eventually I might decide to remove them from VCS, but for now the > questions are: > 1 - why this change? > 2 - how to avoid it (without staying on an older version)? > > On Friday, March 21, 2014 9:36:29 AM UTC+1, Peter wrote: >> >> I don't check in the iml files into version control. Then it doesn't >> matter. >> >> >> >> 2014-03-21 9:19 GMT+01:00 Diego Costantini <[email protected]>: >> >>> Hi, >>> 0.5.2 changes my iml files to use absolute paths, which is unwanted >>> since I usually push them in VCS. >>> >>> Every time I start it up: >>> >>> <module external.linked.project.path="$MODULE_DIR$" >>> external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" >>> external.system.module.group="" >>> external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> >>> >>> becomes >>> >>> <module external.linked.project.path="C:\mypath" >>> external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" >>> external.system.module.group="" >>> external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> >>> >>> Any option to prevent that? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "adt-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
