[jira] [Resolved] (NETBEANS-344) org.netbeans.core.windows.service.PresenterDecorator is not publicly accessible

2018-08-18 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach resolved NETBEANS-344.
--
   Resolution: Won't Fix
Fix Version/s: Next

According to Tomáš Pávek, the class is really used by JDeveloper. There is a 
{{JDevPresenter}}, which extends {{PresenterDecorator}}. If we want JDeveloper 
to ever switch to Apache NetBeans, it is preferrable to keep the class around.

Closing without any code change, but thanks for looking at the code.

> org.netbeans.core.windows.service.PresenterDecorator is not publicly 
> accessible
> ---
>
> Key: NETBEANS-344
> URL: https://issues.apache.org/jira/browse/NETBEANS-344
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 8.2, 9.0
>Reporter: Austin Stephens
>Assignee: Jaroslav Tulach
>Priority: Trivial
> Fix For: Next
>
>
> The commit message for adding it states that it was added so other modules 
> could customize the displayed dialog, but it is module private.



--
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-1144) predefined_vars.zip is licensed under LGPL-2.1

2018-08-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1144.

Resolution: Fixed

Fixed.

> predefined_vars.zip is licensed under LGPL-2.1
> --
>
> Key: NETBEANS-1144
> URL: https://issues.apache.org/jira/browse/NETBEANS-1144
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: licensing, pull-request-available
> Attachments: predefined_vars.zip
>
>  Time Spent: 2h
>  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] [Resolved] (NETBEANS-433) Improve merge discipline

2018-08-18 Thread Karl Richter (JIRA)


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

Karl Richter resolved NETBEANS-433.
---
Resolution: Later

> Improve merge discipline
> 
>
> Key: NETBEANS-433
> URL: https://issues.apache.org/jira/browse/NETBEANS-433
> Project: NetBeans
>  Issue Type: Task
>Reporter: Karl Richter
>Priority: Major
>
> The git repository https://github.com/apache/incubator-netbeans.git contains 
> a lot of duplicate commits (e.g.
> {noformat}
> commit 90366d092beb49d563922c8023093d91d6b59db1 (HEAD -> master, 
> origin/master, origin/HEAD)
> Merge: ccc9b5f92 4c4bdd60a
> Author: Jaroslav Tulach 
> Date:   Mon Feb 26 07:59:53 2018 +0100
> Merge pull request #434 from blackleg/ci_badges
> 
> Add build badges to README.md
> commit 4c4bdd60adc2a26800621a76220dab7b146d80f4
> Author: Hector Espert 
> Date:   Sun Jan 21 12:47:26 2018 +0100
> Added build badges to README.md
> {noformat}
> as well as merge commits (the duplicate example even introduces an empty 
> separate merge commit for a fast-forward merge).
> The duplicate commits should simply be avoided since they increase the number 
> commits which have to be investigated in bisection search of regressions. 
> Furthermore they make it harder to go through git log and make the code base 
> appear in bad shape.
> The merge commits should be avoided because they disturb the history log and 
> hide information what really happened on the merge branch. It's fine to force 
> all contributors to rebase their pull request branches on `master`. In this 
> way all merges are fast-forward merges and all commit messages contain 
> exclusively useful information. You can take 
> https://github.com/zfsonlinux/zfs as an example for an excellent code base.



--
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-433) Improve merge discipline

2018-08-18 Thread Karl Richter (JIRA)


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

Karl Richter commented on NETBEANS-433:
---

bq. Please close this here - it is a discussion topic and so should be on the 
mailing list. I just stumbled over this by chance.

Done: 
https://lists.apache.org/thread.html/9f247a7debb0f3fa90f2dedd79dcaf0094aeea9665aaf418abdd5b8f@%3Cdev.netbeans.apache.org%3E

