[jira] [Commented] (NETBEANS-1773) autocomplete improving

2018-12-03 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1773:
--

The problem is, that the .class extension is an existing extension for class 
files coming out from Java. You can change the mimetype for class files to the 
php mimetype, but I wouldn't recommend it and I think using .class, which is 
not PHP, isn't a common practice. U should use the common way MyGoodClass.php, 
there is nothing wrong with it. Or you can use .inc files. But be careful, in 
older PHP interpreters/webservers, inc where printed out to the website.

> autocomplete improving
> --
>
> Key: NETBEANS-1773
> URL: https://issues.apache.org/jira/browse/NETBEANS-1773
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 8.2, 9.0
>Reporter: Marcos Vinicius Soares Souza
>Priority: Major
>
> Is it possible to fix some bugs in PHP autocomplete in netbens?
> The problem I identified was the following: I created a config.php file in my 
> project and within that file I created a PDO type object.
> Soon after I created another file called index.php and I imported the file 
> config.php
> through of comand "require" into index.php.
> The problem occurs when I call the PDO methods in the index.php file. 
> Netbeans does not show me the methods available in the class, so I have to 
> type everything manually.
> If possible, also leave the autocomplete better, making it necessary to 
> insert the "$" only once in the variable declaration, so that programmers 
> can, for example, declare a variable "$ a" and then call it just by typing 
> "a", just like in PHPStorm.
> If possible too, make the autocomplete work perfectly in .class files. 
> Generally in my PHP projects I use the .class extension in my classes to 
> differentiate from other .php files that are not classes. But autocomplete 
> does not work perfectly on these file types, for example, if I declare a 
> variable in a .class file, I will not be able to call it through autocomplete
> even with these problems I can not leave netbeans, I really like this IDE and 
> I will like it much more if these problems are solved.
> Thank you, for you are giving continuity to the project.



--
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-1773) autocomplete improving

2018-12-03 Thread Marcos Vinicius Soares Souza (JIRA)
Marcos Vinicius Soares Souza created NETBEANS-1773:
--

 Summary: autocomplete improving
 Key: NETBEANS-1773
 URL: https://issues.apache.org/jira/browse/NETBEANS-1773
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Affects Versions: 9.0, 8.2
Reporter: Marcos Vinicius Soares Souza


Is it possible to fix some bugs in PHP autocomplete in netbens?
The problem I identified was the following: I created a config.php file in my 
project and within that file I created a PDO type object.
Soon after I created another file called index.php and I imported the file 
config.php
through of comand "require" into index.php.
The problem occurs when I call the PDO methods in the index.php file. Netbeans 
does not show me the methods available in the class, so I have to type 
everything manually.

If possible, also leave the autocomplete better, making it necessary to insert 
the "$" only once in the variable declaration, so that programmers can, for 
example, declare a variable "$ a" and then call it just by typing "a", just 
like in PHPStorm.

If possible too, make the autocomplete work perfectly in .class files. 
Generally in my PHP projects I use the .class extension in my classes to 
differentiate from other .php files that are not classes. But autocomplete does 
not work perfectly on these file types, for example, if I declare a variable in 
a .class file, I will not be able to call it through autocomplete

even with these problems I can not leave netbeans, I really like this IDE and I 
will like it much more if these problems are solved.

Thank you, for you are giving continuity to the project.



--
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-1605) Remove the custom max heapsize calculation and cap at 1 Gb.

2018-12-03 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1605.
---
   Resolution: Fixed
Fix Version/s: Next

Marked fixed as the corresponding PR has been merged.
(I know the launcher has to be rebuild for that on Windows)

> Remove the custom max heapsize calculation and cap at 1 Gb.
> ---
>
> Key: NETBEANS-1605
> URL: https://issues.apache.org/jira/browse/NETBEANS-1605
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - LaunchersCLI
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently NetBeans sets it max memory to the 1/5-th of physical memory or 1 
> Gb whichever is lower. This is unnecessary as the recent JVM heap is max 1/4 
> th of the system memory capping at 4Gb.
> I think the Java default would serve for the workloads nowadays.



--
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-1772) Xhtml Autocomplete not working with some backing beans

2018-12-03 Thread Frank Moss (JIRA)
Frank Moss created NETBEANS-1772:


 Summary: Xhtml Autocomplete not working with some backing beans
 Key: NETBEANS-1772
 URL: https://issues.apache.org/jira/browse/NETBEANS-1772
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Affects Versions: 9.0, 8.2
Reporter: Frank Moss


