Issue Details (XML | Word | Printable)

Key: MIDEA-91
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dennis Lundberg
Reporter: Vitaliy Shevchuk
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x IDEA Plugin

Incorrect web module definition if repository drive letter is lowercase

Created: 09/May/07 11:00 AM   Updated: 22/Jul/08 07:10 AM   Resolved: 22/Jul/08 07:10 AM
Return to search
Component/s: None
Affects Version/s: 2.0
Fix Version/s: 2.2

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. bug_mvn_idea.gif
(46 kB)
Environment: Windows


 Description  « Hide

In Windows, if local repository is defined with a lower case letter for a disk drive (for example: c:\repo instead of C:\repo), some incorrect values appears in "Web Module Setting->Modules and Libraries to Package".

The workaround is to declare the local repository with a capital disk drive letter.
However it is not obvious for everyone. I'm sure the correction (Or just a warning message) would be greatly appreciated by the IntelliJ lovers.

Cheers



Dennis Lundberg added a comment - 09/May/07 04:31 PM

Can you explain in more detail what you mean by "incorrect values". I don't understand the problem you are describing. If you have a pom.xml that shows off this behavior, that would really be helpful.


Vitaliy Shevchuk added a comment - 09/May/07 05:08 PM

sure! check out the attached file


Dennis Lundberg added a comment - 10/May/07 11:05 AM

Where did you define your local repository to be "c:\repo"? Not its value, but rather the location of the configuration change.


Vitaliy Shevchuk added a comment - 10/May/07 04:30 PM

in maven_path/conf/settings.xml


Dennis Lundberg added a comment - 22/Jul/08 07:10 AM

I can confirm that this is an issue in IDEA 6. In IDEA 7 it's not an issue.

This was fixed in r678728.