[jira] [Commented] (NETBEANS-2455) Splash screens for development version

2019-05-05 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833479#comment-16833479
 ] 

Junichi Yamamoto commented on NETBEANS-2455:


Great (y)

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833461#comment-16833461
 ] 

Michal Rama commented on NETBEANS-2481:
---

Well, improving and simplifying NetBeans would be perfect.

I would definitely make it easier to create a project (without Maven or Gradle).

Specifically, the automatic download of the OpenJavaFX library, storage to 
other NetBeans libraries and its automatic use when creating other projects.

Unfortunately, I have no other idea. But, the documentation from your link 
looks very promising.

I would be very grateful if she were part of NetBeans.

Thank you

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Resolved] (NETBEANS-1783) Support for JEP 330: Launch Single-File Source-Code Programs

2019-05-05 Thread Geertjan Wielenga (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Geertjan Wielenga resolved NETBEANS-1783.
-
Resolution: Fixed

Fixed: https://github.com/apache/netbeans/pull/1171

> Support for JEP 330: Launch Single-File Source-Code Programs
> 
>
> Key: NETBEANS-1783
> URL: https://issues.apache.org/jira/browse/NETBEANS-1783
> Project: NetBeans
>  Issue Type: Wish
>Reporter: Erik
>Assignee: Sarvesh Kesharwani
>Priority: Minor
>
> I've been doing Advent of code and found myself wanting to write, run and 
> debug Single-File Source-Code Programs as defined by JEP 330. See 
> [https://openjdk.java.net/jeps/330.] I think this feature could be useful to 
> people who know Java, want good IDE support, and want to write scripts 
> without having to resort to a different language. I also think this feature 
> could be useful in an educational setting to quickly get students up and 
> writing their first lines of Java without having to learn about project 
> structure. Catering to these audiences could help with increasing the 
> adoption of Netbeans.
> There's recently been some discussion about changing the default project type 
> in Create new project dialog. Maybe Single-File Source-Code programs could be 
> added there as well?
> Currently you can open and edit individual files but there is no way to run 
> and debug them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2506) Bundle the Open JFX NetBeans samples with Apache NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)
Geertjan Wielenga created NETBEANS-2506:
---

 Summary: Bundle the Open JFX NetBeans samples with Apache NetBeans
 Key: NETBEANS-2506
 URL: https://issues.apache.org/jira/browse/NETBEANS-2506
 Project: NetBeans
  Issue Type: Bug
Reporter: Geertjan Wielenga


In the Samples category in the New Project dialog, create a new subcategory 
named "OpenJFX" and there make the following samples available, to have them 
ready to be used out of the box:

https://github.com/openjfx/samples/tree/master/IDE/NetBeans



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833437#comment-16833437
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Happy to make it as easy as you'd like. Here are all the samples described for 
NetBeans in the openjfx documentation, which I discovered exist simply by 
reading the openjfx documentation:

https://github.com/openjfx/samples/tree/master/IDE/NetBeans

Would you like those projects above to simply be included in NetBeans, as 
samples in the New Project dialog? That would be very easy and I'm happy to do 
it. Otherwise, what is your proposal, what would you like NetBeans to do to 
help you?

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2494) autocomplete deletes instead of completes

2019-05-05 Thread paul anderson (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833417#comment-16833417
 ] 

paul anderson commented on NETBEANS-2494:
-

I'm on only a phone now, but I completed comprehensive environment info with 
the ticket.I'll check tonight from my laptop and fill in any gapsSent from my 
Verizon, Samsung Galaxy smartphone
 Original message From: "Geertjan Wielenga (JIRA)" 
 Date: 5/5/19  3:34 AM  (GMT-06:00) To: 
paulanderson...@yahoo.com Subject: [jira] [Commented] (NETBEANS-2494) 
autocomplete deletes instead of
  completes     [ 
https://issues.apache.org/jira/browse/NETBEANS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833268#comment-16833268
 ] Geertjan Wielenga commented on 
NETBEANS-2494:-Tried this, couldn't 
reproduce it, works perfectly. Here's my environment, what's yours?Product 
Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)Java: 11.0.1; Java HotSpot(TM) 
64-Bit Server VM 11.0.1+13-LTSRuntime: Java(TM) SE Runtime Environment 
11.0.1+13-LTSSystem: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL 
(nb)User directory: /Users/geertjanwielenga/Library/Application 
Support/NetBeans/11.0Cache directory: 
/Users/geertjanwielenga/Library/Caches/NetBeans/11.0> autocomplete deletes 
instead of completes> ->>   
  Key: NETBEANS-2494> URL: 
https://issues.apache.org/jira/browse/NETBEANS-2494> Project: 
NetBeans>  Issue Type: Bug>  Components: java - Editor>    
Affects Versions: 11.0> Environment: OS X 10.14.3 (18D109)> Java 
1.8.0_181> Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)> Java: 1.8.0_181; Java HotSpot(TM) 
64-Bit Server VM 25.181-b13> Runtime: Java(TM) SE Runtime Environment 
1.8.0_181-b13> System: Mac OS X version 10.14.3 running on x86_64; UTF-8; en_US 
(nb)> User directory: ~/Library/Application Support/NetBeans/11.0> Cache 
directory: ~/Library/Caches/NetBeans/11.0>    Reporter: Paul>   
 Priority: Critical>> easily reproducible (on Mac anyway).> In any java class, 
inside method body type this:>  > OutputStream os = new ByteArra> then press 
Ctrl-Space, press down-cursor to go to java.io.ByteArrayOutputStream 
constructor., press Enter.> Instead of completing as requestedor offering user 
input to choose what to actually put there, NB11 deletes the new ByteArra.> The 
only way to get it to actually complete is mouse-click.> Super-long time NB 
user here - grew accustomed to a pleasurable dev experience, and loss of this 
functionality is so taxing it's worth just using Eclipse at this point.>  > 
Looking forward to a fix>  > Related: NETBEANS-2490--This message was sent by 
Atlassian JIRA(v7.6.3#76005)


> autocomplete deletes instead of completes
> -
>
> Key: NETBEANS-2494
> URL: https://issues.apache.org/jira/browse/NETBEANS-2494
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.0
> Environment: OS X 10.14.3 (18D109)
> Java 1.8.0_181
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13
> Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13
> System: Mac OS X version 10.14.3 running on x86_64; UTF-8; en_US (nb)
> User directory: ~/Library/Application Support/NetBeans/11.0
> Cache directory: ~/Library/Caches/NetBeans/11.0
>Reporter: Paul
>Priority: Critical
>
> easily reproducible (on Mac anyway).
> In any java class, inside method body type this:
>  
> OutputStream os = new ByteArra
> then press Ctrl-Space, press down-cursor to go to 
> java.io.ByteArrayOutputStream constructor., press Enter.
> Instead of completing as requestedor offering user input to choose what to 
> actually put there, NB11 deletes the new ByteArra.
> The only way to get it to actually complete is mouse-click.
> Super-long time NB user here - grew accustomed to a pleasurable dev 
> experience, and loss of this functionality is so taxing it's worth just using 
> Eclipse at this point.
>  
> Looking forward to a fix
>  
> Related: NETBEANS-2490



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Closed] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Rama closed NETBEANS-2481.
-
Resolution: Not A Problem

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833411#comment-16833411
 ] 

