Thanks for you feedback. This did indeed fix my problem.
- Blaine
From: Eirik Bakke [mailto:eba...@ultorg.com]
Sent: Friday, February 1, 2019 12:40 PM
To: Blaine Bergeson (bbergeson) ; NetBeans Mailing List
Subject: [EXT] RE: Missing implementation of ProjectManager in a RCP Maven
project
In cases like these I find it helpful to search the NetBeans codebase. E.g.:
git clone g...@github.com:apache/incubator-netbeans.git
git grep ProjectManagerImplementation
The output includes the following line:
ide/projectapi.nb/src/org/netbeans/modules/projectapi/nb/NbProjectManager.java:public
Maybe this helps:
https://dzone.com/articles/how-create-maven-nb-project-type
Gj
On Wed, Jan 30, 2019 at 1:04 AM Blaine Bergeson (bbergeson) <
bberge...@micron.com> wrote:
> I am in the process of converting a working RCP Ant based application,
> built with NetBeans 8.2, over to NetBeans 8.2 Ma