I came across this issue when moving from Netbeans 7.3 to 7.4+ (yes all after 
7.3)
  
 +*xhtml code*+
 Value = "#{Sample.Something.{color:#d04437}blahblah\{color}}"
  
 {color:#33}The IDE said the "blahblah" was an unknown property, but when 
running the project, everything worked just fine.{color}
{color:#33}  {color}
{color:#33} This makes autocomplete not work. This same project worked with 
Netbeans 7.3, and the IDE reported no errors. Autocomplete worked in 7.3.{color}
{color:#33}  {color}
{color:#33} I was able to find the issue. Actually simple but very well 
hidden.{color}
{color:#33}  {color}
{color:#33} "Getters and Setters"{color}
{color:#33}  {color}
{color:#33} Some files had the Setter above the Getter, and the IDE hit the 
Setter when trying to autocomplete.{color}
{color:#33}  {color}
{color:#33} public void setSomething(SomethingBean someThing) 
{{color}{color}
 {color:#33} this.someThing = someThing;{color}
 {color:#33} }{color}
  
 public SomethingBean getSomething()

{ return someThing; }

therefore, nothing in the SomethingBean was accessible.
  
 Simply putting the Getter above the Setter fixed the problem.
  
 This isn't an issue in 7.3 and isn't an issue for the program running. Perhaps 
the code needs adjustment so it isn't an issue for autocomplete.



--
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: [NETBEANS-1605] Removed NetBeans max HeapSize heuristics. (#1007)

2018-12-03 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4e2b939  [NETBEANS-1605] Removed NetBeans max HeapSize heuristics. 
(#1007)
4e2b939 is described below

commit 4e2b939d7d7f395a245cae6e2a10239e2175eee7
Author: Laszlo Kishalmi 
AuthorDate: Mon Dec 3 11:31:18 2018 -0800

[NETBEANS-1605] Removed NetBeans max HeapSize heuristics. (#1007)

* [NETBEANS-1605] Removed NetBeans max HeapSize heuristics.

* Removed areWeOn32bits(), min heap size and the reference of deprecated 
CMS GC.
---
 nb/ide.launcher/netbeans.conf  |  8 ++-
 nb/ide.launcher/unix/netbeans  | 38 -
 nb/ide.launcher/windows/nblauncher.cpp | 44 --
 nb/ide.launcher/windows/nblauncher.h   |  2 --
 4 files changed, 2 insertions(+), 90 deletions(-)

diff --git a/nb/ide.launcher/netbeans.conf b/nb/ide.launcher/netbeans.conf
index d081184..171d19f 100644
--- a/nb/ide.launcher/netbeans.conf
+++ b/nb/ide.launcher/netbeans.conf
@@ -51,22 +51,18 @@ netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
 # Options used by NetBeans launcher by default:
 # (can be overridden by explicit command line switches)
 #
-# Note that default -Xmx is selected for you automatically.
+# Note that default -Xmx is selected for you by the JVM automatically.
 # You can find these values in var/log/messages.log file in your userdir.
 # The automatically selected value can be overridden by specifying -J-Xmx
 # here or on the command line.
 #
-# If you specify the heap size explicitly, you may also want to enable
-# Concurrent Mark & Sweep garbage collector.
-# (see http://wiki.netbeans.org/FaqGCPauses)
-#
 # JDK 11 made GTK 3 default on Linux. Unfortunately it makes
 # NetBeans ugly on Linux with the default GTK+ Look and Feel,
 # as a workaround -J-Djdk.gtk.version=2.2 has been added to the 
 # default command line arguments.
 # (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
 #
-netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m -J-Xms32m 
-J-Dnetbeans.logger.console=true -J-ea -J-Djdk.gtk.version=2.2 
-J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true 
-J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true 
-J-Dsun.zip.disableMemoryMapping=true -J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UN [...]
+netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
-J-Dnetbeans.logger.console=true -J-ea -J-Djdk.gtk.version=2.2 
-J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true 
-J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true 
-J-Dsun.zip.disableMemoryMapping=true -J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED -J-- [...]
 
 # Default location of JDK:
 # (set by installer or commented out if launcher should decide)
diff --git a/nb/ide.launcher/unix/netbeans b/nb/ide.launcher/unix/netbeans
index e7fecb8..42c9808 100644
--- a/nb/ide.launcher/unix/netbeans
+++ b/nb/ide.launcher/unix/netbeans
@@ -122,44 +122,6 @@ if [ ! -z "$netbeans_extraclusters" ] ; then
 netbeans_clusters="$netbeans_clusters:$netbeans_extraclusters"
 fi
 
-heap_size () {
-mem=640
-case "`uname`" in
-Linux*)
-mem=`cat /proc/meminfo | grep MemTotal | tr -d [:space:][:alpha:]:`
-mem=`expr $mem / 1024`
-;;
-SunOS*)
-mem=`/usr/sbin/prtconf | grep Memory | /usr/bin/tr -dc '[0-9]'`
-;;
-Darwin*)
-mem=`/usr/sbin/sysctl hw.memsize | tr -d [:alpha:][:space:].:`
-mem=`expr $mem / 1048576`
-;;
-*) 
-;;
-esac
-if [ -z "$mem" ] ; then
-mem=640
-fi
-mem=`expr $mem / 5`
-if [ $mem -gt 1024 ] ; then
-mem=1024
-elif [ $mem -lt 96 ] ; then
-mem=96
-fi
-max_heap_size=$mem
-return 0
-}
-
-
-if grep -v -- "-J-Xmx" >/dev/null 

[jira] [Commented] (NETBEANS-1770) I have exception

2018-12-03 Thread Evgeny (JIRA)


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

Evgeny commented on NETBEANS-1770:
--

I view log file. I think this exception

java.lang.NullPointerException: peer

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 8.2
> Environment: Windows 7 Pro, JDK 1.8, 64 bit
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.
> I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).



--
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-1770) I have exception

2018-12-03 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1770:
-
Component/s: java - Project

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 8.2
> Environment: Windows 7 Pro, JDK 1.8, 64 bit
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.
> I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).



--
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] [Reopened] (NETBEANS-1770) I have exception

2018-12-03 Thread Christian Lenz (JIRA)


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

Christian Lenz reopened NETBEANS-1770:
--

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 8.2
> Environment: Windows 7 Pro, JDK 1.8, 64 bit
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.
> I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).



--
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-1770) I have exception

2018-12-03 Thread Evgeny (JIRA)


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

Evgeny commented on NETBEANS-1770:
--

Yes. Java 8. I think this ant. By default on Netbeans

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 7 Pro, JDK 1.8, 64 bit
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.
> I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).



--
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-1770) I have exception

2018-12-03 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1770:
--

So you are talking about Java? Also missing information. Is it an ant or maven 
project?

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 7 Pro, JDK 1.8, 64 bit
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.
> I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).



--
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-1770) I have exception

2018-12-03 Thread Evgeny (JIRA)


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

Evgeny commented on NETBEANS-1770:
--

I add some information

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 7 Pro, JDK 1.8, 64 bit
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.
> I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).



--
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-1770) I have exception

2018-12-03 Thread Evgeny (JIRA)


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

Evgeny updated NETBEANS-1770:
-
Affects Version/s: 8.2
  Environment: Windows 7 Pro, JDK 1.8, 64 bit
  Description: 
Its exception when i compiling and run projects.

I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).

  was:Its exception when i compiling and run projects.


> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 7 Pro, JDK 1.8, 64 bit
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.
> I write console app with 2-3 libraries (Kabeja, Batik, CSSParser).



--
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-1097) "Copy Dependent Libraries" does not work if "Source/Binary Format" is JDK 9 or JDK 10

2018-12-03 Thread John Brice (JIRA)


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

John Brice edited comment on NETBEANS-1097 at 12/3/18 1:51 PM:
---

Joonas, you can implement your workaround by copying the whole "-do-init" 
target from build-impl.xml to build.xml and removing the condition from there. 
That way you don't have to keep making the change when NetBeans recreates 
build-impl.xml


was (Author: jbrice):
Joonas, you can implement your workaround by copying the whole "-do-init" 
target from build-impl.xml to build.xml and removing the condition from there. 
That way you don't have to keep making the change when NetBeans recreates 
build-impl.xml--

> "Copy Dependent Libraries" does not work if "Source/Binary Format" is JDK 9 
> or JDK 10
> -
>
> Key: NETBEANS-1097
> URL: https://issues.apache.org/jira/browse/NETBEANS-1097
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Joonas Pulakka
>Priority: Major
>
> Steps to reproduce:
>  # File -> New Project -> Java Application -> Next -> Finish
>  # Right-click Libraries, Add JAR/Folder. Add whatever jar file.
>  # Check that project Properties -> Packaging -> Copy Dependent Libraries is 
> checked.
>  # Clean and Build project.
>  # Observe contents of dist\ directory.
> When Project -> Properties -> Source/Binary Format is JDK 8, there exists 
> dist\lib\ directory, and the jar added in step 1) is copied into that 
> directory, as expected, when Copy Dependent Libraries is checked.
> But when Source/Binary Format is JDK 9 or JDK 10, dist\lib\ directory does 
> not exist.
> The reason seems to be these parts in build-impl.xml:
> {code:java}
> 
> 
> 
> 
> 
> 
> 
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> <-- WHY THIS 
> CONDITION??
> 
> 
> {code}
> I've observed that mkdist.disabled setting is "Copy Dependent Libraries" 
> checbox state negated. And do.mkdist controls the library copying.
> But why is this library copying connected to javac.source version in this 
> way? If by design, what should I do in order to get jars copied to dist\lib\ 
> as they used to?
> For now, a workaround seems to be manually deleting the weird
> {code:java}
> 
> 
> {code}
> part from build-impl.xml, but that needs to be re-done every time NetBeans 
> recreates it.