Michal Rama commented on NETBEANS-2481:
---

Perhaps it would be better to study it properly. I hope that OpenJavaFX's 
integrity in NetBeans will improve in the future. Still, thanks for your 
efforts.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2494) autocomplete deletes instead of completes

2019-05-05 Thread Laszlo Kishalmi (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833397#comment-16833397
 ] 

Laszlo Kishalmi commented on NETBEANS-2494:
---

I can confirm this. I've seen it a few times. I think this is an edge case and 
you have to edit a special part of a the java code, but I've definitely seen it.
Next time I'm going to capture more context to make it reproducible.

> autocomplete deletes instead of completes
> -
>
> Key: NETBEANS-2494
> URL: https://issues.apache.org/jira/browse/NETBEANS-2494
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.0
> Environment: OS X 10.14.3 (18D109)
> Java 1.8.0_181
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13
> Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13
> System: Mac OS X version 10.14.3 running on x86_64; UTF-8; en_US (nb)
> User directory: ~/Library/Application Support/NetBeans/11.0
> Cache directory: ~/Library/Caches/NetBeans/11.0
>Reporter: Paul
>Priority: Critical
>
> easily reproducible (on Mac anyway).
> In any java class, inside method body type this:
>  
> OutputStream os = new ByteArra
> then press Ctrl-Space, press down-cursor to go to 
> java.io.ByteArrayOutputStream constructor., press Enter.
> Instead of completing as requestedor offering user input to choose what to 
> actually put there, NB11 deletes the new ByteArra.
> The only way to get it to actually complete is mouse-click.
> Super-long time NB user here - grew accustomed to a pleasurable dev 
> experience, and loss of this functionality is so taxing it's worth just using 
> Eclipse at this point.
>  
> Looking forward to a fix
>  
> Related: NETBEANS-2490



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2499) Unable to open Maven project

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833387#comment-16833387
 ] 

Geertjan Wielenga commented on NETBEANS-2499:
-

No, my point seems not to have been taken: since you don’t need that Eclipse 
Maven element, simply delete it. 

> Unable to open Maven project
> 
>
> Key: NETBEANS-2499
> URL: https://issues.apache.org/jira/browse/NETBEANS-2499
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb)
>Reporter: Anthony Vanelverdinghe
>Priority: Major
> Attachments: pom.xml
>
>
> To reproduce: create a folder "nbissue", add the attached pom.xml to it, and 
> try to open it as a Maven project in NetBeans.
> NetBeans will give an unexpected exception and a stacktrace like below. Note 
> that there are several possible modifications that will make NetBeans open 
> the pom.xml (e.g. deleting line 115 ``, deleting the large 
> comment block, ...) Also note the pom is valid as it is, and everything works 
> fine when using Maven (3.6.1 in my case) from the command-line.
> java.lang.ArrayIndexOutOfBoundsException: Index 8442 out of bounds for length 
> 8192
>      at org.codehaus.plexus.util.xml.pull.MXParser.parsePI(MXParser.java:2502)
>      at 
> org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1283)
>      at org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1131)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.nextTag(MavenXpp3ReaderEx.java:568)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parsePluginExecution(MavenXpp3ReaderEx.java:3302)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parsePlugin(MavenXpp3ReaderEx.java:3097)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parseBuild(MavenXpp3ReaderEx.java:1025)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parseModel(MavenXpp3ReaderEx.java:2550)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.read(MavenXpp3ReaderEx.java:4388)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.read(MavenXpp3ReaderEx.java:598)
>      at 
> org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:113)
>      at 
> org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:86)
>      at 
> org.apache.maven.model.building.DefaultModelProcessor.read(DefaultModelProcessor.java:81)
>      at 
> org.apache.maven.model.building.DefaultModelBuilder.readModel(DefaultModelBuilder.java:533)
>      at 
> org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:273)
>      at 
> org.netbeans.modules.maven.embedder.impl.NBModelBuilder.build(NBModelBuilder.java:53)
>      at 
> org.netbeans.modules.maven.embedder.MavenEmbedder.executeModelBuilder(MavenEmbedder.java:447)
>      at 
> org.netbeans.modules.maven.NbMavenProjectImpl.getRawModel(NbMavenProjectImpl.java:192)
>      at 
> org.netbeans.modules.maven.api.NbMavenProject.getRawModel(NbMavenProject.java:347)
>      at 
> org.netbeans.modules.maven.MavenProjectPropsImpl.lambda$get$0(MavenProjectPropsImpl.java:93)
>      at 
> org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
>      at org.openide.util.Mutex.readAccess(Mutex.java:193)
>      at 
> org.netbeans.modules.maven.MavenProjectPropsImpl.get(MavenProjectPropsImpl.java:78)
>      at 
> org.netbeans.modules.maven.MavenProjectPropsImpl.get(MavenProjectPropsImpl.java:74)
>      at 
> org.netbeans.modules.maven.MavenProjectPropsImpl$PackagingProviderImpl.packaging(MavenProjectPropsImpl.java:304)
>      at 
> org.netbeans.modules.maven.api.NbMavenProject.getPackagingType(NbMavenProject.java:334)
>      at 
> org.netbeans.modules.maven.NbMavenProjectImpl$PackagingTypeDependentLookup.check(NbMavenProjectImpl.java:829)
>      at 
> org.netbeans.modules.maven.NbMavenProjectImpl$PackagingTypeDependentLookup.(NbMavenProjectImpl.java:819)
>      at 
> org.netbeans.modules.maven.NbMavenProjectImpl.(NbMavenProjectImpl.java:245)
>      at 
> org.netbeans.modules.maven.NbMavenProjectFactory.loadProject(NbMavenProjectFactory.java:95)
>      at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:376)
>      at 
> org.netbeans.modules.projectapi.nb.NbProjectManager.access$300(NbProjectManager.java:69)
>      at 
> org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:289)
>      at 
> 

[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833380#comment-16833380
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

But there’s more you need to do than simply adding graphics to module-info. I 
think you should close this issue and read the openjfx instructions from 
scratch. Eacb and every problem you’ve had so far could have been explained or 
avoided by reading the openjfx documentation.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833377#comment-16833377
 ] 

Michal Rama edited comment on NETBEANS-2481 at 5/5/19 2:21 PM:
---

I didn't notice that. But even if I add graphics to module-info, your project 
cannot be started.

The problem is probably on my side and maybe related to a continually typing 
error.

*Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject*


was (Author: michal_cat):
I didn't notice that. But even if I add graphics to module-info, your project 
cannot be started.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833377#comment-16833377
 ] 

Michal Rama commented on NETBEANS-2481:
---

I didn't notice that. But even if I add graphics to module-info, your project 
cannot be started.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[netbeans] branch master updated: Inject parameter names lazily

2019-05-05 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 16f195d  Inject parameter names lazily
16f195d is described below

commit 16f195de95bf1aee45f592f300b4af6869e2dae2
Author: Jan Lahoda 
AuthorDate: Sun May 5 15:42:20 2019 +0200

