[jira] [Created] (NETBEANS-2844) http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Randall Wood (JIRA)
Randall Wood created NETBEANS-2844:
--

 Summary: http://bits.netbeans.org/maven2/ not reachable
 Key: NETBEANS-2844
 URL: https://issues.apache.org/jira/browse/NETBEANS-2844
 Project: NetBeans
  Issue Type: Bug
Reporter: Randall Wood


I have a project that depends on the NetBeans maven repo. However, we are now 
getting failures downloading from that. It appears that 
[http://bits.netbeans.org/maven2/] is being redirected to 
[http://137.254.56.27/maven2/] which only has the message "temporarily 
unavailable"



--
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-58) NB IDE or NB Platform freeze on startup (proxy with Negotiate auth)

2019-07-13 Thread JIRA


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

Clemens Quoß commented on NETBEANS-58:
--

We had this problem at our company up till Netbeans 11 and JDK 12.0.1.  Using 
netbeans64.exe with JDK 12.0.1 works (for us).  Proxy is set to system default. 
 He is prompting a lot for the proxy credentials, thats annyoing, but no 
freeze.  I do not know what type of proxy we use, but it is hosted by T-Systems 
and they do not do any MS stuff for us, so I think the proxy is linux-based.  I 
can post a follow-up, if needed.  Message is:  it had not worked till Netbeans 
11 / 64bit with JDK 12 and now it does.  

> NB IDE or NB Platform freeze on startup (proxy with Negotiate auth)
> ---
>
> Key: NETBEANS-58
> URL: https://issues.apache.org/jira/browse/NETBEANS-58
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Proxy
>Affects Versions: 8.2, 9.0, 11.0
> Environment: Primarily Windows.
>Reporter: phansson
>Priority: Critical
> Attachments: NETBEANS-58-workaround1.diff, 
> image-2018-04-24-15-57-47-592.png, nb-freeze-dump.txt, netbeans.txt
>
>
> When any network operation is performed, such as attempting to contact 
> NetBeans Update Center, the application (IDE or Platform) may freeze. Users 
> will typically experience this on startup. It was reported in old bug tracker 
> as [bug 248308|https://netbeans.org/bugzilla/show_bug.cgi?id=248308].
> The problem arises because of the fix JDK folks applied as a consequence of 
> the reported [JDK-8032832 
> bug|https://bugs.openjdk.java.net/browse/JDK-8032832]. This fix wasn't very 
> clever IMO: it puts a lock on the classloader, thus introducing a range of 
> other problems, one of them being that NetNeans IDE or NetBeans Platform will 
> likely freeze on startup when it attempts a network operation. The fact that 
> their fix made things worse (while no doubt fixing the original issue) has 
> been reported as 
> [JDK-8068184|https://bugs.openjdk.java.net/browse/JDK-8068184].
> h3. WHEN DOES IT HAPPEN?
> As the lock is introduced for authentication of type 'Negotiate' it of course 
> only happens if there's a network proxy on the path which uses this type of 
> authentication. Also known as SPNEGO. This form of authentication is in my 
> experience very common in corporate networks, in particular those that base 
> themselves on the Microsoft stack. But a person on Oracle's own internal 
> network, such as a JDK developer, is most likely not exposed to it. :-)
> There's another condition for it to happen: The JRE runtime must be unable to 
> provide 'credentials' (a Kerberos token) to the network proxy on its own. 
> SPNEGO is really designed to be seamless and promptless. Support for it was 
> added in Java 6. But later on Microsoft tightened the desktop security around 
> obtaining the so-called 'session token' and the JDK folks were never able to 
> work around this (unlike the makers of Chrome, FF, Opera, etc). Therefore, in 
> real-life, SPNEGO in the JRE on Windows is no longer promptless:  it will be 
> forced to ask the user for credentials, thus negating the idea of SPNEGO. It 
> is the prompting which causes the freeze. SPNEGO on Mac OS X and Linux is 
> most likely working just fine and the bug will never be experienced.
> h3. HOW DO I KNOW IF I'M AFFECTED BY EXACTLY THIS BUG?
> This bug in this ticket is characterized by the fact that you'll always be 
> able to find the following in your thread dump:
> {noformat}
>at 
> sun.net.www.protocol.http.NegotiateAuthentication.isSupported(NegotiateAuthentication.java:)
> - locked  (a org.netbeans.ModuleManager$SystemClassLoader)
> {noformat}
> Note that the [Ctrl-Break 
> method|https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr019.html]
>  of obtaining a thread dump is favoured over jstack and other methods.
> h3. WHY DOES IT HAPPEN?
> There will be a lock held on the classloader object when the JRE's registered 
>  Authenticator is invoked. If the Authenticator does work on another thread, 
> that other thread has a need for some classloading and the current thread 
> needs to wait for the result of that thread, then bum!, there's a deadlock 
> between the two threads. This means the lock on the classloader will never be 
> released and it will ultimately affect other threads, such as the AWT 
> dispatch thread (aka Swing EDT) which will then also lock. Then you have what 
> the user experiences as a freeze.
> The NB Platform's own Authenticator, {{NbAuthenticator}}, does exactly what I 
> described and will thus be triggering the deadlock. More precisely it will 
> happen when NbAuthenticator calls Keyring. Does this mean the NbAuthen

[netbeans] branch release111 updated (a4a76a5 -> d9ec4e5)

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

neilcsmith pushed a change to branch release111
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from a4a76a5  Merge pull request #1361 from apache/master
 add 614ce26  NETBEANS-2824 No Properties dialog showing in 11.1vc1 for 
Java Application
 add 9ae414d  Merge pull request #1372 from jGauravGupta/NETBEANS-2824
 add d46c11b  Retrolamda plugin 3.7.1 can run on JDK11
 add f3095c1  Compile with -target 1.8 even on JDK11
 add 1b5db1e  Apply org.openjfx.javafxplugin when running on JDK11
 add c54ee53  Merge pull request #1368 from dukescript/GradleFrontend11
 add 2bd93f1  [NETBEANS-2831] Removed accidentally left CDDL_GPL License 
headers.
 add 2a16efd  Merge pull request #1370 from lkishalmi/NETBEANS-2831
 add b0da682  Update notice-stub.txt with correct copyright year.
 add 2e571cd  invokeActionHelper method doesn't have to be public
 add 5558bb5  Generating sigtest for libs.elimpl may fail
 add 20d4ce0  Make sure ant gen-sigtests-release is executed with every 
commit
 add 8c1645c  Merge pull request #1376 from 
JaroslavTulach/jtulach/GenerateSigtestsRelease
 add 4fde34f  [NETBEANS-2343]: Only use the LSP HyperlinkProvider for files 
that are covered by some LSPBindings.
 add 9807ca5  Merge pull request #1369 from jlahoda/NETBEANS-2343
 add ab4e095  [NETBEANS-2800] - Repairs for Unable to create Servlet/Filter 
in Java EE 8 application (#1375)
 new d9ec4e5  Merge pull request #1374 from apache/master

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:
 .travis.yml|1 +
 enterprise/j2ee.dd/.gitignore  |5 +-
 enterprise/j2ee.dd/build.xml   | 1413 +
 enterprise/j2ee.dd/licenseinfo.xml |3 +
 .../modules/j2ee/dd/impl/common/DDUtils.java   |   16 +-
 .../j2ee/dd/impl/resources/application_8.mdd   | 1002 
 .../modules/j2ee/dd/impl/resources/web-app_4_0.mdd |  880 +++
 .../j2ee/dd/impl/resources/web-fragment_4_0.mdd| 1596 
 .../modules/j2ee/dd/impl/web/WebAppProxy.java  |   11 +-
 .../modules/j2ee/dd/impl/web/WebParseUtils.java|   32 +-
 .../j2ee/ddloaders/catalog/EnterpriseCatalog.java  |   28 +-
 .../nbproject/org-netbeans-libs-elimpl.sig |2 +-
 .../libs.elimpl/nbproject/project.properties   |2 +
 .../payara/micro/project/MicroApplication.java |6 +-
 .../htmlui/resources/desktop_build.gradle.fmk  |   15 +-
 .../gradle/htmlui/resources/root_build.gradle.fmk  |2 +-
 .../gradle/htmlui/resources/web_build.gradle.fmk   |3 +
 .../javaee/api/ui/support/CheckBoxUpdater.java |   42 -
 .../javaee/api/ui/support/ComboBoxUpdater.java |   42 -
 .../gradle/javaee/web/AdditionalWebProvider.java   |   41 -
 .../web/CssPreprocessorsProblemProvider.java   |   41 -
 .../gradle/javaee/web/CssPreprocessorsSupport.java |   42 -
 .../modules/gradle/javaee/web/WebEjbJarImpl.java   |   41 -
 .../gradle/javaee/web/WebRecoPrivTemplates.java|   41 -
 .../lsp/client/bindings/HyperlinkProviderImpl.java |5 +
 .../TextDocumentSyncServerCapabilityHandler.java   |2 +
 .../org-netbeans-modules-java-api-common.sig   |   11 +-
 .../common/SingleJavaSourceRunActionProvider.java  |4 +-
 nbbuild/notice-stub.txt|2 +-
 29 files changed, 4352 insertions(+), 979 deletions(-)
 create mode 100644 
enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_8.mdd
 create mode 100644 
enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_4_0.mdd
 create mode 100644 
enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_4_0.mdd


-
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] 01/01: Merge pull request #1374 from apache/master

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

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

commit d9ec4e569177f19413439e1775707928cc93e1a5
Merge: a4a76a5 ab4e095
Author: Neil C Smith 
AuthorDate: Sat Jul 13 10:48:31 2019 +0100

Merge pull request #1374 from apache/master

Sync master to release branch for NB 11.1-beta4

 .travis.yml|1 +
 enterprise/j2ee.dd/.gitignore  |5 +-
 enterprise/j2ee.dd/build.xml   | 1413 +
 enterprise/j2ee.dd/licenseinfo.xml |3 +
 .../modules/j2ee/dd/impl/common/DDUtils.java   |   16 +-
 .../j2ee/dd/impl/resources/application_8.mdd   | 1002 
 .../modules/j2ee/dd/impl/resources/web-app_4_0.mdd |  880 +++
 .../j2ee/dd/impl/resources/web-fragment_4_0.mdd| 1596 
 .../modules/j2ee/dd/impl/web/WebAppProxy.java  |   11 +-
 .../modules/j2ee/dd/impl/web/WebParseUtils.java|   32 +-
 .../j2ee/ddloaders/catalog/EnterpriseCatalog.java  |   28 +-
 .../nbproject/org-netbeans-libs-elimpl.sig |2 +-
 .../libs.elimpl/nbproject/project.properties   |2 +
 .../payara/micro/project/MicroApplication.java |6 +-
 .../htmlui/resources/desktop_build.gradle.fmk  |   15 +-
 .../gradle/htmlui/resources/root_build.gradle.fmk  |2 +-
 .../gradle/htmlui/resources/web_build.gradle.fmk   |3 +
 .../javaee/api/ui/support/CheckBoxUpdater.java |   42 -
 .../javaee/api/ui/support/ComboBoxUpdater.java |   42 -
 .../gradle/javaee/web/AdditionalWebProvider.java   |   41 -
 .../web/CssPreprocessorsProblemProvider.java   |   41 -
 .../gradle/javaee/web/CssPreprocessorsSupport.java |   42 -
 .../modules/gradle/javaee/web/WebEjbJarImpl.java   |   41 -
 .../gradle/javaee/web/WebRecoPrivTemplates.java|   41 -
 .../lsp/client/bindings/HyperlinkProviderImpl.java |5 +
 .../TextDocumentSyncServerCapabilityHandler.java   |2 +
 .../org-netbeans-modules-java-api-common.sig   |   11 +-
 .../common/SingleJavaSourceRunActionProvider.java  |4 +-
 nbbuild/notice-stub.txt|2 +-
 29 files changed, 4352 insertions(+), 979 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] branch php7.4 updated (9fc4c58 -> a59319f)

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

tmysik pushed a change to branch php7.4
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 9fc4c58  Merge pull request #1363 from 
junichi11/netbeans-1696-php7.4-support
 new ccc92a6  Remove unnecessary null check
 new 488ff77  Fix formatting when a lambda function is used in an arrow 
function
 new c220df1  [NETBEANS-1696] PHP 7.4 Support Arrow Functions 2.0
 new e455b64  Move test data for UnusedVariableHint to the 
verification/UnusedVariableHint directory
 new cba9381  [NETBEANS-1696] PHP 7.4 Support Arrow Functions 2.0
 new a59319f  Merge pull request #1378 from 
junichi11/netbeans-1696-php7.4-support

The 2705 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/editor/completion/PHPCodeCompletion.java   |   3 +-
 .../modules/php/editor/indent/FormatVisitor.java   |  14 +-
 .../modules/php/editor/resources/layer.xml |   1 +
 .../verification/ArrowFunctionSuggestion.java  | 268 ++
 .../editor/verification/UnusedVariableHint.java|  86 +-
 .../data/testfiles/formatting/arrowFunctions01.php |   3 +
 .../formatting/arrowFunctions01.php.formatted  |   3 +
 .../testArrowFunctionsDefaultValue.php |  26 ++
 ...ArrowFunctionSuggestionDefaultValueFix_01.fixed |  24 ++
 ...stArrowFunctionSuggestionDefaultValue_01a.hints |   4 +
 ...tArrowFunctionSuggestionDefaultValue_01b.hints} |   0
 .../testArrowFunctionsExamples.php |  47 
 ...testArrowFunctionSuggestionExamplesFix_01.fixed |  47 
 ...testArrowFunctionSuggestionExamplesFix_02.fixed |  45 +++
 ...testArrowFunctionSuggestionExamplesFix_03.fixed |  45 +++
 ...testArrowFunctionSuggestionExamplesFix_04.fixed |  45 +++
 ...estArrowFunctionSuggestionExamplesFix_05a.fixed |  45 +++
 ...estArrowFunctionSuggestionExamplesFix_05b.fixed |  45 +++
 ...p.testArrowFunctionSuggestionExamples_01a.hints |   4 +
 testArrowFunctionSuggestionExamples_01b.hints} |   0
 ...p.testArrowFunctionSuggestionExamples_02a.hints |   4 +
 ...p.testArrowFunctionSuggestionExamples_03a.hints |   4 +
 ...p.testArrowFunctionSuggestionExamples_04a.hints |   4 +
 testArrowFunctionSuggestionExamples_04b.hints} |   0
 ...p.testArrowFunctionSuggestionExamples_05a.hints |   4 +
 ...p.testArrowFunctionSuggestionExamples_05b.hints |   4 +
 .../testArrowFunctionsInMethod.php |  34 +++
 ...testArrowFunctionSuggestionInMethodFix_01.fixed |  32 +++
 ...testArrowFunctionSuggestionInMethodFix_02.fixed |  32 +++
 ...p.testArrowFunctionSuggestionInMethod_01a.hints |   4 +
 ...p.testArrowFunctionSuggestionInMethod_01b.hints |   4 +
 ...p.testArrowFunctionSuggestionInMethod_01c.hints |   4 +
 testArrowFunctionSuggestionInMethod_01d.hints} |   0
 ...p.testArrowFunctionSuggestionInMethod_02a.hints |   4 +
 ...p.testArrowFunctionSuggestionInMethod_02b.hints |   4 +
 ...p.testArrowFunctionSuggestionInMethod_03.hints} |   0
 .../testArrowFunctionsNested.php   |  31 ++
 ...p.testArrowFunctionSuggestionNestedFix_01.fixed |  29 ++
 testArrowFunctionSuggestionNestedFix_02a.fixed |  29 ++
 testArrowFunctionSuggestionNestedFix_02b.fixed |  29 ++
 testArrowFunctionSuggestionNestedFix_02c.fixed |  29 ++
 testArrowFunctionSuggestionNestedFix_02d.fixed |  29 ++
 ...php.testArrowFunctionSuggestionNested_01a.hints |   4 +
 ...hp.testArrowFunctionSuggestionNested_01b.hints} |   0
 ...php.testArrowFunctionSuggestionNested_02a.hints |   4 +
 ...php.testArrowFunctionSuggestionNested_02b.hints |   6 +
 ...php.testArrowFunctionSuggestionNested_02c.hints |   6 +
 ...php.testArrowFunctionSuggestionNested_02d.hints |   6 +
 ...php.testArrowFunctionSuggestionNested_02e.hints |   4 +
 .../testArrowFunctionsParameterReturnTypes.php |  26 ++
 ...ctionSuggestionParameterReturnTypesFix_01.fixed |  24 ++
 ...FunctionSuggestionParameterReturnTypes_01.hints |   4 +
 .../testArrowFunctionsParameterType.php|  26 ++
 ...rrowFunctionSuggestionParameterTypeFix_01.fixed |  24 ++
 ...tArrowFunctionSuggestionParameterType_01a.hints |   4 +
 ...tArrowFunctionSuggestionParameterType_01b.hints |   4 +
 .../testArrowFunctionsReference.php|  35 +++
 ...estArrowFunctionSuggestionReferenceFix_01.fixed |  35 +++
 ...estArrowFunctionSuggestionReferenceFix_02.fixed |  33 +++
 ...estArrowFunctionSuggestionReferenceFix_03.fixed |  33 +++
 testArrowFunctionSuggestionReference_01a.hints |   4 +
 ...testArrowFunctionSuggestionReference_01b.hints} |   0
 testArrowFunctionSuggestionReference_02a.hints |   4 +
 testArrowFunctionSuggestionReference_03a.hints |   4 +
 .../testArrowFunctionsReturnType.php   |  26 ++
 ...stArrowFunctionSuggestionReturnTypeFix_01.fixed |  24 +

