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 - UML Project Link Breaks with Mevenide
Summary: UML Project Link Breaks with Mevenide
Status: RESOLVED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on: 78425
Blocks:
  Show dependency tree
 
Reported: 2006-03-21 21:01 UTC by kebernet
Modified: 2008-09-19 22:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.