Inject parameter names lazily
---
 java/java.source.base/manifest.mf  |   2 +-
 .../org/netbeans/api/java/source/JavaSource.java   |   3 +-
 .../org/netbeans/api/java/source/SourceUtils.java  | 227 +---
 .../modules/java/source/parsing/JavacParser.java   |   1 +
 .../source/parsing/ParameterNameProviderImpl.java  | 620 +
 .../netbeans/api/java/source/SourceUtilsTest.java  |   3 +-
 .../java/source/nbjavac/parsing/TreeLoader.java| 236 +---
 7 files changed, 646 insertions(+), 446 deletions(-)

diff --git a/java/java.source.base/manifest.mf 
b/java/java.source.base/manifest.mf
index 2f062f8..d18a404 100644
--- a/java/java.source.base/manifest.mf
+++ b/java/java.source.base/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.java.source.base
-OpenIDE-Module-Implementation-Version: 4
+OpenIDE-Module-Implementation-Version: 5
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/java/source/base/Bundle.properties
 OpenIDE-Module-Layer: org/netbeans/modules/java/source/base/layer.xml
diff --git 
a/java/java.source.base/src/org/netbeans/api/java/source/JavaSource.java 
b/java/java.source.base/src/org/netbeans/api/java/source/JavaSource.java
index 89acf16..58c5c2e 100644
--- a/java/java.source.base/src/org/netbeans/api/java/source/JavaSource.java
+++ b/java/java.source.base/src/org/netbeans/api/java/source/JavaSource.java
@@ -58,6 +58,7 @@ import org.netbeans.modules.java.source.parsing.JavacParser;
 import org.netbeans.modules.java.source.parsing.JavacParserFactory;
 import org.netbeans.modules.java.source.parsing.MimeTask;
 import org.netbeans.modules.java.source.parsing.NewComilerTask;
+import org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl;
 import org.netbeans.modules.java.source.save.ElementOverlay;
 import org.netbeans.modules.java.source.usages.ClasspathInfoAccessor;
 import org.netbeans.modules.parsing.api.Embedding;
