Warning when compiling with release profile

2023-11-24 Thread Heinz Koeck

Hello forum,

I work with WIN11, NetBean 15, Java SDK-19 and get the following warning 
when compiling with release profile. What can I do?


cd D:\Heinz\EigeneProgrammeSource\NetBeansProjects\MavenMitFX; 
"JAVA_HOME=C:\\Program Files\\Java\\jdk-19" cmd /c "\"C:\\Program 
Files\\NetBeans-15\\netbeans\\java\\maven\\bin\\mvn.cmd\" 
\"-Dmaven.ext.class.path=C:\\Program 
Files\\NetBeans-15\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar\" 
-Prelease-profile clean install"

Scanning for projects...

Some problems were encountered while building the effective model for 
com.hk:MavenMitFX:jar:0.1
'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-source-plugin is missing. @ 
org.apache.maven:maven-model-builder:3.8.6:super-pom, 
jar:file:/C:/Program%20Files/NetBeans-15/netbeans/java/maven/lib/maven-model-builder-3.8.6.jar!/org/apache/maven/model/pom-4.0.0.xml, 
line 113, column 19


--
Heinz Köck
Tel: +43 (0)677 619 331 67
Home: members.chello.at/Heinz.koeck


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



SOLVED: Re: "Import from Excluded" hint/warning in Gradle project

2023-06-09 Thread Ernie Rael

On 23/06/08 4:26 PM, Ernie Rael wrote:


I'm getting "Import from Excluded", in a project I've just created, 
I've never seen it before.


There's "Tools > Options > Editor > CodeCompletion > Java" and the class 
in question was in the "Exclude" list. Removed it and the hint/warning 
went away.


I wonder how it was added to the list. Didn't see anything in the menus. 
"exc" doesn't appear in the keyboard shortcuts list, and it's not one of 
the shortcuts listed with "import".


-ernie


I haven't used NB for a few releases if that might be relevant. The 
import is from an ANTLR4 generated file (manually copied to it's 
target location) within this project's source tree. Builds and runs OK 
(a few printfs is the whole project).


Going to "Configure ... Hint" I see

Import from package or class which has been labelled "Excluded" in
the Code Complete

Where did the labeling come from and how can get rid of it? I've 
looked around a bit


This is the source code

package com.raelity.astrolog.castro;
import com.raelity.astrolog.castro.antlr.AstroBaseListener;

public class CastroEcho extends AstroBaseListener
{
ParseTreeProperty echo = new ParseTreeProperty<>();
}

If I do "InsertCode > OverrideMethod" it find the expected stuff.

Any idea what's going on?

-ernie



"Import from Excluded" hint/warning in Gradle project