> Improve merge discipline
> 
>
> Key: NETBEANS-433
> URL: https://issues.apache.org/jira/browse/NETBEANS-433
> Project: NetBeans
>  Issue Type: Task
>Reporter: Karl Richter
>Priority: Major
>
> The git repository https://github.com/apache/incubator-netbeans.git contains 
> a lot of duplicate commits (e.g.
> {noformat}
> commit 90366d092beb49d563922c8023093d91d6b59db1 (HEAD -> master, 
> origin/master, origin/HEAD)
> Merge: ccc9b5f92 4c4bdd60a
> Author: Jaroslav Tulach 
> Date:   Mon Feb 26 07:59:53 2018 +0100
> Merge pull request #434 from blackleg/ci_badges
> 
> Add build badges to README.md
> commit 4c4bdd60adc2a26800621a76220dab7b146d80f4
> Author: Hector Espert 
> Date:   Sun Jan 21 12:47:26 2018 +0100
> Added build badges to README.md
> {noformat}
> as well as merge commits (the duplicate example even introduces an empty 
> separate merge commit for a fast-forward merge).
> The duplicate commits should simply be avoided since they increase the number 
> commits which have to be investigated in bisection search of regressions. 
> Furthermore they make it harder to go through git log and make the code base 
> appear in bad shape.
> The merge commits should be avoided because they disturb the history log and 
> hide information what really happened on the merge branch. It's fine to force 
> all contributors to rebase their pull request branches on `master`. In this 
> way all merges are fast-forward merges and all commit messages contain 
> exclusively useful information. You can take 
> https://github.com/zfsonlinux/zfs as an example for an excellent code base.



--
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-1149) Commit several files takes a very long time

2018-08-18 Thread Andrea Orsini (JIRA)
Andrea Orsini created NETBEANS-1149:
---

 Summary: Commit several files takes a very long time
 Key: NETBEANS-1149
 URL: https://issues.apache.org/jira/browse/NETBEANS-1149
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2
Reporter: Andrea Orsini


If a add more than on file to the index and the i choose Git/commit from the 
contextual menu of the project, netbeans starts scanning for files to commit 
and this operation takes way too long.

 

Committing a single file, instead works normally.



--
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-1148) Trying to add several modules to modulepath at once will add one; the rest goes to classpath

2018-08-18 Thread Andreas Eckstein (JIRA)


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

Andreas Eckstein updated NETBEANS-1148:
---
Summary: Trying to add several modules to modulepath at once will add one; 
the rest goes to classpath  (was: Adding several modules to modulepath at once 
will add one; the rest goes to classpath)

> Trying to add several modules to modulepath at once will add one; the rest 
> goes to classpath
> 
>
> Key: NETBEANS-1148
> URL: https://issues.apache.org/jira/browse/NETBEANS-1148
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andreas Eckstein
>Priority: Major
>
> I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
> ...
> Now I want to add all modules A* to B via 'Right-click on B' > Properties > 
> Libraries > Modulepath > 'Add Project...'. With the pop-up file picker, I can 
> select project A, and then any number of its modules. However, only the first 
> of those will be added to to the Modulepath list, all others are added to 
> Classpath instead.



--
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-1148) Adding several modules to modulepath at once will add one; the rest goes to classpath

2018-08-18 Thread Andreas Eckstein (JIRA)


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

Andreas Eckstein updated NETBEANS-1148:
---
Description: 
I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
...

Now I want to add all modules A* to B via 'Right-click on B' > Properties --> 
Libraries > Modulepath > 'Add Project...'. With the pop-up file picker, I can 
select project A, and then any number of its modules. However, only the first 
of those will be added to to the Modulepath list, all others are added to 
Classpath instead.

  was:
I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
...

Now I want to add all modules A* to B via 'Right-click on 
B'->Properties->Libraries->Modulepath->'Add Project...'. With the pop-up file 
picker, I can select project A, and then any number of its modules. However, 
only the first of those will be added to to the Modulepath list, all others are 
added to Classpath instead.


> Adding several modules to modulepath at once will add one; the rest goes to 
> classpath
> -
>
> Key: NETBEANS-1148
> URL: https://issues.apache.org/jira/browse/NETBEANS-1148
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andreas Eckstein
>Priority: Major
>
> I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
> ...
> Now I want to add all modules A* to B via 'Right-click on B' > Properties --> 
> Libraries > Modulepath > 'Add Project...'. With the pop-up file picker, I can 
> select project A, and then any number of its modules. However, only the first 
> of those will be added to to the Modulepath list, all others are added to 
> Classpath instead.



--
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-1148) Adding several modules to modulepath at once will add one; the rest goes to classpath

2018-08-18 Thread Andreas Eckstein (JIRA)


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