@@ -802,7 +803,7 @@ public final class JavaSource {
 
 @Override
 public @NonNull String generateReadableParameterName (@NonNull String 
typeName, @NonNull Set used) {
-return SourceUtils.generateReadableParameterName(typeName, used);
+return 
ParameterNameProviderImpl.generateReadableParameterName(typeName, used);
 }
 
 @Override
diff --git 
a/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java 
b/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java
index 2e82805..8e136e2 100644
--- a/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java
+++ b/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java
@@ -49,6 +49,7 @@ import com.sun.source.util.TreePath;
 import com.sun.source.util.Trees;
 import com.sun.tools.javac.api.JavacTaskImpl;
 import com.sun.tools.javac.code.Flags;
+import com.sun.tools.javac.code.Kinds;
 import com.sun.tools.javac.code.Scope.NamedImportScope;
 import com.sun.tools.javac.code.Scope.StarImportScope;
 import com.sun.tools.javac.code.Symbol;
@@ -60,9 +61,18 @@ import com.sun.tools.javac.comp.Check;
 import com.sun.tools.javac.model.JavacElements;
 import com.sun.tools.javac.tree.JCTree.JCCompilationUnit;
 import com.sun.tools.javac.util.Context;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.io.InterruptedIOException;
+import java.io.Reader;
 import java.util.function.Predicate;
 
 import javax.swing.SwingUtilities;
+import javax.swing.text.ChangedCharSetException;
+import javax.swing.text.MutableAttributeSet;
+import javax.swing.text.html.HTML;
+import javax.swing.text.html.HTMLEditorKit;
+import javax.swing.text.html.parser.ParserDelegator;
 import javax.tools.JavaFileManager;
 import javax.tools.StandardLocation;
 import javax.tools.Diagnostic;
@@ -1310,223 +1320,6 @@ public class SourceUtils {
 
 // --- End of getFile () helper methods 
--
 
-private static final int MAX_LEN = 6;
-/**
- * Utility method for generating method parameter names based on incoming
- * class name when source is unavailable.
- * 
- * This method uses both subjective heuristics to follow common patterns
- * for common JDK classes, acronym creation for bicapitalized names, and
- * vowel and repeated character elision if that fails, to generate
- * readable, programmer-friendly method names.
- *
- * @param typeName The fqn of the parameter class
- * @param used A set of names that have already been used for 

[jira] [Comment Edited] (NETBEANS-2499) Unable to open Maven project

2019-05-05 Thread Anthony Vanelverdinghe (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833041#comment-16833041
 ] 

Anthony Vanelverdinghe edited comment on NETBEANS-2499 at 5/5/19 1:40 PM:
--

> Only  is what's causing the problem here.

[~GeertjanWielenga] Point taken. You're saying that the  is a 
necessary (though insufficient) condition.

> And that appears to be from M2Eclipse, which you don't need when you're using 
> Maven, that's something specifically from Eclipse.

Unless you're using Maven in combination with Eclipse, of course, which is the 
case here.

> Exception caused my malformed xml file.

[~vladpaln] This pom.xml is valid XML and Maven is able to process it just fine.


was (Author: anthonyv.be):
> Only  is what's causing the problem here.

[~GeertjanWielenga] As I have explicitly stated in the description, there are 
several ways to make NetBeans open the project correctly, even with the  still in it.

> And that appears to be from M2Eclipse, which you don't need when you're using 
> Maven, that's something specifically from Eclipse.

Unless you're using Maven in combination with Eclipse, of course, which is the 
case here. And again: it *is* possible to make NetBeans open the project *with* 
that line still there.

> Exception caused my malformed xml file. [...] Just like opening a project 
> with a pom full of rubbish. 

[~vladpaln] This pom.xml is *not* malformed: Maven is able to process it just 
fine. Obviously the given test case doesn't make much sense, but it *does* 
demonstrate that NetBeans is unable to open certain *valid* POMs.

> Unable to open Maven project
> 
>
> Key: NETBEANS-2499
> URL: https://issues.apache.org/jira/browse/NETBEANS-2499
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb)
>Reporter: Anthony Vanelverdinghe
>Priority: Major
> Attachments: pom.xml
>
>
> To reproduce: create a folder "nbissue", add the attached pom.xml to it, and 
> try to open it as a Maven project in NetBeans.
> NetBeans will give an unexpected exception and a stacktrace like below. Note 
> that there are several possible modifications that will make NetBeans open 
> the pom.xml (e.g. deleting line 115 ``, deleting the large 
> comment block, ...) Also note the pom is valid as it is, and everything works 
> fine when using Maven (3.6.1 in my case) from the command-line.
> java.lang.ArrayIndexOutOfBoundsException: Index 8442 out of bounds for length 
> 8192
>      at org.codehaus.plexus.util.xml.pull.MXParser.parsePI(MXParser.java:2502)
>      at 
> org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1283)
>      at org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1131)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.nextTag(MavenXpp3ReaderEx.java:568)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parsePluginExecution(MavenXpp3ReaderEx.java:3302)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parsePlugin(MavenXpp3ReaderEx.java:3097)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parseBuild(MavenXpp3ReaderEx.java:1025)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.parseModel(MavenXpp3ReaderEx.java:2550)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.read(MavenXpp3ReaderEx.java:4388)
>      at 
> org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.read(MavenXpp3ReaderEx.java:598)
>      at 
> org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:113)
>      at 
> org.apache.maven.model.io.DefaultModelReader.read(DefaultModelReader.java:86)
>      at 
> org.apache.maven.model.building.DefaultModelProcessor.read(DefaultModelProcessor.java:81)
>      at 
> org.apache.maven.model.building.DefaultModelBuilder.readModel(DefaultModelBuilder.java:533)
>      at 
> org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:273)
>      at 
> org.netbeans.modules.maven.embedder.impl.NBModelBuilder.build(NBModelBuilder.java:53)
>      at 
> org.netbeans.modules.maven.embedder.MavenEmbedder.executeModelBuilder(MavenEmbedder.java:447)
>      at 
> org.netbeans.modules.maven.NbMavenProjectImpl.getRawModel(NbMavenProjectImpl.java:192)
>      at 
> org.netbeans.modules.maven.api.NbMavenProject.getRawModel(NbMavenProject.java:347)
>      at 
> org.netbeans.modules.maven.MavenProjectPropsImpl.lambda$get$0(MavenProjectPropsImpl.java:93)
>      at 
> 

[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833367#comment-16833367
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

"Error: JavaFX runtime components are missing, and are required to run this 
application"

This error is shown since the Java 12 launcher checks if the main class extends 
javafx.application.Application. If that is the case, it is required to have the 
javafx.graphics module on the module-path.

I know the above because I have read this: 
https://openjfx.io/openjfx-docs/#IDE-NetBeans

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833364#comment-16833364
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Also check that your project structure is the same as mine:

https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples/tree/master/JavaFX

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833361#comment-16833361
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Works fine on JDK 12, get it here, open it and simply run it in Apache NetBeans 
11:

https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples/tree/master/JavaFX/HelloFX

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833358#comment-16833358
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

But indeed, this looks a bit strange:

Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject


>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833357#comment-16833357
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Possibly because you're using JDK 12 while I am using JDK 11. I will try on JDK 
12 and let you know (or you could try JDK 11).

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833356#comment-16833356
 ] 

Michal Rama commented on NETBEANS-2481:
---

I extracted the project and opened it in NetBeans.

In POM, it changed to dependency (javafx-controls and javafx-fxml) on version 
12.

NetBeans does not report a bug in the project, but it is unable to run it and 
prints it.
{code:java}
--- exec-maven-plugin:1.5.0:exec (default-cli) @ HelloFX ---
Error: JavaFX runtime components are missing, and are required to run this 
application
Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit 
value: 1)
at 
org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711)
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject
Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject
Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject
{code}

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

For further information about the NetBeans mailing lists, 

[jira] [Updated] (NETBEANS-2505) Netbeans doesn't load all modules from JDK

2019-05-05 Thread Przemyslaw (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Przemyslaw updated NETBEANS-2505:
-
 Attachment: 1.png
 oie_5135618gsQYiVRP.png
 oie_IbBIQoTmJDvu.png
 Przechwycenie obrazu ekranu_2019-05-05_13-58-44.png
Description: 
Hello,

I'm developing a project, using RMI and I have a problem. Netbeans doesn't load 
all modules and javadoc from JDK (f.e. java.rmi, there are in platform settings 
but not on a project) but if I make imports manually, I can build and run 
project (after manually imports during writing code there isin't javadoc in 
hints).

  was:
Hello,

I'm developing a project, using RMI and I have a problem. Netbeans doesn't load 
all modules and javadoc from JDK (f.e. java.rmi) but if I make imports 
manually, I can build and run project (after manually imports during writing 
code there isin't javadoc in hints).


> Netbeans doesn't load all modules from JDK
> --
>
> Key: NETBEANS-2505
> URL: https://issues.apache.org/jira/browse/NETBEANS-2505
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor
>Affects Versions: 11.0
> Environment: Windows 10, Xubuntu 18.04, Java 11, Java 12
>Reporter: Przemyslaw
>Priority: Major
> Fix For: 12.0
>
> Attachments: 1.png, Przechwycenie obrazu 
> ekranu_2019-05-05_13-58-44.png, oie_5135618gsQYiVRP.png, oie_IbBIQoTmJDvu.png
>
>
> Hello,
> I'm developing a project, using RMI and I have a problem. Netbeans doesn't 
> load all modules and javadoc from JDK (f.e. java.rmi, there are in platform 
> settings but not on a project) but if I make imports manually, I can build 
> and run project (after manually imports during writing code there isin't 
> javadoc in hints).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833352#comment-16833352
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

And here is a complete example of a Jigsaw/Maven application that builds and 
runs in NetBeans: 
https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples/tree/master/AnagramGameMaven

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2505) Netbeans doesn't load all modules from JDK

2019-05-05 Thread Przemyslaw (JIRA)
Przemyslaw created NETBEANS-2505:


 Summary: Netbeans doesn't load all modules from JDK
 Key: NETBEANS-2505
 URL: https://issues.apache.org/jira/browse/NETBEANS-2505
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler, java - Editor
Affects Versions: 11.0
 Environment: Windows 10, Xubuntu 18.04, Java 11, Java 12
Reporter: Przemyslaw
 Fix For: 12.0


Hello,

I'm developing a project, using RMI and I have a problem. Netbeans doesn't load 
all modules and javadoc from JDK (f.e. java.rmi) but if I make imports 
manually, I can build and run project (after manually imports during writing 
code there isin't javadoc in hints).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1687#comment-1687
 ] 

Geertjan Wielenga edited comment on NETBEANS-2481 at 5/5/19 11:34 AM:
--

And if you can't run it can you copy and paste the message here so that we can 
figure it out? Since you are using Java 12.0.1, you're going to need to change 
the POM to reflect that, i.e., in the POM you'll see 11 is used.


was (Author: geertjanwielenga):
And if you can't run it can you copy and paste the message here so that we can 
figure it out?

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1687#comment-1687
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

And if you can't run it can you copy and paste the message here so that we can 
figure it out?

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1686#comment-1686
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Can you unzip the attached HelloFX.zip file and open it in NetBeans and run it?

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1685#comment-1685
 ] 

Michal Rama edited comment on NETBEANS-2481 at 5/5/19 11:31 AM:


Perhaps it's beyond my understanding.

The archive probably contains a Modular with Maven. But NetBeans can't start 
it, and when I created it myself, the result was the same.

Honestly, I'm tired of it. I have no time or energy to deal with something like 
this just because javafx is no longer part of jdk.


was (Author: michal_cat):
Perhaps it's beyond my understanding. The archive probably contains a Modular 
with Maven.

But NetBeans can't start it, and when I created it myself, the result was the 
same.

Honestly, I'm tired of it. I have no time or energy to deal with something like 
this just because javafx is no longer part of jdk.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1685#comment-1685
 ] 

Michal Rama commented on NETBEANS-2481:
---

Perhaps it's beyond my understanding. The archive probably contains a Modular 
with Maven.

But NetBeans can't start it, and when I created it myself, the result was the 
same.

Honestly, I'm tired of it. I have no time or energy to deal with something like 
this just because javafx is no longer part of jdk.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Resolved] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Geertjan Wielenga resolved NETBEANS-2397.
-
Resolution: Not A Problem

The nb-actions.xml needs to be updated to include --module-path, as shown in 
this issue, then everything works. In short, this is not a problem in NetBeans, 
but a question of configuring a project correctly to read the module path.

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833323#comment-16833323
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

Solution: with the below in the nb-actions.xml of your 'mavenproject3', I am 
able to run your application and I see 'com.mtm.mavenproject2.SampleImpl' in 
the Output window.


run

jar


process-classes
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec


--module-path %classpath --module 
Mavenproject_Three/${packageClassName}
java



> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833320#comment-16833320
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

My guess is that you need to configure --module-path and so on explicitly in 
your POM, since NetBeans simply reads what's in the POM, while possibly other 
tools might automatically put Maven modules that contain a module-info 
automatically onto the module path, which is why this sample works in one tool 
and not in NetBeans. If you can provide the command line that you use to run 
the project on the command line, we can figure out how to put it in a Maven POM.

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[netbeans] branch master updated: Correct license information for kotlin icon/grammar

2019-05-05 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 672ec8d  Correct license information for kotlin icon/grammar
 new aa5863e  Merge pull request #1229 from matthiasblaesing/license-kotlin
672ec8d is described below

commit 672ec8d5cfe52152449ec4cd2e7f86e7679e729e
Author: Matthias Bläsing 
AuthorDate: Fri May 3 19:36:27 2019 +0200

Correct license information for kotlin icon/grammar
---
 java/kotlin.editor/licenseinfo.xml |  14 +++---
 .../modules/kotlin/editor/KtDataObject.java|   4 ++--
 .../netbeans/modules/kotlin/editor/kotlin16.png| Bin 6183 -> 0 bytes
 .../netbeans/modules/kotlin/editor/kotlin_file.png | Bin 0 -> 270 bytes
 .../netbeans/modules/kotlin/editor/kotlin_file.svg |  21 +
 .../modules/kotlin/editor/kotlin_f...@2x.png   | Bin 0 -> 357 bytes
 6 files changed, 34 insertions(+), 5 deletions(-)

diff --git a/java/kotlin.editor/licenseinfo.xml 
b/java/kotlin.editor/licenseinfo.xml
index 3857786..c5c76d0 100644
--- a/java/kotlin.editor/licenseinfo.xml
+++ b/java/kotlin.editor/licenseinfo.xml
@@ -23,9 +23,17 @@
 
 
 
-src/org/netbeans/modules/kotlin/editor/kotlin16.png
 
src/org/netbeans/modules/kotlin/editor/Kotlin.tmLanguage.json
-
-
+
+Source: 
https://github.com/vkostyukov/kotlin-sublime-package/blob/ce599a846ac9f86d4671a024d21220ca08e50f66/Kotlin.JSON-tmLanguage
+
+
+src/org/netbeans/modules/kotlin/editor/kotlin_file.svg
+src/org/netbeans/modules/kotlin/editor/kotlin_file.png
+src/org/netbeans/modules/kotlin/editor/kotlin_f...@2x.png
+
+Source: 
https://github.com/JetBrains/kotlin/tree/4c674ae27a9b4f53acbf84bda0127c52696d258b/idea/resources/org/jetbrains/kotlin/idea/icons
+Kotlin Compiler
+Copyright 2010-2019 JetBrains s.r.o and respective authors and 
developers
 
 
diff --git 
a/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/KtDataObject.java 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/KtDataObject.java
index 89c889d..29ad9f5 100644
--- 
a/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/KtDataObject.java
+++ 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/KtDataObject.java
@@ -49,7 +49,7 @@ import org.openide.windows.TopComponent;
 )
 @DataObject.Registration(
 mimeType = "text/x-kotlin",
-iconBase = "org/netbeans/modules/kotlin/editor/kotlin16.png",
+iconBase = "org/netbeans/modules/kotlin/editor/kotlin_file.png",
 displayName = "#LBL_Kt_LOADER",
 position = 300
 )
@@ -119,7 +119,7 @@ public class KtDataObject extends MultiDataObject {
 
 @MultiViewElement.Registration(
 displayName = "#LBL_Kt_EDITOR",
-iconBase = "org/netbeans/modules/kotlin/editor/kotlin16.png",
+iconBase = "org/netbeans/modules/kotlin/editor/kotlin_file.png",
 mimeType = "text/x-kotlin",
 persistenceType = TopComponent.PERSISTENCE_ONLY_OPENED,
 preferredID = "Kt",
diff --git 
a/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin16.png 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin16.png
deleted file mode 100644
index 0b9c243..000
Binary files 
a/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin16.png and 
/dev/null differ
diff --git 
a/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.png 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.png
new file mode 100644
index 000..10626a0
Binary files /dev/null and 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.png 
differ
diff --git 
a/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.svg 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.svg
new file mode 100644
index 000..fa6467e
--- /dev/null
+++ b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.svg
@@ -0,0 +1,21 @@
+http://www.w3.org/2000/svg; width="16" height="16" viewBox="0 0 16 
16">
+  
+
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+
+
+  
+  
+  
+
+  
+
diff --git 
a/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_f...@2x.png 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_f...@2x.png
new file mode 100644
index 000..bdf9921
Binary files /dev/null and 
b/java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_f...@2x.png 
differ


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

For further information about the NetBeans mailing lists, 

[jira] [Comment Edited] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833311#comment-16833311
 ] 

Geertjan Wielenga edited comment on NETBEANS-2397 at 5/5/19 10:41 AM:
--

If you can get your sample to work outside NetBeans, then it will also work 
inside NetBeans. It seems to me that the problem you have is getting Jigsaw to 
work with Maven. That's all. And this issue has nothing to do with NetBeans. 
Again, if you can get Jigsaw and Maven to work together, then you'll be able to 
run and debug them in NetBeans too.

On the other hand, from your descriptions, it works in VSCode and IntelliJ, 
which is weird. But can you run it from the command line without a problem?


was (Author: geertjanwielenga):
If you can get your sample to work outside NetBeans, then it will also work 
inside NetBeans. It seems to me that the problem you have is getting Jigsaw to 
work with Maven. That's all. And this issue has nothing to do with NetBeans. 
Again, if you can get Jigsaw and Maven to work together, then you'll be able to 
run and debug them in NetBeans too.

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833311#comment-16833311
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

If you can get your sample to work outside NetBeans, then it will also work 
inside NetBeans.

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833311#comment-16833311
 ] 

Geertjan Wielenga edited comment on NETBEANS-2397 at 5/5/19 10:39 AM:
--

If you can get your sample to work outside NetBeans, then it will also work 
inside NetBeans. It seems to me that the problem you have is getting Jigsaw to 
work with Maven. That's all. And this issue has nothing to do with NetBeans. 
Again, if you can get Jigsaw and Maven to work together, then you'll be able to 
run and debug them in NetBeans too.


was (Author: geertjanwielenga):
If you can get your sample to work outside NetBeans, then it will also work 
inside NetBeans.

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833307#comment-16833307
 ] 

Geertjan Wielenga edited comment on NETBEANS-2481 at 5/5/19 10:27 AM:
--

Note that the 'dist / lib folder' is not relevant to Maven projects. How to 
create runtime images, which seems to be what you need, see: 
https://openjfx.io/openjfx-docs/, i.e., mvn clean javafx:jlink.


was (Author: geertjanwielenga):
Note that the 'dist / lib folder' is not relevant to Maven projects. How to 
create runtime images, which seems to be what you need, see: 
https://openjfx.io/openjfx-docs/

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833307#comment-16833307
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Note that the 'dist / lib folder' is not relevant to Maven projects. How to 
create runtime images, which seems to be what you need, see: 
https://openjfx.io/openjfx-docs/

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833305#comment-16833305
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

The instructions work perfectly. HelloFX.zip is attached, note I am using JDK 
11, so you'll need to change that in the POM. If this works for you, i.e., 
simply from following the openjfx instructions, please close this issue.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Geertjan Wielenga updated NETBEANS-2481:

Attachment: HelloFX.zip

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2504) java find usages not working

2019-05-05 Thread Adrian Perez (JIRA)
Adrian Perez created NETBEANS-2504:
--

 Summary: java find usages not working
 Key: NETBEANS-2504
 URL: https://issues.apache.org/jira/browse/NETBEANS-2504
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 11.0
Reporter: Adrian Perez


SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$3
java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 5 
out of bounds for object array[4]
 at java.base/java.lang.System.arraycopy(Native Method)
 at 
org.netbeans.modules.refactoring.java.ui.tree.FolderTreeElement.getSourceGroup(FolderTreeElement.java:119)
 at 
org.netbeans.modules.refactoring.java.ui.tree.TreeElementFactoryImpl.getTreeElement(TreeElementFactoryImpl.java:55)
 at 
org.netbeans.modules.refactoring.spi.ui.TreeElementFactory.getTreeElement(TreeElementFactory.java:44)
 at 
org.netbeans.modules.refactoring.java.ui.tree.FileTreeElement.getParent(FileTreeElement.java:75)
 at 
org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:488)
 at 
org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:493)
 at 
org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:493)
 at 
org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:493)
 at 
org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.access$1100(RefactoringPanel.java:80)
 at 
org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$3.run(RefactoringPanel.java:765)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833299#comment-16833299
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Seems to me like the openjfx POM has changed, so if you follow the YouTube 
clip, it won't work, therefore simply follow the instructions in the link above.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833298#comment-16833298
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

And also maybe follow these instructions instead:

https://openjfx.io/openjfx-docs/#IDE-NetBeans

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833295#comment-16833295
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

Can you watch the YouTube clip again? It tells you exactly what you should 
change in nb-actions.xml.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2498) A red dot appears on a Typescript file when there's no error in the file

2019-05-05 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833294#comment-16833294
 ] 

Christian Lenz commented on NETBEANS-2498:
--

NetBeans can't handle TypeScript out of the box. You should see it, because you 
don't have syntax highlighting in it, when you open a .ts file in NetBeans. If 
you want to use and develop TypeScript, then this plugin is for you: 
https://github.com/Everlaw/nbts.

> A red dot appears on a Typescript file when there's no error in the file
> 
>
> Key: NETBEANS-2498
> URL: https://issues.apache.org/jira/browse/NETBEANS-2498
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>
> I have an error in my code but there's not any errors, I don't think. I'm 
> using the following:
>  
> {{ Angular CLI: 1.7.4 Node: 8.11.1 OS: win32 x64 Angular: 5.2.11 ... 
> animations, common, compiler, compiler-cli, core, forms ... http, 
> platform-browser, platform-browser-dynamic ... platform-server, router 
> @angular/cdk: 5.2.4 @angular/cli: 1.7.4 @angular/language-service: 4.4.7 
> @angular/material: 7.3.7 @angular-devkit/build-optimizer: 0.3.2 
> @angular-devkit/core: 0.3.2 @angular-devkit/schematics: 0.3.2 
> @ngtools/json-schema: 1.2.0 @ngtools/webpack: 1.10.2 @schematics/angular: 
> 0.3.2 @schematics/package-update: 0.3.2 typescript: 2.4.2 webpack: 3.11.0}}
>  
> {{I get a RED DOT on my Typescript file and when I run ng serve, there are no 
> errors and everything compiles fine.}}
> {{Is there a plugin or something that reveals what actually is wrong or going 
> on or is this an anomaly that I shouldn't concern myself with?}}
>  
> {{Here's the code from my service that's showing a red dot.}}
>  
> {{Sorry about the formatting issues... your code placeholder changed all my < 
> and > signs to unicode  the link to the JQUERY that I was trying to 
> convert to Typescript is located in the comments.  But there are missing 
> declarations for bgColor and content and missing comma's in some places. It's 
> badly written code. What I am trying to do is replicate what he did here:  
> [http://www.thepetedesign.com/demos/adaptive-modal_demo.html]}}
>  
> {{Modal from Existing Container and Custom Styles is what I want to do in 
> Typescript and Angular.}}
>  
> {code:java}
> // code placeholder
> import {Injectable} from '@angular/core';
> @Injectable()
> export class ModalAdaptiveService {
> constructor(
> ) {}
> public bgColor: string;
> public content: string;
> /* ===
> * jquery.adpative-modal.js v1.0
> * ===
> * Copyright 2014 Pete Rojwongsuriya.
> * http://www.thepetedesign.com
> *
> * Adaptive Modal let you add a modal windows
> * that can be morphed from anything
> *
> * https://github.com/peachananr/adaptive-modal
> *
> * License: GPL v3
> *
> * == */
> function($) {
> let myThis = this;
> let defaults = {
> elementAnimateTime: 100,
> customBgColor: "#333",
> remoteUrl: false,
> elementAnimateIn: "scaleShow",
> elementAnimateOut: "scaleHide",
> beforeAnimate: function (el, status) {},
> afterAnimate: function (el, status) {},
> /* Deafult Ajax Parameters */
> type: "GET",
> async: true,
> complete: function (xhr, text) {},
> cache: true,
> error: function (xhr, text, e) {},
> global: true,
> headers: {},
> statusCode: {},
> success: function (data, text, xhr) {},
> dataType: "html"
> };
> // a function to replicate all styles from the original button
> $.fn.getStyleObject = function () {
> let dom = this.get(0);
> let style;
> let returns = {};
> if (window.getComputedStyle) {
> let camelize = function (a, b) {
> return b.toUpperCase();
> };
> style = window.getComputedStyle(dom, null);
> for (let i = 0, l = style.length; i < l; i++) {
> let prop = style[i];
> let camel = prop.replace(/\-([a-z])/g, camelize);
> let val = style.getPropertyValue(prop);
> returns[camel] = val;
> };
> return returns;
> };
> if (style = dom.currentStyle) {
> for (let prop in style) {
> returns[prop] = style[prop];
> };
> return returns;
> };
> return this.css();
> }
> // Function to detect remote URL
> function urlCheck(url) {
> if 
> 

[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833289#comment-16833289
 ] 

Michal Rama commented on NETBEANS-2481:
---

Oh. Unnecessarily big picture. Sorry.

I created the project exactly according to the video tutorial that wrote me, 
but the project was not run.

That is why I made the modification mentioned in the tutorial at openjavafx 
(link in issue links - JavaFX and NetBeans -> Non-modular with Maven), 
specifically the change shown in the picture in attachments.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Michal Rama (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833172#comment-16833172
 ] 

Michal Rama edited comment on NETBEANS-2481 at 5/5/19 9:24 AM:
---

Hello,

I'm sorry, I was busy.

I created a project based on the video tutorial, but I couldn't start it.

I had to edit the project settings as described in the link (Listed at the 
beginning in issue links - image in attachments at the beginning).

Then it was possible to run it, but only in NetBeans. Even if I choose "Clean 
and Build", which is successfully completed, no jar file is created.

In addition, NetBeans will introduce several times

*Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject*

I shared the project files on github. (Listed at the beginning in issue links).

Please help

Thank you


was (Author: michal_cat):
Hello,

I'm sorry, I was busy.

I created a project based on the video tutorial, but I couldn't start it.

I had to edit the project settings as described in the link above.

!netbeans05.png!

Then it was possible to run it, but only in NetBeans. Even if I choose "Clean 
and Build", which is successfully completed, no jar file is created.

In addition, NetBeans will introduce several times

*Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject*

I shared the project files on github. (Listed at the beginning).

Please help

Thank you

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833275#comment-16833275
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

So, when you run your mavenproject3 on the command line, i.e., outside 
NetBeans, does it work? If it does not work outside NetBeans, it will also not 
work inside NetBeans.

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833270#comment-16833270
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

When I try to build 'mavenproject1' (I don't know, just guessing this should be 
built, no clue what to do really with these three projects -- open them, build 
them, which ones, etc etc), I see this:

Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) 
on project mavenproject1: Execution default-compile of goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile failed: 
Unsupported major.minor version 56.0 -> [Help 1]

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2494) autocomplete deletes instead of completes

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833268#comment-16833268
 ] 

Geertjan Wielenga commented on NETBEANS-2494:
-

Tried this, couldn't reproduce it, works perfectly. Here's my environment, 
what's yours?


Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS
Runtime: Java(TM) SE Runtime Environment 11.0.1+13-LTS
System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)
User directory: /Users/geertjanwielenga/Library/Application 
Support/NetBeans/11.0
Cache directory: /Users/geertjanwielenga/Library/Caches/NetBeans/11.0

