[incubator-netbeans] 01/01: Merge pull request #850 from junichi11/fix-php.editor-build-xml

2018-09-07 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit acd11c895864c9c23b0307cbc793f10a5cf831ee
Merge: 4e827af 1bd4e51
Author: Geertjan Wielenga 
AuthorDate: Fri Sep 7 21:15:59 2018 +0100

Merge pull request #850 from junichi11/fix-php.editor-build-xml

Fix generated lexers of php.editor automatically via ant task

 php/php.editor/build.xml | 44 
 1 file changed, 44 insertions(+)


-
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



[incubator-netbeans] branch master updated (4e827af -> acd11c8)

2018-09-07 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/incubator-netbeans.git.


from 4e827af  Merge branch 'netbeans-pr-799'
 add 1bd4e51  Fix generated lexers of php.editor automatically via ant task
 new acd11c8  Merge pull request #850 from 
junichi11/fix-php.editor-build-xml

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:
 php/php.editor/build.xml | 44 
 1 file changed, 44 insertions(+)


-
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-1228) Upgrade Groovy support to use groovy 2.5.2

2018-09-07 Thread Sven Reimers (JIRA)
Sven Reimers created NETBEANS-1228:
--

 Summary: Upgrade Groovy support to use groovy 2.5.2
 Key: NETBEANS-1228
 URL: https://issues.apache.org/jira/browse/NETBEANS-1228
 Project: NetBeans
  Issue Type: Improvement
  Components: groovy - Code
Affects Versions: 9.0
Reporter: Sven Reimers
Assignee: Sven Reimers


Upgrade Groovy support to use latest stable Groovy 2.5.2. Modules needed from 
Apache Groovy:
 * groovy
 * groovy-ant



--
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



[incubator-netbeans] branch master updated (cc5a743 -> 4e827af)

2018-09-07 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from cc5a743  Merge pull request #848 from matthiasblaesing/netbeans-406
 add 3cdc3c0  [NETBEANS-1074] Module Review web.jsf12
 new c5c2b73  [NETBEANS-1074] Module Review web.jsf12 + web.jsf12ri
 new 4e827af  Merge branch 'netbeans-pr-799'

The 2 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:
 web.jsf12/external/binaries-list   | 19 +-
 ...-1.2-license.txt => jsf-api-1.2_05-license.txt} |  3 +-
 web.jsf12/nbproject/project.properties | 10 +-
 web.jsf12/nbproject/project.xml|  1 +
 web.jsf12ri/external/binaries-list | 19 ++
 .../external/jsf-impl-1.2_05-license.txt   |  7 ++--
 web.jsf12ri/nbproject/project.properties   | 16 +
 web.jsf12ri/nbproject/project.xml  | 11 +-
 .../src/org/netbeans/modules/web/jsf12ri/jsf12.xml | 10 ++
 .../org/netbeans/modules/web/jsf12ri/jsf12ri.xml   | 42 --
 10 files changed, 47 insertions(+), 91 deletions(-)
 copy web.jsf12/external/{jsf-1.2-license.txt => jsf-api-1.2_05-license.txt} 
(99%)
 create mode 100644 web.jsf12ri/external/binaries-list
 rename web.jsf12/external/jsf-1.2-license.txt => 
web.jsf12ri/external/jsf-impl-1.2_05-license.txt (99%)
 delete mode 100644 web.jsf12ri/src/org/netbeans/modules/web/jsf12ri/jsf12ri.xml


-
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



[incubator-netbeans] 02/02: Merge branch 'netbeans-pr-799'

2018-09-07 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 4e827afba7b6005db03a0f79bdb0e27ff38c295b
Merge: cc5a743 c5c2b73
Author: Matthias Bläsing 
AuthorDate: Fri Sep 7 20:27:21 2018 +0200

Merge branch 'netbeans-pr-799'

Review was done as part of PR #799
https://github.com/apache/incubator-netbeans/pull/799#issuecomment-419401260

Closes: #799

 web.jsf12/external/binaries-list   | 19 +-
 ...-1.2-license.txt => jsf-api-1.2_05-license.txt} |  3 +-
 web.jsf12/nbproject/project.properties | 10 +-
 web.jsf12/nbproject/project.xml|  1 +
 web.jsf12ri/external/binaries-list | 19 ++
 .../external/jsf-impl-1.2_05-license.txt   |  7 ++--
 web.jsf12ri/nbproject/project.properties   | 16 +
 web.jsf12ri/nbproject/project.xml  | 11 +-
 .../src/org/netbeans/modules/web/jsf12ri/jsf12.xml | 10 ++
 .../org/netbeans/modules/web/jsf12ri/jsf12ri.xml   | 42 --
 10 files changed, 47 insertions(+), 91 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



[incubator-netbeans] 01/02: [NETBEANS-1074] Module Review web.jsf12 + web.jsf12ri

2018-09-07 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit c5c2b738cd5f9dadb837ab973564b96590370073
Author: Matthias Bläsing 
AuthorDate: Thu Sep 6 17:15:58 2018 +0200