--
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-1097) "Copy Dependent Libraries" does not work if "Source/Binary Format" is JDK 9 or JDK 10

2018-12-03 Thread John Brice (JIRA)


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

John Brice commented on NETBEANS-1097:
--

Joonas, you can implement your workaround by copying the whole "-do-init" 
target from build-impl.xml to build.xml and removing the condition from there. 
That way you don't have to keep making the change when NetBeans recreates 
build-impl.xml--

> "Copy Dependent Libraries" does not work if "Source/Binary Format" is JDK 9 
> or JDK 10
> -
>
> Key: NETBEANS-1097
> URL: https://issues.apache.org/jira/browse/NETBEANS-1097
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Joonas Pulakka
>Priority: Major
>
> Steps to reproduce:
>  # File -> New Project -> Java Application -> Next -> Finish
>  # Right-click Libraries, Add JAR/Folder. Add whatever jar file.
>  # Check that project Properties -> Packaging -> Copy Dependent Libraries is 
> checked.
>  # Clean and Build project.
>  # Observe contents of dist\ directory.
> When Project -> Properties -> Source/Binary Format is JDK 8, there exists 
> dist\lib\ directory, and the jar added in step 1) is copied into that 
> directory, as expected, when Copy Dependent Libraries is checked.
> But when Source/Binary Format is JDK 9 or JDK 10, dist\lib\ directory does 
> not exist.
> The reason seems to be these parts in build-impl.xml:
> {code:java}
> 
> 
> 
> 
> 
> 
> 
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> <-- WHY THIS 
> CONDITION??
> 
> 
> {code}
> I've observed that mkdist.disabled setting is "Copy Dependent Libraries" 
> checbox state negated. And do.mkdist controls the library copying.
> But why is this library copying connected to javac.source version in this 
> way? If by design, what should I do in order to get jars copied to dist\lib\ 
> as they used to?
> For now, a workaround seems to be manually deleting the weird
> {code:java}
> 
> 
> {code}
> part from build-impl.xml, but that needs to be re-done every time NetBeans 
> recreates it.



--
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-1771) Read only characters should be possible inside Editor

2018-12-03 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1771:
-
Issue Type: New Feature  (was: Improvement)

