views:

71

answers:

0

I'm trying to import an Eclipse workspace consisting of about 10 projects (3 web applications and other class libraries) to NetBeans. The problem is that these projects have some circular dependencies.

When I try to import the workspace into NetBeans, it gives lots (about 50? 60?) warnings about the circular dependencies. After frenetically clicking "Ok" on all those windows, all the projects are selected, but NetBeans insists to tell me that I must select at least one project, and won't let me click Finish.

How can I import such a workspace?

Thanks!