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

Key: IDEADEV-21121
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Nikolay Chashnikov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

Project conversion 6.0->7.0: former EAR module gets superfluous dependencies

Created: 14 Sep 07 14:34   Updated: 06 Dec 07 19:25
Component/s: Project Configuration, J2EE
Fix Version/s: Selena 7.0.2

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

Build: 7,278
Fixed in build: 7,591


 Description  « Hide
Provide the following project in IDEA 6.0.x (tested 6191): Java EE module mod-ee, EJB module mod-ejb, Web module mod-web.
Set "Do not include" for mod-ejb and mod-web in mod-ee settings (the issue is actual with other settings too).
Open project in IDEA 7, agree to convert. Resulted mod-ee java module has dependencies to mod-ejb and mod-web.
These dependencies are superfluous: former module had no them, and java ee packaging settings are available anyway.
So, generate module dependencies only if former module had the same module dependencies.

 All   Comments   Work Log   Change History      Sort Order:
Nikolay Chashnikov - 18 Oct 07 11:22
In IDEA 6 "Include in build" option results in module dependency between containing and included modules. So in that case module dependency should be added after conversion.

Alexander Chernikov - 30 Oct 07 17:59
Exactly.

Fix confirmed in 7522.