> autocomplete deletes instead of completes
> -
>
> Key: NETBEANS-2494
> URL: https://issues.apache.org/jira/browse/NETBEANS-2494
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.0
> Environment: OS X 10.14.3 (18D109)
> Java 1.8.0_181
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13
> Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13
> System: Mac OS X version 10.14.3 running on x86_64; UTF-8; en_US (nb)
> User directory: ~/Library/Application Support/NetBeans/11.0
> Cache directory: ~/Library/Caches/NetBeans/11.0
>Reporter: Paul
>Priority: Critical
>
> easily reproducible (on Mac anyway).
> In any java class, inside method body type this:
>  
> OutputStream os = new ByteArra
> then press Ctrl-Space, press down-cursor to go to 
> java.io.ByteArrayOutputStream constructor., press Enter.
> Instead of completing as requestedor offering user input to choose what to 
> actually put there, NB11 deletes the new ByteArra.
> The only way to get it to actually complete is mouse-click.
> Super-long time NB user here - grew accustomed to a pleasurable dev 
> experience, and loss of this functionality is so taxing it's worth just using 
> Eclipse at this point.
>  
> Looking forward to a fix
>  
> Related: NETBEANS-2490



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2494) autocomplete deletes instead of completes

2019-05-05 Thread Geertjan Wielenga (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Geertjan Wielenga updated NETBEANS-2494:

Component/s: (was: cnd - Code Completion)
 java - Editor

> autocomplete deletes instead of completes
> -
>
> Key: NETBEANS-2494
> URL: https://issues.apache.org/jira/browse/NETBEANS-2494
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.0
> Environment: OS X 10.14.3 (18D109)
> Java 1.8.0_181
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13
> Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13
> System: Mac OS X version 10.14.3 running on x86_64; UTF-8; en_US (nb)
> User directory: ~/Library/Application Support/NetBeans/11.0
> Cache directory: ~/Library/Caches/NetBeans/11.0
>Reporter: Paul
>Priority: Critical
>
> easily reproducible (on Mac anyway).
> In any java class, inside method body type this:
>  
> OutputStream os = new ByteArra
> then press Ctrl-Space, press down-cursor to go to 
> java.io.ByteArrayOutputStream constructor., press Enter.
> Instead of completing as requestedor offering user input to choose what to 
> actually put there, NB11 deletes the new ByteArra.
> The only way to get it to actually complete is mouse-click.
> Super-long time NB user here - grew accustomed to a pleasurable dev 
> experience, and loss of this functionality is so taxing it's worth just using 
> Eclipse at this point.
>  
> Looking forward to a fix
>  
> Related: NETBEANS-2490



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833264#comment-16833264
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

You have provided 'sample.zip'. Can you explain what must be done with that to 
reproduce the problem?

1. Unzip 'sample.zip'. Now there are three projects, 'mavenproject1', 
'mavenproject2', and 'mavenproject3'.
2. Open...
3. 

I.e., I do not know what I must do with these three projects. Can you tell me 
-- no, not long sentences and paragraphs, but step by step instructions, each 
instruction starting with a verb.

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833261#comment-16833261
 ] 