2023-06-08 Thread Ernie Rael
I'm getting "Import from Excluded", in a project I've just created, I've 
never seen it before. I haven't used NB for a few releases if that might 
be relevant. The import is from an ANTLR4 generated file (manually 
copied to it's target location) within this project's source tree. 
Builds and runs OK (a few printfs is the whole project).


Going to "Configure ... Hint" I see

   Import from package or class which has been labelled "Excluded" in
   the Code Complete

Where did the labeling come from and how can get rid of it? I've looked 
around a bit


This is the source code

   package com.raelity.astrolog.castro;
   import com.raelity.astrolog.castro.antlr.AstroBaseListener;

   public class CastroEcho extends AstroBaseListener
   {
   ParseTreeProperty echo = new ParseTreeProperty<>();
   }

If I do "InsertCode > OverrideMethod" it find the expected stuff.

Any idea what's going on?

-ernie


Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Geertjan Wielenga
Or use an OpenJDK distro where that is true?

Gj

On Thu, Jan 13, 2022 at 6:46 PM Jean-Marc Borer  wrote:

> I checked the content of the manifest file of module
> org-netbeans-libs-javafx.jar
>
> And actually I found:
> 
> OpenIDE-Module-Requires: org.openide.modules.ModuleFormat1
> Class-Path: %24%7Bjava.home%7D/lib/ext/jfxrt.jar
>
> Is this sequence someting that is expected? The Maven build seems to have
> issues with that.
>
> On Thu, Jan 13, 2022 at 5:39 PM Jean-Marc Borer  wrote:
>
>> zulu8.58.0.13-ca-fx-jdk8.0.312-win_x64\jre\lib\ext
>> where jfxrt.jar exists... and JFX works in the application later. Just
>> wondering why such warning is generated.
>>
>> On Thu, Jan 13, 2022 at 5:35 PM Geertjan Wielenga <
>> geertjan.wiele...@googlemail.com> wrote:
>>
>>> Probably lib/ext/jfxrt.jar does not exist?
>>>
>>> Which JDK is it that you are using?
>>>
>>> Gj
>>>
>>> On Thu, Jan 13, 2022 at 6:32 PM Jean-Marc Borer 
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>> Does anyone know how to fix this warning when I build my RCP app?
>>>>
>>>> Could not resolve Class-Path item in
>>>> org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path
>>>> is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping
>>>>
>>>> Regards
>>>>
>>>


Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
I checked the content of the manifest file of module
org-netbeans-libs-javafx.jar

And actually I found:

OpenIDE-Module-Requires: org.openide.modules.ModuleFormat1
Class-Path: %24%7Bjava.home%7D/lib/ext/jfxrt.jar

Is this sequence someting that is expected? The Maven build seems to have
issues with that.

On Thu, Jan 13, 2022 at 5:39 PM Jean-Marc Borer  wrote:

> zulu8.58.0.13-ca-fx-jdk8.0.312-win_x64\jre\lib\ext
> where jfxrt.jar exists... and JFX works in the application later. Just
> wondering why such warning is generated.
>
> On Thu, Jan 13, 2022 at 5:35 PM Geertjan Wielenga <
> geertjan.wiele...@googlemail.com> wrote:
>
>> Probably lib/ext/jfxrt.jar does not exist?
>>
>> Which JDK is it that you are using?
>>
>> Gj
>>
>> On Thu, Jan 13, 2022 at 6:32 PM Jean-Marc Borer 
>> wrote:
>>
>>> Hello,
>>>
>>> Does anyone know how to fix this warning when I build my RCP app?
>>>
>>> Could not resolve Class-Path item in
>>> org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path
>>> is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping
>>>
>>> Regards
>>>
>>


Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
zulu8.58.0.13-ca-fx-jdk8.0.312-win_x64\jre\lib\ext
where jfxrt.jar exists... and JFX works in the application later. Just
wondering why such warning is generated.

On Thu, Jan 13, 2022 at 5:35 PM Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> Probably lib/ext/jfxrt.jar does not exist?
>
> Which JDK is it that you are using?
>
> Gj
>
> On Thu, Jan 13, 2022 at 6:32 PM Jean-Marc Borer  wrote:
>
>> Hello,
>>
>> Does anyone know how to fix this warning when I build my RCP app?
>>
>> Could not resolve Class-Path item in
>> org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path
>> is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping
>>
>> Regards
>>
>


Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Geertjan Wielenga
Probably lib/ext/jfxrt.jar does not exist?

Which JDK is it that you are using?

Gj

On Thu, Jan 13, 2022 at 6:32 PM Jean-Marc Borer  wrote:

> Hello,
>
> Does anyone know how to fix this warning when I build my RCP app?
>
> Could not resolve Class-Path item in
> org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path
> is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping
>
> Regards
>


JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
Hello,

Does anyone know how to fix this warning when I build my RCP app?

Could not resolve Class-Path item in
org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path
is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping

Regards


Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Thanks Neil.. using those options stopped that particular warning.. I will have 
to weed out which ones we don’t need but on my testing our app started up and 
we no longer get that error.

However, I am now seeing this in our logs.

WARNING: No interface org.openide.util.spi.SVGLoader instance found in 
ProxyLookup(class=class 
org.openide.util.Lookup$DefLookup)->[MetaInfServicesLookup[jdk.internal.loader.ClassLoaders$AppClassLoader@

INFO: No SVG loader available for loading jar:file:/!/org/netbeans/swing/etable/columns.svg

Thanks again!


> On Jun 23, 2021, at 1:28 PM, Neil C Smith  wrote:
> 
> On Wed, 23 Jun 2021 at 18:21, Tim Mullé  wrote:
>> We recently switched our application to run in JDK11 and we are seeing this 
>> warning in our logs.
>> I tried updating to the latest 124 maven reference but that didn’t seem to 
>> help.
> 
> You might want to look at which of the add-opens / add-exports you
> need to copy into your conf file from
> https://github.com/apache/netbeans/blob/master/nb/ide.launcher/netbeans.conf#L66
> 
> Best wishes,
> 
> Neil


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Neil C Smith
On Wed, 23 Jun 2021 at 18:21, Tim Mullé  wrote:
> We recently switched our application to run in JDK11 and we are seeing this 
> warning in our logs.
> I tried updating to the latest 124 maven reference but that didn’t seem to 
> help.

You might want to look at which of the add-opens / add-exports you
need to copy into your conf file from
https://github.com/apache/netbeans/blob/master/nb/ide.launcher/netbeans.conf#L66

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Hi,

We recently switched our application to run in JDK11 and we are seeing this 
warning in our logs.
I tried updating to the latest 124 maven reference but that didn’t seem to help.

I looked in the GitHub code base for any reported issues but didn’t see to find 
any for this issue.

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.openide.util.RequestProcessor$TopLevelThreadGroup .. to method 
sun.awt.AppContext.getAppContext()
WARNING: Please consider reporting this to the maintainers of 
org.openide.util.RequestProcessor$TopLevelThreadGroup
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

Thanks,
- Tim



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



WARNING: message wants me to report it

2021-02-12 Thread Don

I tend to stay with Long Term Releases so my current version is 12.0.

Recently, the icon on the desktop that I used to start Netbeans got 
lost, so I created a .sh to cd to the netbeans/bin folder and exec 
./netbeans.  But since it runs in a terminal, when it starts and stops I 
see messages I never saw before. This one is:


    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by 
org.netbeans.swing.plaf.gtk.ThemeValue 
(jar:file:/home/netbeans-12.0/netbeans 
/platform/modules/org-netbeans-swing-plaf.jar!/) to method 
javax.swing.plaf.synth.SynthStyle.getColorForState(javax.swing.plaf.synth.SynthContext,javax.swing.plaf.synth.ColorType)
    WARNING: Please consider reporting this to the maintainers of 
org.netbeans.swing.plaf.gtk.ThemeValue


Has anyone seen this?  I take it isn't critical until it gets to a 
future release and the warning changes to an error.


Don


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: [Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Richard Grenon
Geertjan, thank you for your reply.

I am continuing with this good tutorial.

Richard

Le ven. 15 janv. 2021 à 11:52, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> a écrit :

> It’s unrelated to your code, it refers to something one of the JARs is
> doing that is part of the NetBeans Platform. Don’t worry about it.
>
> Gj
>
> On Fri, 15 Jan 2021 at 11:49, Richard  wrote:
>
>> Hello.
>>
>> I am using Netbeans 12 on Linux Mint 19.3 x64 OS in order to perform the
>> four steps Netbeans platform tutorial "EventManager" which starts here :
>>
>> https://platform.netbeans.org/tutorials/nbm-selection-1.html
>>
>> I am able to run each step of the tutorial (currently the third one),
>> but I am always receiving this warning:
>>
>> > WARNING: An illegal reflective access operation has occurred
>> > WARNING: Illegal reflective access by
>> > org.netbeans.ProxyURLStreamHandlerFactory
>> > (file:/home/richard/netbeans-12.0/netbeans/platform/lib/boot.jar) to
>> > field java.net.URL.handler
>> > WARNING: Please consider reporting this to the maintainers of
>> > org.netbeans.ProxyURLStreamHandlerFactory
>> > WARNING: Use --illegal-access=warn to enable warnings of further
>> > illegal reflective access operations
>> > WARNING: All illegal access operations will be denied in a future
>> release
>>
>> I searched on internet and I found that other users reported this kind
>> of warning (but not for the same class), but I did not find something
>> that could help me.
>>
>> Is this warning already reported to the maintainers and the bug
>> corrected in the last Netbeans 12.2 version ?
>>
>> Thanks in advance for infos.
>>
>> Richard
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
>> For additional commands, e-mail: users-h...@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>


Re: [Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Geertjan Wielenga
It’s unrelated to your code, it refers to something one of the JARs is
doing that is part of the NetBeans Platform. Don’t worry about it.

Gj

On Fri, 15 Jan 2021 at 11:49, Richard  wrote:

> Hello.
>
> I am using Netbeans 12 on Linux Mint 19.3 x64 OS in order to perform the
> four steps Netbeans platform tutorial "EventManager" which starts here :
>
> https://platform.netbeans.org/tutorials/nbm-selection-1.html
>
> I am able to run each step of the tutorial (currently the third one),
> but I am always receiving this warning:
>
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.ProxyURLStreamHandlerFactory
> > (file:/home/richard/netbeans-12.0/netbeans/platform/lib/boot.jar) to
> > field java.net.URL.handler
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.ProxyURLStreamHandlerFactory
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future release
>
> I searched on internet and I found that other users reported this kind
> of warning (but not for the same class), but I did not find something
> that could help me.
>
> Is this warning already reported to the maintainers and the bug
> corrected in the last Netbeans 12.2 version ?
>
> Thanks in advance for infos.
>
> Richard
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


[Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Richard

Hello.

I am using Netbeans 12 on Linux Mint 19.3 x64 OS in order to perform the 
four steps Netbeans platform tutorial "EventManager" which starts here :


https://platform.netbeans.org/tutorials/nbm-selection-1.html

I am able to run each step of the tutorial (currently the third one), 
but I am always receiving this warning:



WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.ProxyURLStreamHandlerFactory 
(file:/home/richard/netbeans-12.0/netbeans/platform/lib/boot.jar) to 
field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release


I searched on internet and I found that other users reported this kind 
of warning (but not for the same class), but I did not find something 
that could help me.


Is this warning already reported to the maintainers and the bug 
corrected in the last Netbeans 12.2 version ?


Thanks in advance for infos.

Richard


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



LeakingThisInConstructor warning not working correctly?

2020-11-01 Thread Owen Thomas
 In NB 12.1, I have the following code in a constructor of a class named
Challenge:

@SuppressWarnings("LeakingThisInConstructor")
public Challenge(R
resonance,Connectionconnection,I identity,R_MES
messageResonance)throws Problem{

//...

this.messageResonance.getReferee().addRefereeSubscription(this);
this.messageResonance.getIndex().addIndexSubscription(this);

messageResonance.addChallenge((SU)this);
}

When I remove the @SuppressWarnings annotation, I see two yellow light
bulbs next to the lines ending (this);, but none next to the line ending
(SU(this)); where SU is a parameterised type. Does this perhaps belie a
problem with the editor warnings?


Maven Warning. Ubuntu Users

2020-01-06 Thread Zahid Rahman
To all ubuntu Maven  users.

Do NOT  install maven using
sudo apt install maven

Install by  direct download  only  from
https://maven.apache.org/download.cgi

BECAUSE:

"I seem to remember they [ubuntu] have their own build of Maven which
differs from the Apache source.

( https://bugs.launchpad.net/ubuntu/+source/maven/+bug/1754602  suggests
it's a known bug in their packaging/build? )

If you download Maven from http://maven.apache.org/download.cgi and follow
the instructions in http://maven.apache.org/install.html then you shouldn't
see those warnings. "
   ‐---

The Java 11 warning mentions that "/usr/share/maven/lib/guice.jar" has a
class named "com.google.inject.internal.cglib.core.$ReflectUtils$1"

This looks suspect because the official Maven distribution uses the
"no-AOP" version of Guice which doesn't contain any CGLIB classes. It
suggests that whoever provided that copy of Maven has replaced the "no-AOP"
version with the "AOP" version, and this will cause warnings on Java 11.
(The "AOP" version uses CGLIB which currently relies on certain reflective
access that Java 11 warns about - whereas the "no-AOP" version doesn't.)


Re: Installation minor warning

2019-12-28 Thread Emilian Bold
https://netbeans.org/bugzilla/show_bug.cgi?id=267272#c11 mentions that:

> also, those "startup" errors I'm having are coming from the "Delta 
> Hexadecimal Editor"
>
> http://deltahex.exbin.org/
>
> Disabling those plugins will fix your errors, but not the plugins.

--emi

On Sat, Dec 28, 2019 at 9:38 PM Zahid Rahman  wrote:
>
> Hi,
>
> I thought you may be interested in this minor warning When I was installing 
> the plugins
> "cannot create  file actions because 
> Loaders/Desktop/org-pr-nb-plugs-usd-BrowserWithSystem.shadow on filesystem 
> Default System is not a folder"
>
> Should I create this folder ?
>
> Zahid
> www.backbutton.co.uk
>

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Installation minor warning

2019-12-28 Thread Zahid Rahman
Hi,

I thought you may be interested in this minor warning When I was installing
the plugins
"cannot create  file actions because
Loaders/Desktop/org-pr-nb-plugs-usd-BrowserWithSystem.shadow on filesystem
Default System is not a folder"

Should I create this folder ?

Zahid
www.backbutton.co.uk


Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Geertjan Wielenga
Yes, done.

Gj

On Thu, 5 Dec 2019 at 07:25, Emilian Bold  wrote:

> Should be easy for the NetBeans PMC to contact Apache Legal and mention
> this.
>
> --emi
>
> On Wed, Dec 4, 2019 at 9:45 PM Eric J. Schwarzenbach
>  wrote:
> >
> > So that suggests that this mispelling of apache.org is being used
> maliciously. I seem to recall reading that this is illegal and there are
> actions Apache could take to have this domain shut down.
> >
> >
> > On 12/3/19 10:19 AM, Jens Zurawski wrote:
> >
> > I know, it's just a typo. But I accidentally clicked on it and after
> that my browser went nuts in trying to open some very suspicious stuff on
> and on again, so that I had to stop my browser the hard way by killing the
> process. Of course I didn't try the link again, so maybe it's gone by now.
> >
> > Best is: Just don't use the original address with the typo.
> >
> > cu
> > Jens
> >
> >
> > Am 03.12.2019 um 16:15 schrieb Neil C Smith:
> >
> >
> >
> > On Tue, 3 Dec 2019, 14:53 Chuck Davis,  wrote:
> >>
> >> If you hover on the link google created it indicates it's going to
> maven but then goes anyplace else.
> >
> >
> > It's just a typo, not malicious. Spell Apache right and you're fine.
> >
> > Best wishes,
> >
> > Neil
> >
> >
> >
> > --
> > jens zurawski
> > diegurus - zurawski zurawski poppl rohland GbR
> > juister straße 3
> > 65199 wiesbaden
> >
> > kaspersweg 7b
> > 26131 oldenburg
> >
> > internet http://www.diegurus.de
> >
> > tel +49(0)611 72437966
> >
> >
> > CONFIDENTIALITY NOTICE: This e-mail message is intended only for the
> > person or entity to which it is addressed and may contain confidential
> > and/or privileged material. Any unauthorized review, use, disclosure or
> > distribution is prohibited. If you are not the intended recipient,
> > please contact the sender by reply e-mail and destroy all copies of the
> > original message.  If you are the intended recipient but do not wish to
> > receive communications through this medium, please so advise the sender
> > immediately.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Emilian Bold
Should be easy for the NetBeans PMC to contact Apache Legal and mention this.

--emi

On Wed, Dec 4, 2019 at 9:45 PM Eric J. Schwarzenbach
 wrote:
>
> So that suggests that this mispelling of apache.org is being used 
> maliciously. I seem to recall reading that this is illegal and there are 
> actions Apache could take to have this domain shut down.
>
>
> On 12/3/19 10:19 AM, Jens Zurawski wrote:
>
> I know, it's just a typo. But I accidentally clicked on it and after that my 
> browser went nuts in trying to open some very suspicious stuff on and on 
> again, so that I had to stop my browser the hard way by killing the process. 
> Of course I didn't try the link again, so maybe it's gone by now.
>
> Best is: Just don't use the original address with the typo.
>
> cu
> Jens
>
>
> Am 03.12.2019 um 16:15 schrieb Neil C Smith:
>
>
>
> On Tue, 3 Dec 2019, 14:53 Chuck Davis,  wrote:
>>
>> If you hover on the link google created it indicates it's going to maven but 
>> then goes anyplace else.
>
>
> It's just a typo, not malicious. Spell Apache right and you're fine.
>
> Best wishes,
>
> Neil
>
>
>
> --
> jens zurawski
> diegurus - zurawski zurawski poppl rohland GbR
> juister straße 3
> 65199 wiesbaden
>
> kaspersweg 7b
> 26131 oldenburg
>
> internet http://www.diegurus.de
>
> tel +49(0)611 72437966
>
>
> CONFIDENTIALITY NOTICE: This e-mail message is intended only for the
> person or entity to which it is addressed and may contain confidential
> and/or privileged material. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the intended recipient,
> please contact the sender by reply e-mail and destroy all copies of the
> original message.  If you are the intended recipient but do not wish to
> receive communications through this medium, please so advise the sender
> immediately.

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Eric J. Schwarzenbach
So that suggests that this mispelling of apache.org is being used 
maliciously. I seem to recall reading that this is illegal and there are 
actions Apache could take to have this domain shut down.



On 12/3/19 10:19 AM, Jens Zurawski wrote:
I know, it's just a typo. But I accidentally clicked on it and after 
that my browser went nuts in trying to open some very suspicious stuff 
on and on again, so that I had to stop my browser the hard way by 
killing the process. Of course I didn't try the link again, so maybe 
it's gone by now.


Best is: Just don't use the original address with the typo.

cu
Jens


Am 03.12.2019 um 16:15 schrieb Neil C Smith:



On Tue, 3 Dec 2019, 14:53 Chuck Davis, > wrote:


If you hover on the link google created it indicates it's going
to maven but then goes anyplace else.


It's just a typo, not malicious. Spell Apache right and you're fine.

Best wishes,

Neil




--
jens zurawski
diegurus - zurawski zurawski poppl rohland GbR
juister straße 3
65199 wiesbaden

kaspersweg 7b
26131 oldenburg

internethttp://www.diegurus.de

tel +49(0)611 72437966


CONFIDENTIALITY NOTICE: This e-mail message is intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient,
please contact the sender by reply e-mail and destroy all copies of the
original message.  If you are the intended recipient but do not wish to
receive communications through this medium, please so advise the sender
immediately.


Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Jens Zurawski
I know, it's just a typo. But I accidentally clicked on it and after 
that my browser went nuts in trying to open some very suspicious stuff 
on and on again, so that I had to stop my browser the hard way by 
killing the process. Of course I didn't try the link again, so maybe 
it's gone by now.


Best is: Just don't use the original address with the typo.

cu
Jens


Am 03.12.2019 um 16:15 schrieb Neil C Smith:



On Tue, 3 Dec 2019, 14:53 Chuck Davis, > wrote:


If you hover on the link google created it indicates it's going to
maven but then goes anyplace else.


It's just a typo, not malicious. Spell Apache right and you're fine.

Best wishes,

Neil




--
jens zurawski
diegurus - zurawski zurawski poppl rohland GbR
juister straße 3
65199 wiesbaden

kaspersweg 7b
26131 oldenburg

internet http://www.diegurus.de

tel +49(0)611 72437966


CONFIDENTIALITY NOTICE: This e-mail message is intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient,
please contact the sender by reply e-mail and destroy all copies of the
original message.  If you are the intended recipient but do not wish to
receive communications through this medium, please so advise the sender
immediately.



Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Neil C Smith
On Tue, 3 Dec 2019, 14:53 Chuck Davis,  wrote:

> If you hover on the link google created it indicates it's going to maven
> but then goes anyplace else.
>

It's just a typo, not malicious. Spell Apache right and you're fine.

Best wishes,

Neil


Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Chuck Davis
It wasn't intended to be a link gmail did that.  It was just a message
where to find the maven documentation.

If you hover on the link google created it indicates it's going to maven
but then goes anyplace else.

Correctdo not use the link.  Put the address in the browser manually.

On Tue, Dec 3, 2019 at 2:29 AM Jens Zurawski  wrote:

> Warning, this is a malicious link in this mail. Do not click on it!
>
> Am 03.12.2019 um 03:54 schrieb Chuck Davis:
>
> Chris, the documentation @ maven.apahce.org is getting better all the
> time.  It's even gotten understandable lately.  Certainly enough to get you
> started.  Start in the "User Center".
>
> On Mon, Dec 2, 2019 at 6:22 PM Chris Olsen  wrote:
>
>> Hello, Everyone --
>>
>>   I have a (possibly) related question.  I am also writing JavaFX
>> programs and I am thinking of moving from Ant to Maven (and Java 8 to Java
>> ??).   Is there a good resource about Maven that non-developers would
>> benefit from?  Java is about my 5th language so I'm OK with reading
>> technical stuff, but I' would want something that holds my hand in the
>> beginning.
>>
>>Thanks in advance!
>>
>>   -- Chris
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
>> For additional commands, e-mail: users-h...@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
> --
> jens zurawski
> diegurus - zurawski zurawski poppl rohland GbR
> juister straße 3
> 65199 wiesbaden
>
> kaspersweg 7b
> 26131 oldenburg
>
> internet http://www.diegurus.de
>
> tel +49(0)611 72437966
>
>
> CONFIDENTIALITY NOTICE: This e-mail message is intended only for the
> person or entity to which it is addressed and may contain confidential
> and/or privileged material. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the intended recipient,
> please contact the sender by reply e-mail and destroy all copies of the
> original message.  If you are the intended recipient but do not wish to
> receive communications through this medium, please so advise the sender
> immediately.
>
>


WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Jens Zurawski

Warning, this is a malicious link in this mail. Do not click on it!

Am 03.12.2019 um 03:54 schrieb Chuck Davis:
Chris, the documentation @ maven.apahce.org <http://maven.apahce.org> 
is getting better all the time.  It's even gotten understandable 
lately.  Certainly enough to get you started.  Start in the "User Center".


On Mon, Dec 2, 2019 at 6:22 PM Chris Olsen <mailto:col...@mchsi.com>> wrote:


Hello, Everyone --

  I have a (possibly) related question.  I am also writing JavaFX
programs and I am thinking of moving from Ant to Maven (and Java 8
to Java ??).   Is there a good resource about Maven that
non-developers would benefit from?  Java is about my 5th language
so I'm OK with reading technical stuff, but I' would want
something that holds my hand in the beginning.

   Thanks in advance!

  -- Chris


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
<mailto:users-unsubscr...@netbeans.apache.org>
For additional commands, e-mail: users-h...@netbeans.apache.org
<mailto:users-h...@netbeans.apache.org>

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



--
jens zurawski
diegurus - zurawski zurawski poppl rohland GbR
juister straße 3
65199 wiesbaden

kaspersweg 7b
26131 oldenburg

internet http://www.diegurus.de

tel +49(0)611 72437966


CONFIDENTIALITY NOTICE: This e-mail message is intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient,
please contact the sender by reply e-mail and destroy all copies of the
original message.  If you are the intended recipient but do not wish to
receive communications through this medium, please so advise the sender
immediately.



Warning

2019-09-02 Thread mmouer
Why isn’t this handled automatically when moving a project from a previous 
JDK(10 to 12)?
I would think especially when doing a Clean & Build using the latest version of 
the IDE(10.0 to 11.1).

I’ve just recently begun using an IDE and have experienced several similar 
problems that I think should be handled by NetBeans.

I expect problems like this when using the command line.

warning: [options] bootstrap class path not set in conjunction with -source 10
1 warning

Best Regards,

Michael


Help w/ Maven project warning: 'system' scoped dependency was not found.

2019-07-26 Thread Jeff
Setup: Netbeans 11.1 + Oracle JDK 12.02 with project building with JDK 1.8.

I have a multi-module project and 2 of the modules show this 'warning'
about a system-scoped dependency not found but I don't include any specific
system scoped dependencies.

If I run the 'mvn dependency:tree -Dverbose'  command the only 'system'
dependency that is listed is:

[INFO] |  |  \- sun.jdk:rt.jar:jar:1.8:system


Yet in my Java Dependencies (shown by NetBeans), under the JDK 1.8 node,
rt.jar is listed (assuming that is the one it is needing).

Anyone else seen something like this or know how to resolve it?  Clicking
the "Resolve..." button doesn't seem to do anything obvious.

Thanks!

[image: image.png]

[image: image.png]


Re: Help w/ Maven project warning: 'system' scoped dependency was not found.

2019-07-26 Thread Jeff
Forgot images may not go through.

The warning text from the "Resolve Project Problems" dialog are:

A 'system' scope dependency was not found. Code completion is affected.

There is a 'system' scoped dependency in the project but the path to the
binary is not valid.
Please check that the path is absolute and points to an existing binary.

 But beyond what the dependency:tree output showed it isn't obvious what it
is looking for.

Thanks!

On Fri, Jul 26, 2019 at 11:28 AM Jeff  wrote:

> Setup: Netbeans 11.1 + Oracle JDK 12.02 with project building with JDK 1.8.
>
> I have a multi-module project and 2 of the modules show this 'warning'
> about a system-scoped dependency not found but I don't include any specific
> system scoped dependencies.
>
> If I run the 'mvn dependency:tree -Dverbose'  command the only 'system'
> dependency that is listed is:
>
> [INFO] |  |  \- sun.jdk:rt.jar:jar:1.8:system
>
>
> Yet in my Java Dependencies (shown by NetBeans), under the JDK 1.8 node,
> rt.jar is listed (assuming that is the one it is needing).
>
> Anyone else seen something like this or know how to resolve it?  Clicking
> the "Resolve..." button doesn't seem to do anything obvious.
>
> Thanks!
>
> [image: image.png]
>
> [image: image.png]
>