Why not file an issue in the repo for the plugin you’re dealing with to describe the problem?
Gj On Sunday, January 20, 2019, Thomas Willms <[email protected]> wrote: > Hello, > > "simply" is well said... > > first: > > import com.sun.source.tree.*; > import com.sun.source.util.TreePath; > import com.sun.source.util.Trees; > > is needed which are not present in the Apache Netbeans version 10. > I understand that the package name has changes and found that the files > are > in javac.jar but are they compatible? > Even downloading many of these files required by the program - still java > 6.0 - does not work: > > I searched for hours without finding TreePathScanner., Trees; etc. > > for (Tree clMember : clazz.getMembers()) { > if (clMember.getKind() == > Tree.Kind.METHOD) { > MethodTree method = > (MethodTree)clMember; > > Tree is a big Problem... > It should be part of Javac but I don't know the path. > Will it be compatible? I don't know.. > > It is not as easy and I have not so much time for searching... > > Can you help me? > > Thanks > > Thomas > > > > > > > > Am So., 20. Jan. 2019 um 15:23 Uhr schrieb Geertjan Wielenga < > [email protected]>: > >> Here's the reason for the problem you're having, i.e,, you could simply >> recompile the sources of the plugin and then provide a PR to the repo: >> >> https://github.com/GrolarDan/nb-apache-form-binding/issues/2 >> >> Gj >> >> On Sun, Jan 20, 2019 at 2:56 PM Geertjan Wielenga < >> [email protected]> wrote: >> >>> The mailing list works like any other mailing list. >>> >>> BeansBinding is GPL licensed so cannot be distributed by an Apache >>> project: https://github.com/apache/incubator-netbeans/pull/300 >>> >>> Gj >>> >>> >>> On Sun, Jan 20, 2019 at 2:50 PM Thomas Willms <[email protected]> >>> wrote: >>> >>>> Hello, >>>> >>>> how does the mailing list work? >>>> Who can help me with the following problem of beans binding? >>>> Could you integrate Beans binding again or help me using it ? >>>> >>>> Why is it said to be integrated in NB 10 but does not work? >>>> I used it in older software where I need it now and want to use it >>>> further. So this blocks me totally >>>> I found a plug-in >>>> [http://plugins.netbeans.org/plugin/74915/beans-binding- >>>> support-for-form-editor] >>>> but using it I get the messages below: >>>> Can you tell me how to use Netbeans with it? >>>> Whatever I install does not work. Like below plug-in versions do not >>>> correspond. >>>> Why updates of plug-ins does not give the right version to use it? >>>> Which version of Netbeans do I need? >>>> I already wasted a lot of time and I do not know to whom I could >>>> address... >>>> >>>> Thanks >>>> >>>> Thomas >>>> >>>> >Some plugins require plugin Classpath APIs to be installed. >>>> > The plugin Classpath APIs is requested in version >= 1.57 but only >>>> 1.56.1 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin Javac API Wrapper to be installed. >>>> > The plugin Javac API Wrapper is requested in version >= 8.25.0.3 but >>>> only 8.24.1.3 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin NetBeans Form Editor to be installed. >>>> > The plugin NetBeans Form Editor is requested in version >= 0.22.0.1.4 >>>> but only 0.21.1.1.4 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin Form Editor to be installed. >>>> > The plugin Form Editor is requested in version >= 1.61.0.4 but only >>>> 1.60.1.4 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin Java Source Base to be installed. >>>> > The plugin Java Source Base is requested in version >= >>>> 2.39.0.4.3.25.8.1 but only 2.37.1.4.3.25.8.1 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin External Libraries to be installed. >>>> > The plugin External Libraries is requested in version >= 1.57 but >>>> only 1.56.1 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin File System API to be installed. >>>> > The plugin File System API is requested in version >= 9.14 but only >>>> 9.13.1 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin Datasystems API to be installed. >>>> > The plugin Datasystems API is requested in version >= 7.71 but only >>>> 7.70.1 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin Nodes API to be installed. >>>> > The plugin Nodes API is requested in version >= 7.49 but only 7.48.1 >>>> was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > h3. Some plugins require plugin Lookup API to be installed. >>>> > The plugin Lookup API is requested in version >= 8.37 but only 8.36.1 >>>> was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > Some plugins require plugin Utilities API to be installed. >>>> > The plugin Utilities API is requested in version >= 9.12 but only >>>> 9.11.1 was found. >>>> > The following plugin is affected: >>>> > Beans Binding Support for Form Editor >>>> > Some plugins not installed to avoid potential installation problems. >>>> > >>>> > >>>> >>>
