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 200748 - Missing implementation of ExecProject in Maven NBM projects
Summary: Missing implementation of ExecProject in Maven NBM projects
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: Other Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 198318
  Show dependency tree
 
Reported: 2011-08-08 08:39 UTC by Jaroslav Tulach
Modified: 2011-08-27 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Skeleton (3.39 KB, patch)
2011-08-08 08:40 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2011-08-08 08:39:26 UTC
To allow issue 198318 to operate on maven projects we need an implementation of ExecProject interface for Maven.

I am providing a sketch, but I am not sure how exactly a maven project is supposed to be invoked.
Comment 1 Jaroslav Tulach 2011-08-08 08:40:57 UTC
Created attachment 109845 [details]
Skeleton
Comment 2 Jesse Glick 2011-08-26 13:24:07 UTC
core-main #ad2187170a2c
Comment 3 Jesse Glick 2011-08-26 13:26:48 UTC
core-main #0180fafeae6d
Comment 4 Jaroslav Tulach 2011-08-26 14:02:52 UTC
Yes, I think now the symlinks work.
Comment 5 Jesse Glick 2011-08-26 15:00:09 UTC
(In reply to comment #4)
> I think now the symlinks work.

What symlinks?
Comment 6 Jaroslav Tulach 2011-08-27 06:53:55 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > I think now the symlinks work.
> 
> What symlinks?

Opps, I've added comment to wrong issue.
Comment 7 Quality Engineering 2011-08-27 14:12:43 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/0180fafeae6d
User: Jesse Glick <jglick@netbeans.org>
Log: #200748: Missing implementation of ExecProject in Maven NBM projects