[NETBEANS-1074] Module Review web.jsf12 + web.jsf12ri
---
 web.jsf12/external/jsf-api-1.2_05-license.txt  |  1 -
 web.jsf12/nbproject/project.properties |  2 +-
 web.jsf12/nbproject/project.xml|  3 +-
 .../external/binaries-list |  4 +--
 .../external/jsf-impl-1.2_05-license.txt   |  5 ++-
 web.jsf12ri/nbproject/project.properties   | 16 +
 web.jsf12ri/nbproject/project.xml  | 11 +-
 .../src/org/netbeans/modules/web/jsf12ri/jsf12.xml | 10 ++
 .../org/netbeans/modules/web/jsf12ri/jsf12ri.xml   | 42 --
 9 files changed, 11 insertions(+), 83 deletions(-)

diff --git a/web.jsf12/external/jsf-api-1.2_05-license.txt 
b/web.jsf12/external/jsf-api-1.2_05-license.txt
index e0be1a9..4452bc1 100644
--- a/web.jsf12/external/jsf-api-1.2_05-license.txt
+++ b/web.jsf12/external/jsf-api-1.2_05-license.txt
@@ -3,7 +3,6 @@ Version: 1.2_05
 License: CDDL-1.0
 Description: Java Server Faces
 Origin: http://java.sun.com/javaee/javaserverfaces/download.html
-OSR: 3743
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 
diff --git a/web.jsf12/nbproject/project.properties 
b/web.jsf12/nbproject/project.properties
index d92369b..254f212 100644
--- a/web.jsf12/nbproject/project.properties
+++ b/web.jsf12/nbproject/project.properties
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-release.external/jsf-api-1.2_05.jar=modules/ext/jsf-1_2/jsf-api-1.2_05.jar
+release.external/jsf-api-1.2_05.jar=modules/ext/jsf-1_2/jsf-api.jar
 spec.version.base=1.28.0
diff --git a/web.jsf12/nbproject/project.xml b/web.jsf12/nbproject/project.xml
index 84d497f..53fb0a1 100644
--- a/web.jsf12/nbproject/project.xml
+++ b/web.jsf12/nbproject/project.xml
@@ -39,7 +39,8 @@
 javax.faces
 
 
-
ext/jsf-1_2/jsf-api-1.2_05.jar
+
ext/jsf-1_2/jsf-api.jar
+external/jsf-api-1.2_05.jar
 
 
 
diff --git a/web.jsf12/nbproject/project.properties 
b/web.jsf12ri/external/binaries-list
similarity index 88%
copy from web.jsf12/nbproject/project.properties
copy to web.jsf12ri/external/binaries-list
index d92369b..08c2513 100644
--- a/web.jsf12/nbproject/project.properties
+++ b/web.jsf12ri/external/binaries-list
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-release.external/jsf-api-1.2_05.jar=modules/ext/jsf-1_2/jsf-api-1.2_05.jar
-spec.version.base=1.28.0
+909BD7A44E88905187DAE1E8B880486206C8893F javax.faces:jsf-impl:1.2_05
+
diff --git a/web.jsf12/external/jsf-api-1.2_05-license.txt 
b/web.jsf12ri/external/jsf-impl-1.2_05-license.txt
similarity index 99%
copy from web.jsf12/external/jsf-api-1.2_05-license.txt
copy to web.jsf12ri/external/jsf-impl-1.2_05-license.txt
index e0be1a9..98a5d28 100644
--- a/web.jsf12/external/jsf-api-1.2_05-license.txt
+++ b/web.jsf12ri/external/jsf-impl-1.2_05-license.txt
@@ -1,9 +1,8 @@
-Name: Java Server Faces
+Name: Java Server Faces - Reference Implementation
 Version: 1.2_05
 License: CDDL-1.0
-Description: Java Server Faces
+Description: Java Server Faces - Reference Implementation
 Origin: http://java.sun.com/javaee/javaserverfaces/download.html
-OSR: 3743
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 
diff --git a/web.jsf12ri/nbproject/project.properties 
b/web.jsf12ri/nbproject/project.properties
index 6b5e55b..b7fbb5c 100644
--- a/web.jsf12ri/nbproject/project.properties
+++ b/web.jsf12ri/nbproject/project.properties
@@ -15,21 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# Hidden class found: 
com.sun.org.apache.commons.collections.CursorableLinkedList$Listable in method 
protected void 
com.sun.org.apache.commons.collections.CursorableLinkedList$Cursor.listableRemoved(com.sun.org.apache.commons.collections.CursorableLinkedList$Listable)
 in class com.sun.org.apache.commons.collections.CursorableLinkedList$Cursor
-# Hidden class found: 
com.sun.org.apache.commons.collections.CursorableLinkedList$Listable in method 
protected void 
com.sun.org.apache.commons.collections.CursorableLinkedList.broadcastListableInserted(com.sun.org.apache.commons.collections.CursorableLinkedList$Listable)
 in class com.sun.org.apache.commons.collections.CursorableLinkedList
-# Hidden class found: 
com.sun.org.apache.commons.collections.CursorableLinkedList$Listable in method 
protected void 

[jira] [Commented] (NETBEANS-49) Please add smooth scrolling

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-49:
-