> Read only characters should be possible inside Editor
> -
>
> Key: NETBEANS-1771
> URL: https://issues.apache.org/jira/browse/NETBEANS-1771
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Painting  Printing
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> In some Editors/IDEs like VS Code and the JetBrains family, it is possible 
> that plugins or core functionalities, can print characters/words/whatever 
> into the editor like showing the parameter names, when you call a function or 
> debugging stuff right after the variables/functions or git annotations or 
> complexity indices and and and. This is possible while adding stuff, which is 
> only printed out to the editor as read only and not as normal text. Here are 
> some links for what I mean: 
> VS Code - Show complexity: 
> https://code.visualstudio.com/assets/blogs/2017/02/12/codemetrics.png 
> (Between Line 23/24)
> It will not add a new line, it is part of line 24 and read only, sometimes 
> clickable, depends of what the functionality brings.
> VS Code - Git Information: 
> https://code.visualstudio.com/assets/blogs/2017/02/12/preview_gitlens.gif 
> (More complex example, but this ticket is not to implement such a feature, it 
> is to implement the read only stuff to print stuff into the editor, which 
> will not affect the Lines and is only one string which is not possible to 
> edit.)
> IntelliJ Debugging Info:
> https://d3nmt5vlzunoa1.cloudfront.net/webstorm/files/2018/01/evaluate-expression.png
>  (On line 9, 10, 11 and 14, you can see the the debug info is right after the 
> EOL)
> IntelliJ parameter hints: 
> https://d3nmt5vlzunoa1.cloudfront.net/idea/files/2016/12/idea_2017_1_groovy_parameter_hints.png
>  (You can see the parameter names as hints)
> Everything is optional and can be done separately, but to add those 
> functionality or other stuff, it is needed to add a global editor feature to 
> add such hints/informations into the editor. This opens a lot more 
> possibilites for developers.
> Maybe NetBeans still has such support, but I couldn't find it. I only found 
> non printable characters, which will added like UTF8 code with a specific 
> font.
> Cheers
> 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] [Created] (NETBEANS-1771) Read only characters should be possible inside Editor

2018-12-03 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1771:


 Summary: Read only characters should be possible inside Editor
 Key: NETBEANS-1771
 URL: https://issues.apache.org/jira/browse/NETBEANS-1771
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Painting  Printing
Affects Versions: Next
Reporter: Christian Lenz


In some Editors/IDEs like VS Code and the JetBrains family, it is possible that 
plugins or core functionalities, can print characters/words/whatever into the 
editor like showing the parameter names, when you call a function or debugging 
stuff right after the variables/functions or git annotations or complexity 
indices and and and. This is possible while adding stuff, which is only printed 
out to the editor as read only and not as normal text. Here are some links for 
what I mean: 
VS Code - Show complexity: 
https://code.visualstudio.com/assets/blogs/2017/02/12/codemetrics.png (Between 
Line 23/24)
It will not add a new line, it is part of line 24 and read only, sometimes 
clickable, depends of what the functionality brings.

VS Code - Git Information: 
https://code.visualstudio.com/assets/blogs/2017/02/12/preview_gitlens.gif (More 
complex example, but this ticket is not to implement such a feature, it is to 
implement the read only stuff to print stuff into the editor, which will not 
affect the Lines and is only one string which is not possible to edit.)

IntelliJ Debugging Info:
https://d3nmt5vlzunoa1.cloudfront.net/webstorm/files/2018/01/evaluate-expression.png
 (On line 9, 10, 11 and 14, you can see the the debug info is right after the 
EOL)

IntelliJ parameter hints: 
https://d3nmt5vlzunoa1.cloudfront.net/idea/files/2016/12/idea_2017_1_groovy_parameter_hints.png
 (You can see the parameter names as hints)

Everything is optional and can be done separately, but to add those 
functionality or other stuff, it is needed to add a global editor feature to 
add such hints/informations into the editor. This opens a lot more possibilites 
for developers.

Maybe NetBeans still has such support, but I couldn't find it. I only found non 
printable characters, which will added like UTF8 code with a specific font.


Cheers

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] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2018-12-03 Thread D Burbridge (JIRA)


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

D Burbridge commented on NETBEANS-1537:
---

Thanks... I can reproduce it on this machine every time I click on the menu 
items I listed:-) If I could reproduce it on another machine I'd be well on the 
way to finding a fix!

Also, it's being generated from within Netbeans, since no other application I 
used on this machine comes up with such an error when trying to open a dialog 
box.

Where might I be able to find a stacktrace for you? I don't know where Netbeans 
puts its logfiles, and no error appears in the console.

Thanks again!

 

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1770) I have exception

2018-12-03 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1770:
--

There are many fields like "Affected version" and "components". So what 
NetBeans version do you use? Which JDK do you use? Which Operating System, 
which project types and and and. See, important information that are missing.

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.



--
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] 01/01: Merge pull request #1044 from sdedic/feature/autoupdate_enable_download

2018-12-03 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 1de4a7b6003aa122630bbf3f0dbbf4366da2d8e0
Merge: 636aacc 0632c2f
Author: Jaroslav Tulach 
AuthorDate: Mon Dec 3 14:06:04 2018 +0100

Merge pull request #1044 from sdedic/feature/autoupdate_enable_download

