how to list org.netbeans.core.windows as a friend

View: New views
2 Messages — Rating Filter:   Alert me  

how to list org.netbeans.core.windows as a friend

by Nelson Soares :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm trying to list netbeans.core.windows as friend to my module into the manifest.mf file, like this :

 OpenIDE-Module-Friends: org.netbeans.core.windows

But I have always this built error:

Module dependency has friend dependency on org.netbeans.core.windows/2but is not listed as friend.

I don't understand what I'm doing wrong !!!

Thanks

Nelson Soares

Re: how to list org.netbeans.core.windows as a friend

by bruehlicke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There was a longer discussion back in July - see
http://forums.netbeans.org/topic15334.html&highlight=friend

Toni Epple also blogged about this :  http://eppleton.sharedhost.de/blog/?p=820

Maybe this helps.

As much as I see is the best way NOT to try to make a friend and see
if you can work around it. (if possible at all)

B-)

On Fri, Oct 23, 2009 at 8:43 AM, Nelson Soares <soares@...> wrote:

> Hi,
>
> I'm trying to list netbeans.core.windows as friend to my module into the manifest.mf file, like this :
>
>  OpenIDE-Module-Friends: org.netbeans.core.windows
>
> But I have always this built error:
>
> Module dependency has friend dependency on org.netbeans.core.windows/2but is not listed as friend.
>
> I don't understand what I'm doing wrong !!!
>
> Thanks
>
> Nelson Soares
>