I have a working patch for this that I use on my Lenovo X1 Carbon 6th laptop 
with Windows 10. It's based on the patch Pavel Fatin made to enable the same on 
IntelliJ, which is also Apache 2.0 licensed ( 
https://github.com/JetBrains/intellij-community/commit/34b9dfd0585937c3731e06a89554d1dc86f7f235
 ).

The NetBeans patch is at 
https://github.com/eirikbakke/incubator-netbeans/commit/f142a8423c712f9460e9d89a62bee3e0bf441707
 .

> Please add smooth scrolling 
> 
>
> Key: NETBEANS-49
> URL: https://issues.apache.org/jira/browse/NETBEANS-49
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Reporter: Christian Lenz
>Priority: Major
>
> Inside the editor, when I scroll with my touchpad to the bottom, it jumps 9 
> lines to the next, this is a lot. I don't like such gappings I would like to 
> have a smooth stepless scrolling, like in chrome or other windows native 
> apps. Please add this for horizontal and vertical scrolling, it will be much 
> better. Not only in editors, it should be available everywhere, where we have 
> scrollbars.
> Regards
> Chris



--
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-731) Hide or retract menu in full screen mode (Windows)

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke edited comment on NETBEANS-731 at 9/7/18 5:30 PM:
--

I have a working patch for this now, which I will test on my own IDE for a few 
days before submitting a pull request.

See 
https://github.com/eirikbakke/incubator-netbeans/commit/4225a8a2b5c1a0a997d9e10c2bb2bf7fb5007146


was (Author: ebakke):
I have a working patch for this now, which I will test on my own IDE for a few 
days before submitting a pull request.

