Re: Yenta plugin

2019-09-11 Thread Jean-Marc Borer
To answer Christian's question: Yenta is super useful to access public classes that you are ment to be friend with. This avoids to declare implementation dependencies. However if you need to access private classes, you will have no other option as to depend on an implementation version of the

Re: Yenta plugin

2019-09-11 Thread Jean-Marc Borer
Thank you Tim. You are right about the backward compatibility. I am also using Yenta 1.1 (linked to NB 7.2) with my 11.1 application. It works perfect. However some Maven tools tend to be "too" smart (IntelliJ I see you ;-) and try to retrieve all transitive dependencies. Apparently RELEASE72 as

Re: Yenta plugin

2019-09-11 Thread Tim Boudreau
> I use Jesse's org.netbeans.contrib.yenta plugin to overcome annoying (and > too restrictive) dependencies in one of my NB based application. However > Yenta is still linked to NB 7.2. > That version works fine with the latest dev builds. I am using it. Bear in mind, with modules, you *want

AW: Yenta plugin

2019-09-11 Thread Christian Lenz
: Re: Yenta plugin Just check with Jesse, he's on this mailing list, you should be able to find his e-mail address, maybe ask him to donate it to Apache NetBeans or to publish it in the Plugin Portal. Gj On Wed, Sep 11, 2019 at 10:18 AM Jean-Marc Borer wrote: > I found the sources here: > &

Re: Yenta plugin

2019-09-11 Thread Geertjan Wielenga
Just check with Jesse, he's on this mailing list, you should be able to find his e-mail address, maybe ask him to donate it to Apache NetBeans or to publish it in the Plugin Portal. Gj On Wed, Sep 11, 2019 at 10:18 AM Jean-Marc Borer wrote: > I found the sources here: > >

Re: Yenta plugin

2019-09-11 Thread Jean-Marc Borer
I found the sources here: https://github.com/jglick/yenta I just cloned the repo, fixed the dependencies declaration for NB 11 and compiled it. Somehow it worked but did no pass the tests. I'll have to investigate. Question: how can I publish it later on if I manage to fix it properly? On Wed,

Re: Yenta plugin

2019-09-11 Thread Geertjan Wielenga
Or maybe you could work on Yenta and get it to work with the latest releases? Gj On Wed, Sep 11, 2019 at 9:54 AM Jean-Marc Borer wrote: > Hi guys, > > I use Jesse's org.netbeans.contrib.yenta plugin to overcome annoying (and > too restrictive) dependencies in one of my NB based application.

Yenta plugin

2019-09-11 Thread Jean-Marc Borer
Hi guys, I use Jesse's org.netbeans.contrib.yenta plugin to overcome annoying (and too restrictive) dependencies in one of my NB based application. However Yenta is still linked to NB 7.2. https://javalibs.com/artifact/org.netbeans.contrib.yenta/api Yenta allows me to use public classes from