Enhance AU to install missing feature parts

 .../modules/ide/ergonomics/fod/Bundle.properties   |   2 +-
 .../ide/ergonomics/fod/ConfigurationPanel.java |  37 ++--
 .../modules/ide/ergonomics/fod/FeatureInfo.java|  22 +++
 .../ide/ergonomics/fod/FeatureProjectFactory.java  |  77 +---
 .../ide/ergonomics/fod/FindComponentModules.java   | 201 ++---
 .../ide/ergonomics/fod/FoDUpdateUnitProvider.java  |  32 +++-
 .../ide/ergonomics/newproject/DescriptionStep.java |   5 +-
 .../modules/ide/ergonomics/DynamicVerifyTest.java  |  14 +-
 platform/autoupdate.services/apichanges.xml|  14 ++
 platform/autoupdate.services/manifest.mf   |   2 +-
 .../nbproject/project.properties   |   2 +-
 .../api/autoupdate/OperationContainer.java |   9 +
 .../services/FeatureUpdateElementImpl.java |  28 ++-
 .../autoupdate/services/FeatureUpdateUnitImpl.java |   2 +
 .../autoupdate/services/InstallSupportImpl.java|   2 +
 .../services/OperationContainerImpl.java   |  35 +++-
 .../autoupdate/services/OperationValidator.java|  51 ++
 .../autoupdate/services/UpdateManagerImpl.java |  42 -
 .../org/netbeans/spi/autoupdate/UpdateItem.java|   5 +-
 .../netbeans/api/autoupdate/RefreshItemsTest.java  |   2 +-
 .../api/autoupdate/RefreshProvidersTest.java   |   2 +-
 .../autoupdate.ui/nbproject/project.properties |   2 +-
 platform/autoupdate.ui/nbproject/project.xml   |   2 +-
 .../modules/autoupdate/ui/PluginManagerUI.java |   2 +-
 .../netbeans/modules/autoupdate/ui/UnitTab.form|   1 -
 .../netbeans/modules/autoupdate/ui/UnitTab.java|  86 +++--
 .../netbeans/modules/autoupdate/ui/Utilities.java  |  23 +++
 .../autoupdate/ui/wizards/Bundle.properties|   2 +
 .../modules/autoupdate/ui/wizards/InstallStep.java |  71 ++--
 .../ui/wizards/InstallUnitWizardIterator.java  |  88 +
 .../ui/wizards/InstallUnitWizardModel.java |   8 +-
 ...dIterator.java => InstallableIteratorBase.java} |  86 -
 .../autoupdate/ui/wizards/LicenseApprovalStep.java |   8 +-
 .../ui/wizards/OperationDescriptionStep.java   |  30 ++-
 .../ui/wizards/OperationWizardModel.java   | 187 ++-
 .../autoupdate/ui/wizards/UninstallUnitWizard.java |  20 +-
 .../ui/wizards/UninstallUnitWizardIterator.java|  78 +---
 .../ui/wizards/UninstallUnitWizardModel.java   |  70 ++-
 .../src/org/netbeans/ModuleManager.java|  14 +-
 39 files changed, 1066 insertions(+), 298 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 (636aacc -> 1de4a7b)

2018-12-03 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 636aacc  [NETBEANS-1440] Fixed BadLocationException on double click to 
select text at EOF
 add ad99b78  Add required extra modules to FoD feature for AU
 add d9008d1  Only report required restart if the fragment host module is 
running
 add e1624dd  Refresh caches of provides-requires after install change
 add a866723  Adjusted tests to added fragment module in test data
 add d34446d  Support for uninstalled feature parts. Unknown parts reported 
through API. Integrated Enable wizard with Install steps
 add 0632c2f  Feature enable inspect modules in depth; project open hook 
displays missing modules
 new 1de4a7b  Merge pull request #1044 from 