Geertjan Wielenga commented on NETBEANS-2481:
-

What does "I had to edit the project settings as described in the link above." 
mean? Which link are you talking about, which project settings? Can you please 
not post massive screenshots here?

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 781

2019-05-05 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new a91778f  Automated site publishing by Jenkins build 781
a91778f is described below

commit a91778f5fbb168575dfd87f8636ed9364230
Author: jenkins 
AuthorDate: Sun May 5 08:06:48 2019 +

Automated site publishing by Jenkins build 781
---
 content/kb/docs/java/debug-visual.html | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/kb/docs/java/debug-visual.html 
b/content/kb/docs/java/debug-visual.html
index f1f48b6..bf41baa 100644
--- a/content/kb/docs/java/debug-visual.html
+++ b/content/kb/docs/java/debug-visual.html
@@ -109,10 +109,10 @@
 
 
 
-This document describes how to use the Visual Debugger to help you locate 
and debug the code for visual elements in your GUI application. You can use the 
visual debugger in Java Swing and JavaFX GUI applications.
+This document describes how to use the Visual Debugger to help you locate 
and debug the code for visual elements in your Java GUI applications. 
Specifically, you can use the Visual Debugger in Java Swing and JavaFX GUI 
applications.
 
 
-In this document you will use the Visual Debugger to explore the Anagram 
Game sample project, which is a Java Swing application distributed with 
NetBeans. This document will demonstrate how to take a GUI snapshot of the 
application and then work with the snapshot to locate source code, add 
listeners to events and view the event log of GUI components.
+In this document you will use the Visual Debugger to explore the Anagram 
Game sample project, which is a Java Swing application distributed with 
NetBeans. This document will demonstrate how to take a GUI snapshot of the 
application and then work with the snapshot to locate source code, add 
listeners to events, and view the event log of GUI components.
 
 
 
