This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 73840

Summary: UML Project Link Breaks with Mevenide
Product: uml Reporter: kebernet <kebernet>
Component: Reverse EngineeringAssignee: issues@uml <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: mkleint
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 78425    
Bug Blocks:    

Description kebernet 2006-03-21 21:01:22 UTC
Using the Mevenide project plug-in:
http://mevenide.codehaus.org/mevenide-netbeans-project/index.html

UML projects seem to break the round-trip they get after you import from a
pre-existing Maven project. The reverse engineering works properly to import the
UML objects. The nbproject/private/private.properties has the proper path to the
Maven/Mevenide project. However, the "Navigate to Source" context item and the
round-tripping code changes failt to work.
Comment 1 Milos Kleint 2006-06-24 07:21:33 UTC
the maven projects don't contain any ant specific items in the project lookup,
eg. no AntArtifact. That's probably the root of the problem.
Comment 2 Trey Spiva 2006-08-10 18:16:11 UTC
This is sounds simliar to the when reverse engineering a Java Project from an
exising Ant Script.  During reverse engineering, we are not correctly creating
the relative path to the source file artifact.
Comment 3 Viktor Lapitski 2008-09-19 22:18:33 UTC
Integration between UML and Java Projects has changed significantly 
from 5.5 going into 6.x NB releases. 

Using NB6.5 and NB Maven module v4.0.5 (downloaded from AU using Plugin Manager
Tools->Plugins) Reverse Engineering, Code Gen and Navigate To Source works ok.