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

Key: IDEADEV-22679
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Johannes Graham
Votes: 0
Watchers: 1
Operations

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

jar directories as module libraries are not preserved when using eclipse-format dependency storage

Created: 16 Oct 07 19:23   Updated: 06 Dec 07 18:51
Component/s: Compiling Project
Fix Version/s: Selena 7.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,361
Fixed in build: 7,512
Severity: High


 Description  « Hide
I have a project that uses jar directories as module libraries (the directories are populated via ant/ivy). This works as expected when using the IDEA dependency storage format, but does not work when using eclipse-format dependency storage.

While everything seems find after first changing formats, upon reloading the project, none of the jar files in the directories are found.

Looking at the .classpath file shows that both class directories and jar directories are represented the same way:
Jar directory: <classpathentry kind="lib" path="target/external-deps" />

class directory <classpathentry kind="lib" path="D:/workspace/classes" />

I am guessing that any jar directory dependency that gets saved to .classpath is converted to a class directory dependency on reload.

This leaves me having to choose between jar directories and eclipse interop, both of which I find very valuable.



 All   Comments   Work Log   Change History      Sort Order:
Anna Kozlova - 17 Oct 07 17:16
Eclipse doesn't support jar directories. I suppose we won't support this feature for eclipse-format.
Fix will include "conversion" warning.
Thank you.