Andreas Eckstein updated NETBEANS-1148:
---
Description: 
I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
...

Now I want to add all modules A* to B via 'Right-click on B' > Properties > 
Libraries > Modulepath > 'Add Project...'. With the pop-up file picker, I can 
select project A, and then any number of its modules. However, only the first 
of those will be added to to the Modulepath list, all others are added to 
Classpath instead.

  was:
I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
...

Now I want to add all modules A* to B via 'Right-click on B' > Properties --> 
Libraries > Modulepath > 'Add Project...'. With the pop-up file picker, I can 
select project A, and then any number of its modules. However, only the first 
of those will be added to to the Modulepath list, all others are added to 
Classpath instead.


> Adding several modules to modulepath at once will add one; the rest goes to 
> classpath
> -
>
> Key: NETBEANS-1148
> URL: https://issues.apache.org/jira/browse/NETBEANS-1148
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andreas Eckstein
>Priority: Major
>
> I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
> ...
> Now I want to add all modules A* to B via 'Right-click on B' > Properties > 
> Libraries > Modulepath > 'Add Project...'. With the pop-up file picker, I can 
> select project A, and then any number of its modules. However, only the first 
> of those will be added to to the Modulepath list, all others are added to 
> Classpath instead.



--
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-1148) Adding several modules to modulepath at once will add one; the rest goes to classpath

2018-08-18 Thread Andreas Eckstein (JIRA)
Andreas Eckstein created NETBEANS-1148:
--

 Summary: Adding several modules to modulepath at once will add 
one; the rest goes to classpath
 Key: NETBEANS-1148
 URL: https://issues.apache.org/jira/browse/NETBEANS-1148
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Andreas Eckstein


I have java modular projects A and B, where A contains jigsaw modules A1, A2, 
...

Now I want to add all modules A* to B via 'Right-click on 
B'->Properties->Libraries->Modulepath->'Add Project...'. With the pop-up file 
picker, I can select project A, and then any number of its modules. However, 
only the first of those will be added to to the Modulepath list, all others are 
added to Classpath instead.



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

2018-08-18 Thread Jaroslav Tulach (JIRA)
Jaroslav Tulach created NETBEANS-1147:
-

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


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