[jira] [Commented] (NETBEANS-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Dayman Cash (JIRA)


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

Dayman Cash commented on NETBEANS-2840:
---

Does there happen to be an alternative repo that we may point to unblock us? We 
will be in the process of maintaining our own repo for this data in the 
upcoming future. Thanks.

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers. 
> Posting snippets of the failure logs:
> [http://137.254.56.27/maven2] is down again 07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: NETBEANS-2345
> AWS:
> 1554314474,,ui,message,    amazon-ebs:                                        
>                           [INFO] 
> 
> 1554314474,,ui,message,    amazon-ebs: [ERROR] Failed to execute goal on 
> project parser-common: Could  not resolve dependencies for project 
> veriflow.parser:parser-common:jar:0.0.2-SNAPSHOT: Failed to        collect 
> dependencies for [veriflow.libcdm:Libcdm:jar:0.0.1-SNAPSHOT 
> (compile)%!(PACKER_COMMA) veriflow. libddm:Libddm:jar:0.0.1-SNAPSHOT 
> (compile)%!(PACKER_COMMA) com.google.code.gson:gson:jar:2.8.0          
> (compile)%!(PACKER_COMMA) 
> com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1 (compile)%! 
> (PACKER_COMMA) com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 
> (compile)%!(PACKER_COMMA) com.     
> fasterxml.jackson.core:jackson-annotations:jar:2.3.0 
> (compile)%!(PACKER_COMMA) org.apache.commons:      commons-lang3:jar:3.7 
> (compile)%!(PACKER_COMMA) commons-cli:commons-cli:jar:1.1 (compile)%!         
>     (PACKER_COMMA) org.apache.commons:commons-collections4:jar:4.1 
> (compile)%!(PACKER_COMMA) org.netbeans. 
> api:org-openide-util-lookup:jar:RELEASE73 (compile)%!(PACKER_COMMA) 
> org.slf4j:slf4j-api:jar:1.7.7       (compile)%!(PACKER_COMMA) 
> log4j:log4j:jar:1.2.17 (compile)%!(PACKER_COMMA) junit:junit:jar:4.11         
> (compile)%!(PACKER_COMMA) org.projectlombok:lombok:jar:1.14.8 
> (provided)%!(PACKER_COMMA) org.slf4j:     slf4j-log4j12:jar:1.7.2 (runtime)]: 
> Failed to read artifact descriptor for org.netbeans.api:org-        
> openide-util-lookup:jar:RELEASE73: Could not transfer artifact 
> org.netbeans.api:org-openide-util-       lookup:pom:RELEASE73 from/to 
> Netbeans Repository ([http://bits.netbeans.org/maven2/):] Failed to          
> transfer file: 
> [http://bits.netbeans.org/maven2/org/netbeans/api/org-openide-util-lookup/RELEASE73/org-]
>  openide-util-lookup-RELEASE73.pom. Return code is: 502 %!(PACKER_COMMA) 
> ReasonPhrase:Bad Gateway. ->    [Help 1]
> 1554314474,,ui,message,    amazon-ebs: [ERROR]
> 1554314474,,ui,message,    amazon-ebs: [ERROR] To see the full stack trace of 
> the errors%!              (PACKER_COMMA) re-run Maven with the -e switch.
> 1554314474,,ui,message,    amazon-ebs: [ERROR] Re-run Maven using the -X 
> switch to enable full debug    logging.
> 1554314474,,ui,message,    amazon-ebs: [ERROR]
> 1554314474,,ui,message,    amazon-ebs: [ERROR] For more information about the 
> errors and possible       solutions%!(PACKER_COMMA) please read the following 
> articles:
> 1554314474,,ui,message,    amazon-ebs: [ERROR] [Help 1] 
> [http://cwiki.apache.org/confluence/display/]     
> MAVEN/DependencyResolutionException
> 1554314474,,ui,message,    amazon-ebs: [ERROR]
> 1554314474,,ui,message,    amazon-ebs: [ERROR] After correcting the 
> problems%!(PACKER_COMMA) you can    resume the build with the command
> 1554314474,,ui,message,    amazon-ebs: [ERROR]   mvn  -rf 
> :parser-common
> 1554314474,,ui,message,    amazon-ebs: Command execution failure!
> 1554314474,,ui,message,    amazon-ebs:
> 1554314474,,ui,message,    amazon-ebs: Exit code: 1
> 1554314474,,ui,message,    amazon-ebs:
> 1554314474,,ui,message,    amazon-ebs: Stderr:
> 1554314474,,ui,message,    amazon-ebs:
>  
> In-house build:
> veriflow: Failed to execute goal on project parser-common: Could not resolve 
> dependencies for project veriflow.parser:parser-common:jar:0.0.2-SNAPSHOT: 
> Failed to collect dependencies for [veriflow.libcdm:Libcdm:jar:0.0.1-SNAPSHOT 
> (compile), veriflow.libddm:Libddm:jar:0.0.1-SNAPSHOT (compile), 
> com.google.code.gson:gson:jar:2.8.0 (compile), 
> com.fasterxml.jackson.dataformat:jackson- dataformat-xml:jar:2.5.1 (compile), 
> com.fasterxml.jackson.core:

[jira] [Updated] (NETBEANS-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Dayman Cash (JIRA)


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

Dayman Cash updated NETBEANS-2840:
--
Description: 
We have a builds failing both on AWS and Local builds on in-house servers.

[http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).

We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-

 

nslookup of 'bits.netbeans.org' points to:

nslookup
 nslookup bits.netbeans.org
 Server: 8.8.8.8
 Address: 8.8.8.8#53

Non-authoritative answer:
 bits.netbeans.org canonical name = netbeans-vm.apache.org.
 Name: netbeans-vm.apache.org
 Address: 52.6.211.55

On the browser we get re-directed to 137.254.56.27

 

[http://137.254.56.27/maven2]

  was:
We have a builds failing both on AWS and Local builds on in-house servers. 
Posting snippets of the failure logs:

[http://137.254.56.27/maven2] is down again 07/12/2019:2:32PM (PST).

We ran into a similar issue on 04/04/2019 the issue number: NETBEANS-2345

AWS:

1554314474,,ui,message,    amazon-ebs:                                          
                        [INFO] 


1554314474,,ui,message,    amazon-ebs: [ERROR] Failed to execute goal on 
project parser-common: Could  not resolve dependencies for project 
veriflow.parser:parser-common:jar:0.0.2-SNAPSHOT: Failed to        collect 
dependencies for [veriflow.libcdm:Libcdm:jar:0.0.1-SNAPSHOT 
(compile)%!(PACKER_COMMA) veriflow. libddm:Libddm:jar:0.0.1-SNAPSHOT 
(compile)%!(PACKER_COMMA) com.google.code.gson:gson:jar:2.8.0          
(compile)%!(PACKER_COMMA) 
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1 (compile)%! 
(PACKER_COMMA) com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 
(compile)%!(PACKER_COMMA) com.     
fasterxml.jackson.core:jackson-annotations:jar:2.3.0 (compile)%!(PACKER_COMMA) 
org.apache.commons:      commons-lang3:jar:3.7 (compile)%!(PACKER_COMMA) 
commons-cli:commons-cli:jar:1.1 (compile)%!             (PACKER_COMMA) 
org.apache.commons:commons-collections4:jar:4.1 (compile)%!(PACKER_COMMA) 
org.netbeans. api:org-openide-util-lookup:jar:RELEASE73 
(compile)%!(PACKER_COMMA) org.slf4j:slf4j-api:jar:1.7.7       
(compile)%!(PACKER_COMMA) log4j:log4j:jar:1.2.17 (compile)%!(PACKER_COMMA) 
junit:junit:jar:4.11         (compile)%!(PACKER_COMMA) 
org.projectlombok:lombok:jar:1.14.8 (provided)%!(PACKER_COMMA) org.slf4j:     
slf4j-log4j12:jar:1.7.2 (runtime)]: Failed to read artifact descriptor for 
org.netbeans.api:org-        openide-util-lookup:jar:RELEASE73: Could not 
transfer artifact org.netbeans.api:org-openide-util-       lookup:pom:RELEASE73 
from/to Netbeans Repository ([http://bits.netbeans.org/maven2/):] Failed to     
     transfer file: 
[http://bits.netbeans.org/maven2/org/netbeans/api/org-openide-util-lookup/RELEASE73/org-]
 openide-util-lookup-RELEASE73.pom. Return code is: 502 %!(PACKER_COMMA) 
ReasonPhrase:Bad Gateway. ->    [Help 1]

1554314474,,ui,message,    amazon-ebs: [ERROR]

1554314474,,ui,message,    amazon-ebs: [ERROR] To see the full stack trace of 
the errors%!              (PACKER_COMMA) re-run Maven with the -e switch.

1554314474,,ui,message,    amazon-ebs: [ERROR] Re-run Maven using the -X switch 
to enable full debug    logging.

1554314474,,ui,message,    amazon-ebs: [ERROR]

1554314474,,ui,message,    amazon-ebs: [ERROR] For more information about the 
errors and possible       solutions%!(PACKER_COMMA) please read the following 
articles:

1554314474,,ui,message,    amazon-ebs: [ERROR] [Help 1] 
[http://cwiki.apache.org/confluence/display/]     
MAVEN/DependencyResolutionException

1554314474,,ui,message,    amazon-ebs: [ERROR]

1554314474,,ui,message,    amazon-ebs: [ERROR] After correcting the 
problems%!(PACKER_COMMA) you can    resume the build with the command

1554314474,,ui,message,    amazon-ebs: [ERROR]   mvn  -rf :parser-common

1554314474,,ui,message,    amazon-ebs: Command execution failure!

1554314474,,ui,message,    amazon-ebs:

1554314474,,ui,message,    amazon-ebs: Exit code: 1

1554314474,,ui,message,    amazon-ebs:

1554314474,,ui,message,    amazon-ebs: Stderr:

1554314474,,ui,message,    amazon-ebs:

 

In-house build:

veriflow: Failed to execute goal on project parser-common: Could not resolve 
dependencies for project veriflow.parser:parser-common:jar:0.0.2-SNAPSHOT: 
Failed to collect dependencies for [veriflow.libcdm:Libcdm:jar:0.0.1-SNAPSHOT 
(compile), veriflow.libddm:Libddm:jar:0.0.1-SNAPSHOT (compile), 
com.google.code.gson:gson:jar:2.8.0 (compile), 
com.fasterxml.jackson.dataformat:jackson- dataformat-xml:jar:2.5.1 (compile), 
com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 (compile), 
com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0 (compile), 
org.apache.commons: commons-lang3:jar:3.7 (compile), 
commons-cli:commons-cli:jar:1.1 (compile), org.apache.commons: 
commons-c

[jira] [Updated] (NETBEANS-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Dayman Cash (JIRA)


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

Dayman Cash updated NETBEANS-2840:
--
Labels: blocked blocker  (was: )

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
>  Labels: blocked, blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers.
> [http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-
>  
> nslookup of 'bits.netbeans.org' points to:
> nslookup
>  nslookup bits.netbeans.org
>  Server: 8.8.8.8
>  Address: 8.8.8.8#53
> Non-authoritative answer:
>  bits.netbeans.org canonical name = netbeans-vm.apache.org.
>  Name: netbeans-vm.apache.org
>  Address: 52.6.211.55
> On the browser we get re-directed to 137.254.56.27
>  
> [http://137.254.56.27/maven2]



--
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-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2840:
-

Best to highlight things like this on the Apache NetBeans dev mailing list, 
i.e., right now I'm aware of this for the first time, will try to figure out 
what's going wrong. Go here to join the mailing lists:

http://netbeans.apache.org/community/mailing-lists.html

Also, what's your use case, how are you using the repo, what application/s are 
you working on -- if you get more involved in the Apache NetBeans community, 
this kind of thing will be easier to work with you on.

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
>  Labels: blocked, blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers.
> [http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-
>  
> nslookup of 'bits.netbeans.org' points to:
> nslookup
>  nslookup bits.netbeans.org
>  Server: 8.8.8.8
>  Address: 8.8.8.8#53
> Non-authoritative answer:
>  bits.netbeans.org canonical name = netbeans-vm.apache.org.
>  Name: netbeans-vm.apache.org
>  Address: 52.6.211.55
> On the browser we get re-directed to 137.254.56.27
>  
> [http://137.254.56.27/maven2]



--
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-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Dayman Cash (JIRA)


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

Dayman Cash commented on NETBEANS-2840:
---

Hi [~GeertjanWielenga] thanks for the reply, will look into the mailing list. 
Here's a snippet of our .pom file which we use to build out our custom parser
 


Netbeans Repository
http://bits.netbeans.org/maven2/



As the site is currently down, we're not able to build out our dependencies. 
Let me know if there's any other information I can provide you. Thanks again.

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
>  Labels: blocked, blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers.
> [http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-
>  
> nslookup of 'bits.netbeans.org' points to:
> nslookup
>  nslookup bits.netbeans.org
>  Server: 8.8.8.8
>  Address: 8.8.8.8#53
> Non-authoritative answer:
>  bits.netbeans.org canonical name = netbeans-vm.apache.org.
>  Name: netbeans-vm.apache.org
>  Address: 52.6.211.55
> On the browser we get re-directed to 137.254.56.27
>  
> [http://137.254.56.27/maven2]



--
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] [Comment Edited] (NETBEANS-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Dayman Cash (JIRA)


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

Dayman Cash edited comment on NETBEANS-2840 at 7/13/19 8:21 PM:


Hi [~GeertjanWielenga] thanks for the reply, will look into the mailing list. 
Here's a snippet of our pom file which we use to build out our custom parser
 


Netbeans Repository
http://bits.netbeans.org/maven2/



As the site is currently down, we're not able to build out our dependencies. 
Let me know if there's any other information I can provide you. Thanks again.


was (Author: dcash):
Hi [~GeertjanWielenga] thanks for the reply, will look into the mailing list. 
Here's a snippet of our .pom file which we use to build out our custom parser
 


Netbeans Repository
http://bits.netbeans.org/maven2/



As the site is currently down, we're not able to build out our dependencies. 
Let me know if there's any other information I can provide you. Thanks again.

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
>  Labels: blocked, blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers.
> [http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-
>  
> nslookup of 'bits.netbeans.org' points to:
> nslookup
>  nslookup bits.netbeans.org
>  Server: 8.8.8.8
>  Address: 8.8.8.8#53
> Non-authoritative answer:
>  bits.netbeans.org canonical name = netbeans-vm.apache.org.
>  Name: netbeans-vm.apache.org
>  Address: 52.6.211.55
> On the browser we get re-directed to 137.254.56.27
>  
> [http://137.254.56.27/maven2]



--
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-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2840:
-

Yes, start by looking into the mailing list. Here is the info, please join the 
user or dev mailing list:

https://netbeans.apache.org/community/mailing-lists.html

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
>  Labels: blocked, blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers.
> [http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-
>  
> nslookup of 'bits.netbeans.org' points to:
> nslookup
>  nslookup bits.netbeans.org
>  Server: 8.8.8.8
>  Address: 8.8.8.8#53
> Non-authoritative answer:
>  bits.netbeans.org canonical name = netbeans-vm.apache.org.
>  Name: netbeans-vm.apache.org
>  Address: 52.6.211.55
> On the browser we get re-directed to 137.254.56.27
>  
> [http://137.254.56.27/maven2]



--
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-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-13 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2840:
-

And does this help:

https://repo.maven.apache.org/maven2/org/netbeans/

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
>  Labels: blocked, blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers.
> [http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-
>  
> nslookup of 'bits.netbeans.org' points to:
> nslookup
>  nslookup bits.netbeans.org
>  Server: 8.8.8.8
>  Address: 8.8.8.8#53
> Non-authoritative answer:
>  bits.netbeans.org canonical name = netbeans-vm.apache.org.
>  Name: netbeans-vm.apache.org
>  Address: 52.6.211.55
> On the browser we get re-directed to 137.254.56.27
>  
> [http://137.254.56.27/maven2]



--
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-2845) Update URLs of readme.html

2019-07-13 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-2845:
--

 Summary: Update URLs of readme.html
 Key: NETBEANS-2845
 URL: https://issues.apache.org/jira/browse/NETBEANS-2845
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


h3. in nb/ide.branding/release-toplevel/README.html
{quote}
h3. Finding Documentation for NetBeans IDE
 * Release information on NetBeans IDE can be found at 
[http://netbeans.org/community/releases/index.html].
 * The index of IDE documentation can be found at 
[http://www.netbeans.org/kb/index.html]. This document also provides links to 
further documentation.{quote}
 

We should change them to the following:
 * [https://netbeans.apache.org/download/index.html]
 * [https://netbeans.apache.org/help/index.html#documentation]



--
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] [Updated] (NETBEANS-2845) Update URLs of README.html

2019-07-13 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-2845:
---
Summary: Update URLs of README.html  (was: Update URLs of readme.html)

> Update URLs of README.html
> --
>
> Key: NETBEANS-2845
> URL: https://issues.apache.org/jira/browse/NETBEANS-2845
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> h3. in nb/ide.branding/release-toplevel/README.html
> {quote}
> h3. Finding Documentation for NetBeans IDE
>  * Release information on NetBeans IDE can be found at 
> [http://netbeans.org/community/releases/index.html].
>  * The index of IDE documentation can be found at 
> [http://www.netbeans.org/kb/index.html]. This document also provides links to 
> further documentation.{quote}
>  
> We should change them to the following:
>  * [https://netbeans.apache.org/download/index.html]
>  * [https://netbeans.apache.org/help/index.html#documentation]



--
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] [Updated] (NETBEANS-2845) Update URLs of README.html

2019-07-13 Thread ASF GitHub Bot (JIRA)


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

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

> Update URLs of README.html
> --
>
> Key: NETBEANS-2845
> URL: https://issues.apache.org/jira/browse/NETBEANS-2845
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>
> h3. in nb/ide.branding/release-toplevel/README.html
> {quote}
> h3. Finding Documentation for NetBeans IDE
>  * Release information on NetBeans IDE can be found at 
> [http://netbeans.org/community/releases/index.html].
>  * The index of IDE documentation can be found at 
> [http://www.netbeans.org/kb/index.html]. This document also provides links to 
> further documentation.{quote}
>  
> We should change them to the following:
>  * [https://netbeans.apache.org/download/index.html]
>  * [https://netbeans.apache.org/help/index.html#documentation]



--
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-2278) FolderName last character truncating

2019-07-13 Thread Benjamin Asbach (JIRA)


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

Benjamin Asbach commented on NETBEANS-2278:
---

Looks like you're on an HiDPi screen? Which resolution is your monitor? Which 
Java Environment is used for running NetBeans?

> FolderName last character truncating
> 
>
> Key: NETBEANS-2278
> URL: https://issues.apache.org/jira/browse/NETBEANS-2278
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0
> Environment: windows
>Reporter: Simerdeep Arora
>Priority: Critical
> Attachments: image-2019-03-19-16-57-45-526.png
>
>
> The last character of all of my folders, with long names, is truncating.
> See the screenshot.
>  
> The issue is in version 9 and 10 and 11..I have not tested in previous 
> versions.
>  
> See the folder name is abc12345678910  but 0 is truncating.
>  
> From CosmicClasses   s is truncating
>  
> !image-2019-03-19-16-57-45-526.png!



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