@@ -120,7 +120,7 @@
 Taking a GUI Snapshot
 
 
-In this tutorial you will use the Anagram Game sample application, a Java 
desktop application with a simple GUI that is available as a sample in the New 
Project wizard. After you create the project you will start a debugging session 
and take a GUI snapshot of the application.
+In this tutorial you will use the Anagram Game sample application, a Java 
desktop application with a simple GUI that is available as a sample in the New 
Project wizard. After you create the project, you will start a debugging 
session and take a GUI snapshot of the application.
 
 
 
@@ -159,7 +159,7 @@
 Working with the Visual 
Debugger
 
 
-The GUI snapshot is a visual debugging tool that can help you locate the 
source code for GUI components. The source code for GUI components can 
sometimes be difficult to locate and the snapshot provides a way for you to 
locate the code based on the GUI instead of searching through the code. You can 
select components in the snapshot and invoke tasks from the popup menu to view 
the source code for the component, show the listeners and set breakpoints on 
components.
+The GUI snapshot is a visual debugging tool that can help you locate the 
source code for GUI components. The source code for GUI components can 
sometimes be difficult to locate and the snapshot provides a way for you to 
locate the code based on the GUI instead of searching through the code. You can 
select components in the snapshot and invoke tasks from the popup menu to view 
the source code for the component, show the listeners, and set breakpoints on 
components.
 
 
 Locating the Source Code for 