[incubator-netbeans] branch master updated: [NETBEANS-1144] Recreate predefined_vars.zip (#703)

2018-08-18 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


The following commit(s) were added to refs/heads/master by this push:
 new a0799b7  [NETBEANS-1144] Recreate predefined_vars.zip (#703)
a0799b7 is described below

commit a0799b7f767be4c0e9ec00e2228b79d33bc3f906
Author: Junichi Yamamoto 
AuthorDate: Sat Aug 18 17:45:26 2018 +0900

[NETBEANS-1144] Recreate predefined_vars.zip (#703)

* [NETBEANS-1144] Recreate predefined_vars.zip

- Create files from https://secure.php.net/manual/en/reserved.variables.php
- The license is CC-BY 3.0 https://secure.php.net/manual/en/copyright.php
- CC-BY 3.0 is listed in category-b: 
https://www.apache.org/legal/resolved.html#category-b

* Fix the problems pointed out in the review

- Add the CC-BY-3.0 to nbbuild/licenses
- Rename predefined_vars.txt to predefined_vars-1.0.txt and 
predefined_vars.zip to predifined_vars-1.0.zip
- Fix project.properties

* Fix predefined_vars-1.0-license.txt
---
 nbbuild/licenses/CC-BY-3.0 | 319 +
 php.editor/external/binaries-list  |  18 +-
 .../external/predefined_vars-1.0-license.txt   | 326 +
 php.editor/external/predefined_vars-license.txt| 505 -
 php.editor/nbproject/project.properties|   2 +-
 5 files changed, 663 insertions(+), 507 deletions(-)

diff --git a/nbbuild/licenses/CC-BY-3.0 b/nbbuild/licenses/CC-BY-3.0
new file mode 100644
index 000..1a16e05
--- /dev/null
+++ b/nbbuild/licenses/CC-BY-3.0
@@ -0,0 +1,319 @@
+Creative Commons Legal Code
+
+Attribution 3.0 Unported
+
+CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+DAMAGES RESULTING FROM ITS USE.
+
+License
+
+THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+
+BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+CONDITIONS.
+
+1. Definitions
+
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
+other pre-existing works, such as a translation, adaptation,
+derivative work, arrangement of music or other alterations of a
+literary or artistic work, or phonogram or performance and includes
+cinematographic adaptations or any other form in which the Work may be
+recast, transformed, or adapted including in any form recognizably
+derived from the original, except that a work that constitutes a
+Collection will not be considered an Adaptation for the purpose of
+this License. For the avoidance of doubt, where the Work is a musical
+work, performance or phonogram, the synchronization of the Work in
+timed-relation with a moving image ("synching") will be considered an
+Adaptation for the purpose of this License.
+ b. "Collection" means a collection of literary or artistic works, such as
+encyclopedias and anthologies, or performances, phonograms or
+broadcasts, or other works or subject matter other than works listed
+in Section 1(f) below, which, by reason of the selection and
+arrangement of their contents, constitute intellectual creations, in
+which the Work is included in its entirety in unmodified form along
+with one or more other contributions, each constituting separate and
+independent works in themselves, which together are assembled into a
+collective whole. A work that constitutes a Collection will not be
+considered an Adaptation (as defined above) for the purposes of this
+License.
+ c. "Distribute" means to make available to the public the original and
+copies of the Work or Adaptation, as appropriate, through sale or
+other transfer of ownership.
+ d. "Licensor" means the individual, individuals, entity or entities that
+offer(s) the Work under the terms of this License.
+ e. "Original Author" means, in the case of a literary or artistic work,
+the individual, individuals, entity or entities who created the Work
+or if no individual or entity can be identified, the publisher; and in
+addition (i) in the case of a performance the actors, singers,
+musicians, dancers, and other 

[incubator-netbeans] 01/01: Merge pull request #709 from junichi11/module-review-javascript.bower

2018-08-18 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 abd47d4fd6e68b46e64b71c06049eb1c1b1f956c
Merge: 63ae29f e70bf82
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 18 10:44:41 2018 +0200

Merge pull request #709 from junichi11/module-review-javascript.bower

[NETBEANS-1074] Module Review javascript.bower

 javascript.bower/licenseinfo.xml | 38 ++
 1 file changed, 38 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 (a338cf1 -> 63ae29f)

2018-08-18 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 a338cf1  Merge pull request #711 from 
junichi11/module-review-javascript.gulp
 add cad5684  [NETBEANS-1074] Module Review javascript.grunt
 new 63ae29f  Merge pull request #710 from 
junichi11/module-review-javascript.grunt

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:
 {javascript.gulp => javascript.grunt}/licenseinfo.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy {javascript.gulp => javascript.grunt}/licenseinfo.xml (91%)


-
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 (63ae29f -> abd47d4)

2018-08-18 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 63ae29f  Merge pull request #710 from 
junichi11/module-review-javascript.grunt
 add e70bf82  [NETBEANS-1074] Module Review javascript.bower
 new abd47d4  Merge pull request #709 from 
junichi11/module-review-javascript.bower

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:
 {api.debugger.jpda => javascript.bower}/licenseinfo.xml | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)
 copy {api.debugger.jpda => javascript.bower}/licenseinfo.xml (50%)


-
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 #710 from junichi11/module-review-javascript.grunt

2018-08-18 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 63ae29f25cc646d99c6b1e50cf23f0cf0236c3ac
Merge: a338cf1 cad5684
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 18 10:44:24 2018 +0200

Merge pull request #710 from junichi11/module-review-javascript.grunt

[NETBEANS-1074] Module Review javascript.grunt

 javascript.grunt/licenseinfo.xml | 28 
 1 file changed, 28 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] 01/01: Merge pull request #711 from junichi11/module-review-javascript.gulp

2018-08-18 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 a338cf1f96020dd4fa59f4a5b75eee8786ef795d
Merge: b09595d 7b627df
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 18 10:44:07 2018 +0200

Merge pull request #711 from junichi11/module-review-javascript.gulp

[NETBEANS-1074] Module Review javascript.gulp

 javascript.gulp/licenseinfo.xml | 28 
 1 file changed, 28 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 (6604d92 -> b09595d)

2018-08-18 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 6604d92  Merge pull request #713 from 
junichi11/module-review-groovy.gsp
 add fc31dc2  [NETBEANS-1074] Module Review groovy.editor
 new b09595d  Merge pull request #712 from 
junichi11/module-review-groovy.editor

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:
 {groovy.gsp => groovy.editor}/licenseinfo.xml   | 12 ++--
 .../modules/groovy/editor/api/temporary/README.txt  | 17 +
 2 files changed, 27 insertions(+), 2 deletions(-)
 copy {groovy.gsp => groovy.editor}/licenseinfo.xml (60%)


-
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 (b09595d -> a338cf1)

2018-08-18 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 b09595d  Merge pull request #712 from 
junichi11/module-review-groovy.editor
 add 7b627df  [NETBEANS-1074] Module Review javascript.gulp
 new a338cf1  Merge pull request #711 from 
junichi11/module-review-javascript.gulp

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.atoum => javascript.gulp}/licenseinfo.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy {php.atoum => javascript.gulp}/licenseinfo.xml (92%)