sdedic/feature/autoupdate_enable_download

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:
 .../modules/ide/ergonomics/fod/Bundle.properties   |   2 +-
 .../ide/ergonomics/fod/ConfigurationPanel.java |  37 ++--
 .../modules/ide/ergonomics/fod/FeatureInfo.java|  22 +++
 .../ide/ergonomics/fod/FeatureProjectFactory.java  |  77 +---
 .../ide/ergonomics/fod/FindComponentModules.java   | 201 ++---
 .../ide/ergonomics/fod/FoDUpdateUnitProvider.java  |  32 +++-
 .../ide/ergonomics/newproject/DescriptionStep.java |   5 +-
 .../modules/ide/ergonomics/DynamicVerifyTest.java  |  14 +-
 platform/autoupdate.services/apichanges.xml|  14 ++
 platform/autoupdate.services/manifest.mf   |   2 +-
 .../nbproject/project.properties   |   2 +-
 .../api/autoupdate/OperationContainer.java |   9 +
 .../services/FeatureUpdateElementImpl.java |  28 ++-
 .../autoupdate/services/FeatureUpdateUnitImpl.java |   2 +
 .../autoupdate/services/InstallSupportImpl.java|   2 +
 .../services/OperationContainerImpl.java   |  35 +++-
 .../autoupdate/services/OperationValidator.java|  51 ++
 .../autoupdate/services/UpdateManagerImpl.java |  42 -
 .../org/netbeans/spi/autoupdate/UpdateItem.java|   5 +-
 .../netbeans/api/autoupdate/RefreshItemsTest.java  |   2 +-
 .../api/autoupdate/RefreshProvidersTest.java   |   2 +-
 .../autoupdate.ui/nbproject/project.properties |   2 +-
 platform/autoupdate.ui/nbproject/project.xml   |   2 +-
 .../modules/autoupdate/ui/PluginManagerUI.java |   2 +-
 .../netbeans/modules/autoupdate/ui/UnitTab.form|   1 -
 .../netbeans/modules/autoupdate/ui/UnitTab.java|  86 +++--
 .../netbeans/modules/autoupdate/ui/Utilities.java  |  23 +++
 .../autoupdate/ui/wizards/Bundle.properties|   2 +
 .../modules/autoupdate/ui/wizards/InstallStep.java |  71 ++--
 .../ui/wizards/InstallUnitWizardIterator.java  |  88 +
 .../ui/wizards/InstallUnitWizardModel.java |   8 +-
 ...dIterator.java => InstallableIteratorBase.java} |  86 -
 .../autoupdate/ui/wizards/LicenseApprovalStep.java |   8 +-
 .../ui/wizards/OperationDescriptionStep.java   |  30 ++-
 .../ui/wizards/OperationWizardModel.java   | 187 ++-
 .../autoupdate/ui/wizards/UninstallUnitWizard.java |  20 +-
 .../ui/wizards/UninstallUnitWizardIterator.java|  78 +---
 .../ui/wizards/UninstallUnitWizardModel.java   |  70 ++-
 .../src/org/netbeans/ModuleManager.java|  14 +-
 39 files changed, 1066 insertions(+), 298 deletions(-)
 copy 
platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/{InstallUnitWizardIterator.java
 => InstallableIteratorBase.java} (71%)


-
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-1770) I have exception

2018-12-03 Thread Christian Lenz (JIRA)


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

Christian Lenz resolved NETBEANS-1770.
--
Resolution: Incomplete

Not enough information to reproduce the problem.

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.



--
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-1770) I have exception

2018-12-03 Thread Evgeny (JIRA)


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

Evgeny edited comment on NETBEANS-1770 at 12/3/18 12:46 PM:


What i can add? I just press F6 to compile and run my project. On right down i 
have exception (silent or other). I add a file with logs. When a get another 
one i add screenshot to this.


was (Author: fffars):
What i can add? I just press F6 to compile and run my project. On right down i 
have exception (silent or other). I add a file with logs. Whan a get another 
one i add screenshot to this.

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.



--
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-1770) I have exception

2018-12-03 Thread Evgeny (JIRA)


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

Evgeny commented on NETBEANS-1770:
--

What i can add? I just press F6 to compile and run my project. On right down i 
have exception (silent or other). I add a file with logs. Whan a get another 
one i add screenshot to this.

> I have exception
> 
>
> Key: NETBEANS-1770
> URL: https://issues.apache.org/jira/browse/NETBEANS-1770
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Evgeny
>Priority: Major
> Attachments: messages.log
>
>
> Its exception when i compiling and run projects.



--
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-1770) I have exception

2018-12-03 Thread Evgeny (JIRA)
Evgeny created NETBEANS-1770:


 Summary: I have exception
 Key: NETBEANS-1770
 URL: https://issues.apache.org/jira/browse/NETBEANS-1770
 Project: NetBeans
  Issue Type: Bug
Reporter: Evgeny
 Attachments: messages.log

Its exception when i compiling and run projects.



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