History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-23862
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Maxim Shafirov
Reporter: Alexander Chernikov
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Erroneous path variable is written to .ipr's UsedPathMacros

Created: 12 Dec 07 23:23   Updated: 24 Dec 07 17:42
Component/s: None
Fix Version/s: Selena 7.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-16758 Upgrading from 7.0.2 to build 7613 br... Resolved

Build: 8,051
Fixed in build: 7,617


 Description  « Hide
Define a path variable (tested: APACHES = C:/Apache/, contain all Apache stuff).
Create a project, add a module.
Add dependency to a file under the path, denoted by variable.
Switch from IDEA.
Check .ipr: UsedPathMacro section is created and contains reference to not existing jar://$APACHES$ macro. It should be APACHES, like before.

On reopening project user gets a dialog with request to define jar://$APACHES$.



 All   Comments   Work Log   Change History      Sort Order:
Sascha Weinreuter - 13 Dec 07 12:47
I'm seeing the same in #7601:
<UsedPathMacros>
  <macro name="PROJECT" />
  <macro name="file://$PROJECT$" />
  <macro name="jar://$PROJECT$" />
</UsedPathMacros>

Sascha Weinreuter - 19 Dec 07 18:49
I think this should be fixed for the first 7.0.3 EAP - even for an EAP, damaged project files are not good...

Alexander Chernikov - 24 Dec 07 17:42
7619, 8066: fix confirmed.