-
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 #712 from junichi11/module-review-groovy.editor

2018-08-18 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 b09595d5ad131b33c6d6689e4d62a7668ddc6e95
Merge: 6604d92 fc31dc2
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 18 10:43:25 2018 +0200

Merge pull request #712 from junichi11/module-review-groovy.editor

[NETBEANS-1074] Module Review groovy.editor

 groovy.editor/licenseinfo.xml  | 41 ++
 .../modules/groovy/editor/api/temporary/README.txt | 17 +
 2 files changed, 58 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] 01/01: Merge pull request #713 from junichi11/module-review-groovy.gsp

2018-08-18 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 6604d92e996775b8434f4f9f37a07132fddaf01e
Merge: 01775ff adea58a
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 18 10:43:00 2018 +0200

Merge pull request #713 from junichi11/module-review-groovy.gsp

[NETBEANS-1074] Module Review groovy.gsp

 groovy.gsp/licenseinfo.xml | 33 +++
 .../modules/groovy/gsp/resources/GspTemplate.gsp   | 47 +++---
 2 files changed, 47 insertions(+), 33 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 (01775ff -> 6604d92)

2018-08-18 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 01775ff  Merge pull request #714 from 
junichi11/module-review-groovy.kit
 add adea58a  [NETBEANS-1074] Module Review groovy.gsp
 new 6604d92  Merge pull request #713 from 
junichi11/module-review-groovy.gsp

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:
 {api.debugger.jpda => groovy.gsp}/licenseinfo.xml  |  8 +++-
 .../modules/groovy/gsp/resources/GspTemplate.gsp   | 47 +++---
 2 files changed, 20 insertions(+), 35 deletions(-)
 copy {api.debugger.jpda => groovy.gsp}/licenseinfo.xml (78%)


-
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 #714 from junichi11/module-review-groovy.kit

2018-08-18 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 01775ff208464783a6bae3eda3e938a03457e5fb
Merge: 58f7d1d 5039747
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 18 10:42:29 2018 +0200

Merge pull request #714 from junichi11/module-review-groovy.kit

[NETBEANS-1074] Module Review groovy.kit

 groovy.kit/release/VERSION.txt | 17 +
 1 file changed, 17 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 (58f7d1d -> 01775ff)

2018-08-18 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 58f7d1d  [NETBEANS-1074] Module Review php.phpdoc.documentation (#686)
 add 5039747  [NETBEANS-1074] Module Review groovy.kit
 new 01775ff  Merge pull request #714 from 
junichi11/module-review-groovy.kit

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:
 groovy.kit/release/VERSION.txt | 17 +
 1 file changed, 17 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] [Commented] (NETBEANS-988) running payara 5.182 from netbeans rc1

2018-08-18 Thread Eduard Drenth (JIRA)


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

Eduard Drenth commented on NETBEANS-988:


run netbeans 9 using jdk 8 solves it

> running payara 5.182 from netbeans rc1
> --
>
> Key: NETBEANS-988
> URL: https://issues.apache.org/jira/browse/NETBEANS-988
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: Next
>Reporter: Eduard Drenth
>Priority: Major
>
> - add openjdk 8 latest platform
> - define glassfish server for payara 5.182, use jdk 8
> - define an app, use jdk 8
> - run app from netbeans 9 rc1
> app does not start, no glassfish console shows
> right click on server and then "view domain server log" gives an error



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