[jira] [Commented] (NETBEANS-2870) A java.lang.AssertionError exception has occurred

2019-07-19 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2870:
---

Hmm. Assertions is switched off in release builds.

 

> A java.lang.AssertionError exception has occurred
> -
>
> Key: NETBEANS-2870
> URL: https://issues.apache.org/jira/browse/NETBEANS-2870
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 11.1
> Environment: Windows 10
>Reporter: jose luis romero
>Priority: Major
> Attachments: messages.log
>
>
> After pressing CTRL SPACE to get the list on autocomplete on
> TitularMutual tm = controller.; //between doc and semicolon
> I select one to complete the method name and nothing happens, like if I were 
> pressed ESC instead.
> If I resolve the uncaught exception, the autocomplete works fine
> Complete code case:
> for (Titulares t : tt)
> {   TitularMutual tm = controller.;   int plan = contr.determinarPlan(t, tm); 
> //on this line, there is an unreported excep to be catched 
> planes.get(plan).add(t); }



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2417) update Gradle logo/icon

2019-07-19 Thread Lou Hamersly (JIRA)


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

Lou Hamersly commented on NETBEANS-2417:


I see, they're under gradle.javaee on the 111 branch. Easy enough to overwrite 
with the ones of the same name from 
groovy/gradle/src/org/netbeans/modules/gradle/resources.

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2872) error: Source option 6 is no longer supported. Use 7 or later

2019-07-19 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2872:
-

What is your version of Ant that you're using?

I suspect that the error messages you're showing are not the cause of the build 
to fail. Please try again and then attach a file that contains the full error 
message,

> error: Source option 6 is no longer supported. Use 7 or later
> -
>
> Key: NETBEANS-2872
> URL: https://issues.apache.org/jira/browse/NETBEANS-2872
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
>
> Build netbeans with jdk1.8.0_211 error:
>  
> compile:
>  [nb-javac] Compiling 45 source files to 
> /Users/peter/workspace/netbeans/platform/openide.util/build/classes
>    [repeat] error: Source option 6 is no longer supported. Use 7 or later.
>    [repeat] error: Target option 6 is no longer supported. Use 7 or later.
>   [nbmerge] Failed to build target: all-openide.util
>  
> BUILD FAILED
> /Users/peter/workspace/netbeans/nbbuild/build.xml:530: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:572: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/templates/common.xml:201: Compile 
> failed; see the compiler error output for details.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2872) error: Source option 6 is no longer supported. Use 7 or later

2019-07-19 Thread Peter (JIRA)
Peter created NETBEANS-2872:
---

 Summary: error: Source option 6 is no longer supported. Use 7 or 
later
 Key: NETBEANS-2872
 URL: https://issues.apache.org/jira/browse/NETBEANS-2872
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 11.0
Reporter: Peter


Build netbeans with jdk1.8.0_211 error:

 

compile:

 [nb-javac] Compiling 45 source files to 
/Users/peter/workspace/netbeans/platform/openide.util/build/classes

   [repeat] error: Source option 6 is no longer supported. Use 7 or later.

   [repeat] error: Target option 6 is no longer supported. Use 7 or later.

  [nbmerge] Failed to build target: all-openide.util

 

BUILD FAILED

/Users/peter/workspace/netbeans/nbbuild/build.xml:530: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:572: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/templates/common.xml:201: Compile 
failed; see the compiler error output for details.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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



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

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

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


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

commit 7998b0604c6cc7db82f6246c9ce4104d3002b2a7
Author: jenkins 
AuthorDate: Fri Jul 19 08:32:04 2019 +

Automated site publishing by Jenkins build 860
---
 content/download/nb111/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/download/nb111/index.html 
b/content/download/nb111/index.html
index 9912b51..8cb1c8d 100644
--- a/content/download/nb111/index.html
+++ b/content/download/nb111/index.html
@@ -333,7 +333,7 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 
 Other
 
-Other enhancements related to the Java area are listed below.
+Other enhancements broadly related to the Java area are listed below.
 
 
 
@@ -344,10 +344,10 @@ The LTS release of the Apache NetBeans 11 cycle is Apache 
NetBeans 11.0. The 11.
 Separate Truffle source caches between multiple debugging sessions: https://github.com/apache/netbeans/pull/1252";>https://github.com/apache/netbeans/pull/1252
 
 
-Syntax coloring for .kt files: https://github.com/apache/netbeans/pull/1228";>https://github.com/apache/netbeans/pull/1228
+Syntax coloring for Kotlin ".kt" files: https://github.com/apache/netbeans/pull/1228";>https://github.com/apache/netbeans/pull/1228
 
 
-Correct license information for kotlin icon/grammar: https://github.com/apache/netbeans/pull/1229";>https://github.com/apache/netbeans/pull/1229
+Correct license information for Kotlin icon/grammar: https://github.com/apache/netbeans/pull/1229";>https://github.com/apache/netbeans/pull/1229
 
 
 


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

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



[netbeans-website] 01/01: Merge pull request #400 from apache/geertjanw-patch-12

2019-07-19 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/netbeans-website.git

commit 26703b0390c72c0547b790d4b44db6ac1620d5dd
Merge: 1e9995d 04c23b9
Author: Geertjan Wielenga 
AuthorDate: Fri Jul 19 10:29:26 2019 +0200

Merge pull request #400 from apache/geertjanw-patch-12

Tweaks for Kotlin in 11.1 features page

 netbeans.apache.org/src/content/download/nb111/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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

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



[netbeans-website] branch master updated (1e9995d -> 26703b0)

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

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


from 1e9995d  Update index.asciidoc
 add 04c23b9  Tweaks for Kotlin in 11.1 features page
 new 26703b0  Merge pull request #400 from apache/geertjanw-patch-12

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:
 netbeans.apache.org/src/content/download/nb111/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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

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



[netbeans-website] branch geertjanw-patch-12 created (now 04c23b9)

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

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


  at 04c23b9  Tweaks for Kotlin in 11.1 features page

No new revisions were added by this update.


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

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