Re: Module build fails in IDE but works on command line

2019-10-13 Thread Jaroslav Tulach
st 9. 10. 2019 v 20:15 odesílatel Siddhesh Rane napsal: > October 9, 2019 10:21 AM, "Jaroslav Tulach" > wrote: > > > Looks like the deprecated > > > >> Class org.netbeans.modules.openfile.PackagePanel > >> "E1.2 - API type removed" : method public java.awt.peer.ComponentPeer > > > >

Re: Module build fails in IDE but works on command line

2019-10-10 Thread Christian Oyarzun
Setting locations of the JDK to JDK8 in the netbeans.conf file should allow it to work in the IDE. netbeans_jdkhome="/path/to/jdk8" On Thu, Oct 10, 2019 at 4:09 AM Jens Hofschröer wrote: > Am 09.10.2019 um 20:08 schrieb Siddhesh Rane: > > October 9, 2019 10:21 AM, "Jaroslav Tulach" > wrote: >

Re: Module build fails in IDE but works on command line

2019-10-10 Thread Jens Hofschröer
Am 09.10.2019 um 20:08 schrieb Siddhesh Rane: October 9, 2019 10:21 AM, "Jaroslav Tulach" wrote: Looks like the deprecated Class org.netbeans.modules.openfile.PackagePanel "E1.2 - API type removed" : method public java.awt.peer.ComponentPeer java.awt.Component.getPeer() anno 0

Re: Module build fails in IDE but works on command line

2019-10-09 Thread Siddhesh Rane
October 9, 2019 10:21 AM, "Jaroslav Tulach" wrote: > Looks like the deprecated > >> Class org.netbeans.modules.openfile.PackagePanel >> "E1.2 - API type removed" : method public java.awt.peer.ComponentPeer > > java.awt.Component.getPeer() >> anno 0 java.lang.Deprecated() > > method got

Re: Module build fails in IDE but works on command line

2019-10-08 Thread Jaroslav Tulach
Looks like the deprecated > Class org.netbeans.modules.openfile.PackagePanel > "E1.2 - API type removed" : method public java.awt.peer.ComponentPeer java.awt.Component.getPeer() > anno 0 java.lang.Deprecated() method got removed. If that is true, we will have to update the `.sigfile` (or files)

Module build fails in IDE but works on command line

2019-10-02 Thread Siddhesh Rane
I have been trying to compile the ide/utilities module from within Netbeans 11.1 but it fails with an error related to api signature failing (error pasted below). The same module compiles fine if I call ant build on the command line in the module directory. In both the cases I have used the