Components
@@ -182,7 +182,7 @@
 
 
 
-The IDE also displays the location of the component in the form hierarchy 
in the Navigator window.
+The IDE also displays the location of the component in the form hierarchy 
in the Navigator window. If the Navigator window is not visible you can choose 
Window  Navigator from the main menu to open the window.
 
 
 
@@ -192,7 +192,7 @@
 
 
 
-Right-click the Guess button in the snapshot and choose Go to Component 
Declaration from the popup menu. When you choose Go to Component Declaration 
the IDE opens the source file in the editor and moves the cursor to the line in 
the code where  guessButton  is declared.
+Right-click the Guess button in the snapshot and choose Go to Component 
Declaration from the popup menu. When you choose Go to Component Declaration, 
the IDE opens the source file in the editor and moves the cursor to the line in 
the code where  guessButton  is declared.
 
 
 
@@ -204,7 +204,7 @@
 
 
 
-Right-click the Guess button in the snapshot again and choose Go to 
Component Source. When you choose Go to Component Source the IDE opens the 
source file in the editor and moves the cursor to the line in the source code 
for the JButton component.
+Right-click the Guess button in the snapshot again and choose Go to 

[netbeans-website] branch master updated (8059177 -> 7d89b21)

2019-05-05 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


from 8059177  Updating bits.netbeans.org information (#357)
 add 0803538  Tweaks to Visual Debugging tutorial
 new 7d89b21  Merge pull request #363 from apache/geertjanw-patch-6

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/content/kb/docs/java/debug-visual.asciidoc | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)


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

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



[netbeans-website] branch geertjanw-patch-6 created (now 0803538)

2019-05-05 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch geertjanw-patch-6
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


  at 0803538  Tweaks to Visual Debugging tutorial

No new revisions were added by this update.


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

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



[jira] [Commented] (NETBEANS-2455) Splash screens for development version

2019-05-05 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833247#comment-16833247
 ] 

Geertjan Wielenga commented on NETBEANS-2455:
-

They look great. Put one without a version into main and we're done.

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



svn commit: r33907 - /dev/netbeans/netbeans-html4j/README.md

2019-05-05 Thread jtulach
Author: jtulach
Date: Sun May  5 06:25:17 2019
New Revision: 33907

Log:
Adding a how to for future reference

Added:
dev/netbeans/netbeans-html4j/README.md
  - copied unchanged from r30646, 
dev/incubator/netbeans/incubating-netbeans-html4j/README.md


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

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



svn commit: r33906 - in /dev/netbeans/netbeans-html4j: ./ netbeans-html4j-1.6.1/

2019-05-05 Thread jtulach
Author: jtulach
Date: Sun May  5 06:23:29 2019
New Revision: 33906

Log:
Staging Apache NetBeans HTML/Java API version 1.6.1

Added:
dev/netbeans/netbeans-html4j/
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/

dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip   
(with props)

dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.asc

dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.md5

dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha1

dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha256

dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha512

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.asc
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.asc
 Sun May  5 06:23:29 2019
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEhtR+7Ma5ufd7PXyf6GCxSNJyNvkFAlzOfTQACgkQ6GCxSNJy
+NvnfQQ//RvfKqEXTvOBU/3e+lDUi6lMyB46npp9sQvx+wTn/RiEQNrU3RjQaURiB
+397XB7q2sfwULdPJqIFYp3f5SY0PN830QW9wo+WsWd3PVBhLSnAvEapv2OUFuHSk
+wNxMuvIOeRRcxME/HSxNqsN+YvHil6iq/SabYpNxDvfcNheHa/ZG3m00yGFTNjAs
+5hdj25E4vWrgqhchO6nFLk/G52r7smhKa3BLtDxsr/FgvKJ0+/bJZDzLzprFttP4
+LA7IVVP6OEd2HpA4GGU7eRgUhgUe+7absY3XHnIS1iR+2HqvC/ydBTkGP53OajVS
+wvZvio2r44U8HW+V+463ts9u96ycM245AmF7fRbRv0prE5PeWnNYLwAt6eZDBtX9
+f9Jjz/ii9FcRA/1uFm4rq57I8cJuerRHc4B2AcF5rx7hGhjnmvVneUXWZJVxlnFI
+wuQ93a5IsTUj8wQoEsW4Whh5kBYjDNczwCnagEUBGN1grRdusNSIQPJESMMsO12+
+/n9/ibJZGexz9sniNKyfPYKFwv+f4mMibLkBz8dhDg6xUdiBN6z6bDLaP/YwExg7
+57UR8HfeQ7l363NPGoaGAiZpFMkqH0roibmwLyOF85p38WeBLwIJnVW9x3KGtBI5
+c5ses/BbeY4K5Eus9tY32LSE0PtIeOgW+lPUzwQKJDahm30V9Po=
+=EQzQ
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.md5
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.md5
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.md5
 Sun May  5 06:23:29 2019
@@ -0,0 +1 @@
+53de851b936aec41642a13f5a23a824d  netbeans-html4j-1.6.1.zip

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha1
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha1
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha1
 Sun May  5 06:23:29 2019
@@ -0,0 +1 @@
+68c1327e1c2893c3454e6cc1ac1e83767730ddda  netbeans-html4j-1.6.1.zip

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha256
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha256
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha256
 Sun May  5 06:23:29 2019
@@ -0,0 +1 @@
+6debda399f3406b3f1dbfd49615e9eb59d009d26d487f8c7438993c55ed19ca5  
netbeans-html4j-1.6.1.zip

Added: 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha512
==
--- 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-html4j/netbeans-html4j-1.6.1/netbeans-html4j-1.6.1.zip.sha512
 Sun May  5 06:23:29 2019
@@ -0,0 +1 @@
+127749ed303cae8ef0d97fcdba49bb93a1906bc835f567ed30cadd01ad946cef4ddff960b094b14e42a6297cc6072d0eb635a497344ca97ddff5ba2bcb76edc0
  netbeans-html4j-1.6.1.zip



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

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



[jira] [Updated] (NETBEANS-2455) Splash screens for development version

2019-05-05 Thread Antonio Vieiro (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: (was: apache-netbeans-splash.png)

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2455) Splash screens for development version

2019-05-05 Thread Antonio Vieiro (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: apache-netbeans-splash.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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