> Hide or retract menu in full screen mode (Windows)
> --
>
> Key: NETBEANS-731
> URL: https://issues.apache.org/jira/browse/NETBEANS-731
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: Next
>Reporter: paulo alves
>Priority: Major
>
> On MacOS, the "full screen" mode hides the menu bar, but shows it again if 
> the user moves the mouse cursor to the edge of the screen. This should be the 
> behavior on other platforms as well. There's a similar feature in Office 2016 
> for Windows.
> Currently, on Windows, the menu bar is shown even in full screen mode. It 
> would be nice to hide it.
> Similar bug reports from the old bugzilla database:
> [https://netbeans.org/bugzilla/show_bug.cgi?id=180751]
> [https://netbeans.org/bugzilla/show_bug.cgi?id=222936]
> Internally in NetBeans, the MacOS full screen mode is handled differently 
> than on other platforms, since MacOS provides its own full-screen support. So 
> it's the custom full screen code that is used on other OSes that will have to 
> be modified for this enhancement to be implemented.



--
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-406) addPropertyChangeListener w/o matching removePropertyChangeListener

2018-09-07 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-406.
---
Resolution: Fixed
  Assignee: Matthias Bläsing

I merged the fix to master. Thank you for the investigation!

> addPropertyChangeListener w/o matching removePropertyChangeListener
> ---
>
> Key: NETBEANS-406
> URL: https://issues.apache.org/jira/browse/NETBEANS-406
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - CSL (API  infrastructure), editor - 
> Painting  Printing
>Affects Versions: 8.2, 9.0
> Environment: NetBeans 9.0 beta 
> (incubator-netbeans-release-205-on-20180202) on OpenJDK 64-Bit Server VM 
> 9.0.4.1+11, Mac OS 10.9.5
>Reporter: Eirik Bakke
>Assignee: Matthias Bläsing
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The following warning appears in the IDE log every now and then in 8.2 and 
> 9.0 beta:
>  
> {code:java}
> WARNING [org.openide.util.WeakListenerImpl]: Can't remove 
> java.beans.PropertyChangeListener using method 
> org.netbeans.modules.editor.NbEditorDocument.removePropertyChangeListener 
> from org.netbeans.modules.editor.NbEditorDocument@299b063c, 
> mimeType='text/x-editor-search', kitClass=null, length=9, version=15, 
> file=null{code}
>  
> The warning above can be reproduced by opening a Java editor, closing all 
> editors, and then invoking a GC with by double-clicking the memory meter in 
> the "Performance" toolbar item. 
> This bug was previously discussed in Bugzilla at 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=196323] . Not sure what 
> priority to put for this bug; it's a memory leak, but I'm not sure how big of 
> an impact it has.
> *Analysis*
> Storing a stacktrace in WeakListenerImpl.ListenerReference on creation and 
> then printing it on the failed removal shows the place where the problematic 
> listener is added:
> {code:java}
> java.lang.Exception
>  at 
> org.openide.util.WeakListenerImpl$ListenerReference.(WeakListenerImpl.java:554)
>  at org.openide.util.WeakListenerImpl.(WeakListenerImpl.java:109)
>  at org.openide.util.WeakListenerImpl.(WeakListenerImpl.java:99)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.(WeakListenerImpl.java:187)
>  at org.openide.util.WeakListeners.propertyChange(WeakListeners.java:282)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.checkSettingsInfo(DocumentViewOp.java:937)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.checkViewsInited(DocumentViewOp.java:622)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.getPreferredSpan(DocumentView.java:251)
>  at 
> javax.swing.plaf.basic.BasicTextUI$RootView.getPreferredSpan(BasicTextUI.java:1353)
>  at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(BasicTextUI.java:919)
>  at javax.swing.JComponent.getPreferredSize(JComponent.java:1662)
>  at javax.swing.JEditorPane.getPreferredSize(JEditorPane.java:1333)
>  at 
> org.netbeans.modules.editor.NbEditorUI$LayeredEditorPane.getPreferredSize(NbEditorUI.java:475){code}
> The problem is on this line of DocumentViewOp:
> {code:java}
> o.n.modules.editor.lib2.view.DocumentUtilities.addPropertyChangeListener(doc, 
> WeakListeners.propertyChange(this, doc));{code}
> The DocumentUtilities.addPropertyChangeListener is a special API for allowing 
> property change listeners to be attached to BaseDocument instances (see 
> Bugzilla [https://netbeans.org/bugzilla/show_bug.cgi?id=181073] ). Since it 
> doesn't actually add addPropertyChangeListener/removePropertyChangeListener 
> methods to BaseDocument, it doesn't work with WeakListeners.
> As far as I can see, the only place that actually uses 
> DocumentUtilities.addPropertyChangeListener is the single line i 
> DocumentViewOp above.
> I would propose adding a removedPropertyChangeListener method to BaseDocument 
> that delegates to DocumentUtilities.removePropertyChangeListener (or performs 
> the equivalent logic itself). This way the WeakListener will find the method 
> it expects when the listener is due to be removed, and the property change 
> events will still have the Document instance as the event source instead of 
> the delegate PropertyChangeSupport, as is probably desired.
> An alternative is to make WeakListeners aware of the special setup wrt. 
> property change listeners on BaseDocument instances. But that seems like an 
> abstraction violation.



--
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 

[incubator-netbeans] 01/01: Merge pull request #848 from matthiasblaesing/netbeans-406

2018-09-07 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit cc5a743e848ef784d642044b89e87daafa9780fb
Merge: 7b0fc35 5058fc4
Author: Matthias Bläsing 
AuthorDate: Fri Sep 7 17:50:49 2018 +0200

Merge pull request #848 from matthiasblaesing/netbeans-406

[NETBEANS-406] Fix a potential memory leak involving DocumentUtilitie…

 ide/editor.lib2/nbproject/project.properties   |  2 +-
 ide/editor.lib2/nbproject/project.xml  |  2 +-
 .../modules/editor/lib2/view/DocumentViewOp.java   |  2 +-
 ide/editor.util/apichanges.xml | 18 +++
 ide/editor.util/manifest.mf|  2 +-
 ide/editor.util/nbproject/project.xml  | 11 +++-
 .../lib/editor/util/swing/DocumentUtilities.java   | 34 +
 .../editor/util/swing/DocumentUtilitiesTest.java   | 58 +-
 8 files changed, 123 insertions(+), 6 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



[incubator-netbeans] branch master updated (7b0fc35 -> cc5a743)

2018-09-07 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from 7b0fc35  Merge pull request #847 from sdedic/module_fragments_test
 add 5058fc4  [NETBEANS-406] Fix a potential memory leak involving 
DocumentUtilities.addPropertyChangeListener.
 new cc5a743  Merge pull request #848 from matthiasblaesing/netbeans-406

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:
 ide/editor.lib2/nbproject/project.properties   |  2 +-
 ide/editor.lib2/nbproject/project.xml  |  2 +-
 .../modules/editor/lib2/view/DocumentViewOp.java   |  2 +-
 ide/editor.util/apichanges.xml | 18 +++
 ide/editor.util/manifest.mf|  2 +-
 ide/editor.util/nbproject/project.xml  | 11 +++-
 .../lib/editor/util/swing/DocumentUtilities.java   | 34 +
 .../editor/util/swing/DocumentUtilitiesTest.java   | 58 +-
 8 files changed, 123 insertions(+), 6 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



[jira] [Updated] (NETBEANS-731) Hide or retract menu in full screen mode (Windows)

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke updated NETBEANS-731:
-
Summary: Hide or retract menu in full screen mode (Windows)  (was: Hide (or 
retract) menu in full screen mode)

> Hide or retract menu in full screen mode (Windows)
> --
>
> Key: NETBEANS-731
> URL: https://issues.apache.org/jira/browse/NETBEANS-731
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: Next
>Reporter: paulo alves
>Priority: Major
>
> On MacOS, the "full screen" mode hides the menu bar, but shows it again if 
> the user moves the mouse cursor to the edge of the screen. This should be the 
> behavior on other platforms as well. There's a similar feature in Office 2016 
> for Windows.
> Currently, on Windows, the menu bar is shown even in full screen mode. It 
> would be nice to hide it.
> Similar bug reports from the old bugzilla database:
> [https://netbeans.org/bugzilla/show_bug.cgi?id=180751]
> [https://netbeans.org/bugzilla/show_bug.cgi?id=222936]
> Internally in NetBeans, the MacOS full screen mode is handled differently 
> than on other platforms, since MacOS provides its own full-screen support. So 
> it's the custom full screen code that is used on other OSes that will have to 
> be modified for this enhancement to be implemented.



--
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-731) Hide (or retract) menu in full screen mode

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-731:
--

I have a working patch for this now, which I will test on my own IDE for a few 
days before submitting a pull request.

> Hide (or retract) menu in full screen mode
> --
>
> Key: NETBEANS-731
> URL: https://issues.apache.org/jira/browse/NETBEANS-731
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: Next
>Reporter: paulo alves
>Priority: Major
>
> On MacOS, the "full screen" mode hides the menu bar, but shows it again if 
> the user moves the mouse cursor to the edge of the screen. This should be the 
> behavior on other platforms as well. There's a similar feature in Office 2016 
> for Windows.
> Currently, on Windows, the menu bar is shown even in full screen mode. It 
> would be nice to hide it.
> Similar bug reports from the old bugzilla database:
> [https://netbeans.org/bugzilla/show_bug.cgi?id=180751]
> [https://netbeans.org/bugzilla/show_bug.cgi?id=222936]
> Internally in NetBeans, the MacOS full screen mode is handled differently 
> than on other platforms, since MacOS provides its own full-screen support. So 
> it's the custom full screen code that is used on other OSes that will have to 
> be modified for this enhancement to be implemented.



--
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-417) Adjust native Windows IDE launcher for JDK 9

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-417:
--

I just added another issue relating to the Windows launcher: 
https://issues.apache.org/jira/browse/NETBEANS-1227 (Mark Windows launcher 
binary as per-monitor DPI aware).



> Adjust native Windows IDE launcher for JDK 9 
> -
>
> Key: NETBEANS-417
> URL: https://issues.apache.org/jira/browse/NETBEANS-417
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 6.5h
>  Remaining Estimate: 0h
>




--
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-1227) Mark Windows launcher binary as per-monitor DPI aware

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke updated NETBEANS-1227:
--
Description: 
As of Java 10.0.2, support for HiDPI monitors on Windows is quite good. All the 
standard Swing components appear in high resolution, and Graphics2D surfaces 
are automatically scaled appropriately for whichever monitor their containing 
window is located on, including when windows are dragged between monitors in a 
mixed-DPI multi-monitor setting.

For this to work, however, the EXE file that launches NetBeans must contain a 
manifest that declares the application to be DPI-aware. Such a manifest 
currently exists in java.exe and javaw.exe, but not in the custom 
netbeans64.exe launcher. A workaround for the missing manifest is to right 
click the "bin\netbeans64.exe" file, or whichever shortcut is being used to 
open NetBeans, go to the "Compatibility" tab, click "Change high DPI settings", 
"Override high DPI scaling behavior", and select scaling performed by 
"Application".

An appropriate manifest should be added to netbeans64.exe to declare NetBeans 
as per-monitor DPI aware.

To see how the manifest should be declared, we can dump the manifest of 
javaw.exe:

 {code:xml}


 
 Java(TM) SE process
 
 
 http://schemas.microsoft.com/SMI/2005/WindowsSettings;>
 true/PM
 
 
 

{code}

This reveals that Java 10.0.2 considers itself DPI-aware at the "Per Monitor 
V1" level (see the Microsoft documentation linked below). The NetBeans launcher 
binary should declare the same.

References:
[https://docs.microsoft.com/en-us/windows/desktop/hidpi/high-dpi-desktop-application-development-on-windows]
[https://msdn.microsoft.com/en-us/library/windows/desktop/mt846517(v=vs.85).aspx]
[https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests]
[https://blogs.msdn.microsoft.com/mithuns/2009/12/16/random-how-to-quickly-view-a-binarys-embedded-manifest]
[https://docs.microsoft.com/en-us/sysinternals/downloads/sigcheck]

 

  was:
As of Java 10.0.2, support for HiDPI monitors on Windows is quite good. All the 
standard Swing components appear in high resolution, and Graphics2D surfaces 
are automatically scaled appropriately for whichever monitor their containing 
window is located on, including when windows are dragged between monitors in a 
mixed-DPI multi-monitor setting.

For this to work, however, the EXE file that launches NetBeans must contain a 
manifest that declares the application to be DPI-aware. Such a manifest 
currently exists in java.exe and javaw.exe, but not in the custom 
netbeans64.exe launcher. A workaround for the missing manifest is to right 
click the "bin\netbeans64.exe" file, or whichever shortcut is being used to 
open NetBeans, go to the "Compatibility" tab, click "Change high DPI settings", 
"Override high DPI scaling behavior", and select scaling performed by 
"Application".

An appropriate manifest should be added to netbeans64.exe to declare NetBeans 
as per-monitor DPI aware.

To see how the manifest should be declared, we can dump the manifest of 
javaw.exe:

 
{code:java}


 
 Java(TM) SE process
 
 
 http://schemas.microsoft.com/SMI/2005/WindowsSettings;>
 true/PM
 
 
 
{code}
 

This reveals that Java 10.0.2 considers itself DPI-aware at the "Per Monitor 
V1" level (see the Microsoft documentation linked below). The NetBeans launcher 
binary should declare the same.

References:
[https://docs.microsoft.com/en-us/windows/desktop/hidpi/high-dpi-desktop-application-development-on-windows]
[https://msdn.microsoft.com/en-us/library/windows/desktop/mt846517(v=vs.85).aspx]
[https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests]
[https://blogs.msdn.microsoft.com/mithuns/2009/12/16/random-how-to-quickly-view-a-binarys-embedded-manifest/
https://docs.microsoft.com/en-us/sysinternals/downloads/sigcheck
|https://msdn.microsoft.com/en-us/library/windows/desktop/mt846517(v=vs.85).aspx]

 


> Mark Windows launcher binary as per-monitor DPI aware
> -
>
> Key: NETBEANS-1227
> URL: https://issues.apache.org/jira/browse/NETBEANS-1227
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Affects Versions: 9.0
> Environment: Windows 8.1 and Windows 10
>Reporter: Eirik Bakke
>Priority: Major
>
> As of Java 10.0.2, support for HiDPI monitors on Windows is quite good. All 
> the standard Swing components appear in high resolution, and Graphics2D 
> surfaces are automatically scaled appropriately for whichever monitor their 
> containing window is located on, including when windows are dragged between 
> monitors in a mixed-DPI multi-monitor setting.
> For this to work, however, the EXE file that launches NetBeans must contain a 
> manifest that declares the application to be 

[jira] [Created] (NETBEANS-1227) Mark Windows launcher binary as per-monitor DPI aware

2018-09-07 Thread Eirik Bakke (JIRA)
Eirik Bakke created NETBEANS-1227:
-

 Summary: Mark Windows launcher binary as per-monitor DPI aware
 Key: NETBEANS-1227
 URL: https://issues.apache.org/jira/browse/NETBEANS-1227
 Project: NetBeans
  Issue Type: Bug
  Components: platform - LaunchersCLI
Affects Versions: 9.0
 Environment: Windows 8.1 and Windows 10
Reporter: Eirik Bakke


As of Java 10.0.2, support for HiDPI monitors on Windows is quite good. All the 
standard Swing components appear in high resolution, and Graphics2D surfaces 
are automatically scaled appropriately for whichever monitor their containing 
window is located on, including when windows are dragged between monitors in a 
mixed-DPI multi-monitor setting.

For this to work, however, the EXE file that launches NetBeans must contain a 
manifest that declares the application to be DPI-aware. Such a manifest 
currently exists in java.exe and javaw.exe, but not in the custom 
netbeans64.exe launcher. A workaround for the missing manifest is to right 
click the "bin\netbeans64.exe" file, or whichever shortcut is being used to 
open NetBeans, go to the "Compatibility" tab, click "Change high DPI settings", 
"Override high DPI scaling behavior", and select scaling performed by 
"Application".

An appropriate manifest should be added to netbeans64.exe to declare NetBeans 
as per-monitor DPI aware.

To see how the manifest should be declared, we can dump the manifest of 
javaw.exe:

 
{code:java}


 
 Java(TM) SE process
 
 
 http://schemas.microsoft.com/SMI/2005/WindowsSettings;>
 true/PM
 
 
 
{code}
 

This reveals that Java 10.0.2 considers itself DPI-aware at the "Per Monitor 
V1" level (see the Microsoft documentation linked below). The NetBeans launcher 
binary should declare the same.

References:
[https://docs.microsoft.com/en-us/windows/desktop/hidpi/high-dpi-desktop-application-development-on-windows]
[https://msdn.microsoft.com/en-us/library/windows/desktop/mt846517(v=vs.85).aspx]
[https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests]
[https://blogs.msdn.microsoft.com/mithuns/2009/12/16/random-how-to-quickly-view-a-binarys-embedded-manifest/
https://docs.microsoft.com/en-us/sysinternals/downloads/sigcheck
|https://msdn.microsoft.com/en-us/library/windows/desktop/mt846517(v=vs.85).aspx]

 



--
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-743) Add a new option to the option screen to choose the scaling setting for hidpi monitors

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke edited comment on NETBEANS-743 at 9/7/18 1:52 PM:
--

On Windows 10, this is generally set in the OS-level "Settings" app 
("Display"->"Scale and layout" category). Java will follow the same scaling.

(My current trick to get HiDPI working correctly on Windows 10: right click the 
"bin\netbeans64.exe" file, or whichever shortcut you're using to open NetBeans, 
go to the "Compatibility" tab, click "Change high DPI settings", "Override high 
DPI scaling behavior", and select scaling performed by "Application".)


was (Author: ebakke):
On Windows 10, this is generally set in the OS-level "Settings" app 
("Display"->"Scale and layout" category). Java will follow the same scaling, I 
think.

> Add a new option to the option screen to choose the scaling setting for hidpi 
> monitors
> --
>
> Key: NETBEANS-743
> URL: https://issues.apache.org/jira/browse/NETBEANS-743
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Peter Steele
>Priority: Major
>
> In java > 9 you can use
> -J-Dsun.java2d.uiScale=2.5
> To choose the scaling required. It would be good to have this as a changeable 
> setting or alternatively to use the OS scaling value.



--
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-743) Add a new option to the option screen to choose the scaling setting for hidpi monitors

2018-09-07 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-743:
--

On Windows 10, this is generally set in the OS-level "Settings" app 
("Display"->"Scale and layout" category). Java will follow the same scaling, I 
think.

> Add a new option to the option screen to choose the scaling setting for hidpi 
> monitors
> --
>
> Key: NETBEANS-743
> URL: https://issues.apache.org/jira/browse/NETBEANS-743
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Peter Steele
>Priority: Major
>
> In java > 9 you can use
> -J-Dsun.java2d.uiScale=2.5
> To choose the scaling required. It would be good to have this as a changeable 
> setting or alternatively to use the OS scaling value.



--
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



[incubator-netbeans] branch master updated (80c5290 -> 7b0fc35)

2018-09-07 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 80c5290  [NETBEANS-1074] Module Review extbrowser.chrome
 add c19d17a  [NETBEANS-1147] Adapted fix for enabling host modules from 
jtulach:InstallNbJavacByErgonomics. Additional tests provided.
 add f7058b1  Cached fragment info, prevent manifest parsing
 add 10eae2f  Revert autoupdate fix, will be part of PR#715
 new 7b0fc35  Merge pull request #847 from sdedic/module_fragments_test

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:
 platform/core.startup/nbproject/project.xml|  2 +-
 platform/o.n.bootstrap/manifest.mf |  2 +-
 .../o.n.bootstrap/src/org/netbeans/Module.java |  5 +-
 .../src/org/netbeans/ModuleManager.java| 55 +++---
 platform/o.n.bootstrap/src/org/netbeans/Util.java  | 27 ++-
 .../test/unit/data/jars/fragment-module.mf |  5 ++
 .../fragment-module/org/foo/FragmentContent.java   | 26 ++
 .../test/unit/data/jars/host-module.mf |  4 ++
 .../data/jars/host-module/org/foo/Something.java   | 26 ++
 .../unit/src/org/netbeans/ModuleManagerTest.java   | 51 
 .../test/unit/src/org/netbeans/SetupHid.java   |  3 ++
 11 files changed, 184 insertions(+), 22 deletions(-)
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/fragment-module.mf
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/fragment-module/org/foo/FragmentContent.java
 create mode 100644 platform/o.n.bootstrap/test/unit/data/jars/host-module.mf
 create mode 100644 
platform/o.n.bootstrap/test/unit/data/jars/host-module/org/foo/Something.java


-
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



[incubator-netbeans] 01/01: Merge pull request #847 from sdedic/module_fragments_test

2018-09-07 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/incubator-netbeans.git

commit 7b0fc35f486b803402091d8fbc7b5dfac155af27
Merge: 80c5290 10eae2f
Author: Jaroslav Tulach 
AuthorDate: Fri Sep 7 15:31:10 2018 +0200

Merge pull request #847 from sdedic/module_fragments_test

[NETBEANS-1147] Better enablement of fragment modules.

 platform/core.startup/nbproject/project.xml|  2 +-
 platform/o.n.bootstrap/manifest.mf |  2 +-
 .../o.n.bootstrap/src/org/netbeans/Module.java |  5 +-
 .../src/org/netbeans/ModuleManager.java| 55 +++---
 platform/o.n.bootstrap/src/org/netbeans/Util.java  | 27 ++-
 .../test/unit/data/jars/fragment-module.mf |  5 ++
 .../fragment-module/org/foo/FragmentContent.java   | 26 ++
 .../test/unit/data/jars/host-module.mf |  4 ++
 .../data/jars/host-module/org/foo/Something.java   | 26 ++
 .../unit/src/org/netbeans/ModuleManagerTest.java   | 51 
 .../test/unit/src/org/netbeans/SetupHid.java   |  3 ++
 11 files changed, 184 insertions(+), 22 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



[jira] [Commented] (NETBEANS-1225) nb-javac 1.3 broken on release version of NB9

2018-09-07 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1225:


Uploaded nb-javac plugin version 1.4, this is nb-javac -(jdk10) based. So same 
as plugin version 1.2. Verified in Release 9 env that issue is not reproducible.

> nb-javac 1.3 broken on release version of NB9
> -
>
> Key: NETBEANS-1225
> URL: https://issues.apache.org/jira/browse/NETBEANS-1225
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> 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: Linux version 4.18.5-1-MANJARO running on amd64; UTF-8; sv_SE (nb)
> User directory: /home/pata/.netbeans/9.0
> Cache directory: /home/pata/.cache/netbeans/9.0
>Reporter: Patrik Karlström
>Assignee: Reema Taneja
>Priority: Critical
>
> I am experiencing some weird stuff since I got the nb-javac update from 1.2 
> to 1.3.
> A. It will not validate my code correctly.
> B. When try to use a class not previously imported, I get the import, but the 
> line I'm editing gets deleted.
> 1. Type MouseWh
> 2. Press Ctrl-Space
> 3. Press enter
> That generates: import java.awt.event.MouseWheelEvent;
> But removes the line with MouseWh, instead of expanding it
>  
> C. When I paste code that requires imports I get the dialog listing the 
> needed classes,pressing OK in that dialog generates an exception.
> The dialog stays visible but now with only cancel enabled.
> My code did not get the imports.
>  
> This is confirmed by others on the mailing list:
> http://mail-archives.apache.org/mod_mbox/netbeans-dev/201809.mbox/%3CCAArD4mD%2BYXBhy3WR-Y0%2BH5x_j%2BzZ083Dk3qwu8RQYL7pncYUrQ%40mail.gmail.com%3E
>  



--
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] [Assigned] (NETBEANS-805) update any dependencies on Java EE and CORBA modules

2018-09-07 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA reassigned NETBEANS-805:
--

Assignee: ARUNAVA SINHA  (was: Reema Taneja)

> update any dependencies on Java EE and CORBA modules
> 
>
> Key: NETBEANS-805
> URL: https://issues.apache.org/jira/browse/NETBEANS-805
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK11
>
> [http://openjdk.java.net/jeps/320]
> These modules are removed from Java SE, so dependencies need to be updated. 



--
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-1226) JasperReport-Issue-2018-09-07

2018-09-07 Thread Sudhi K (JIRA)
Sudhi K created NETBEANS-1226:
-

 Summary: JasperReport-Issue-2018-09-07
 Key: NETBEANS-1226
 URL: https://issues.apache.org/jira/browse/NETBEANS-1226
 Project: NetBeans
  Issue Type: Task
Reporter: Sudhi K
 Attachments: 2018-09-07-error.png

Hi Team,

Jasper Report is not printing I am used JasperReport 4.7.1 jar file its has 
been working in another project but which I have done.but in new project it's 
not working 

PFB errors.


debug:
Non-existing path "C:\Users\USER\Desktop\jdatepicker-1.3.4.jar" provided.
Non-existing path "C:\Users\USER\Desktop\sqlite-jdbc-3.20.0.jar" provided.
Non-existing path "C:\Users\USER\Desktop\jdate\jcalendar-1.4.jar" provided.
Non-existing path "C:\Users\USER\Desktop\JComponents-Tekde.jar" provided.
Non-existing path 
"C:\Users\USER\Downloads\1307003436_JComponent-Tekde\JComponent-Tekde\JComponents-Tekde.jar"
 provided.
Non-existing path "C:\Users\USER\Downloads\jtables-2.0.3.jar" provided.
Non-existing path "C:\Users\sooraj\Desktop\jdate\jcalendar-1.4.jar" provided.
Non-existing path "C:\Users\astra1\Desktop\billing\jdate\jcalendar-1.4.jar" 
provided.
Non-existing path "D:\billing\jdate\jcalendar-1.4.jar" provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-digester-2.1.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-beanutils-1.9.0.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-logging-1.1.1.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-collections-3.2.1.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-javaflow-20060411.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\dist\jasperreports-6.2.0.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\itext-2.1.7.js4.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\png-encoder-1.5.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\poi-3.10.1.jar"
 provided.
Non-existing path 
"C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\groovy-all-2.4.3.jar"
 provided.
Non-existing path "H:\jdate\jcalendar-1.4.jar" provided.
Have no file for C:\Users\USER\Desktop\jdatepicker-1.3.4.jar
Have no file for C:\Users\USER\Desktop\sqlite-jdbc-3.20.0.jar
Have no file for C:\Users\USER\Desktop\jdate\jcalendar-1.4.jar
Have no file for C:\Users\USER\Desktop\JComponents-Tekde.jar
Have no file for 
C:\Users\USER\Downloads\1307003436_JComponent-Tekde\JComponent-Tekde\JComponents-Tekde.jar
Have no file for C:\Users\USER\Downloads\jtables-2.0.3.jar
Have no file for C:\Users\sooraj\Desktop\jdate\jcalendar-1.4.jar
Have no file for C:\Users\astra1\Desktop\billing\jdate\jcalendar-1.4.jar
Have no file for D:\billing\jdate\jcalendar-1.4.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-digester-2.1.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-beanutils-1.9.0.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-logging-1.1.1.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-collections-3.2.1.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\commons-javaflow-20060411.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\dist\jasperreports-6.2.0.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\itext-2.1.7.js4.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\png-encoder-1.5.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\poi-3.10.1.jar
Have no file for 
C:\Users\astra1\Downloads\jasperreports-6.2.0-project\jasperreports-6.2.0\lib\groovy-all-2.4.3.jar
Have no file for H:\jdate\jcalendar-1.4.jar
BUILD SUCCESSFUL (total time: 12 seconds)


===

Please do the needful

Thanks and Regards,
Sudhi K



--
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-1147) Enabling fragment has to enable host bundle first

2018-09-07 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1147:
-
Labels: pull-request-available  (was: )

> Enabling fragment has to enable host bundle first
> -
>
> Key: NETBEANS-1147
> URL: https://issues.apache.org/jira/browse/NETBEANS-1147
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System
>Reporter: Jaroslav Tulach
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
>
> While working on 
> [PR-715|https://github.com/apache/incubator-netbeans/pull/715] it turned out 
> that enabling nbjavac sooner than its API leads to:
> {code}
> ClassNotFoundException: Will not load class com.sun.source.tree.Tree 
> arbitrarily from one of [org.netbeans.libs.javacapi] and 
> [org.netbeans.modules.nbjavac.api]
> {code}
> This is a result of enabling the fragment first and host later. That is 
> strange situation - the fragment should have a dependency on the host, right?
> This is the hotfix: 
> https://github.com/apache/incubator-netbeans/pull/715/commits/ac944a13f57816970556b0b8e2e3971ea94bb3e5
>  but proper fix with a test in {{o.n.bootstrap}} is needed.



--
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