[jira] [Closed] (NETBEANS-6372) cnd/cpplite commit-validation fails

2022-01-16 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-6372.

Resolution: Fixed

Solved in [https://github.com/apache/netbeans/pull/3433] using a layer.xml file

> cnd/cpplite commit-validation fails
> ---
>
> Key: NETBEANS-6372
> URL: https://issues.apache.org/jira/browse/NETBEANS-6372
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other, platform - Filesystems
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: 
> cnd-2-org.netbeans.core.validation.ValidateLayerConsistencyTest.html, 
> cnd-org.netbeans.core.validation.ValidateLayerConsistencyTest.html
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> While trying to integrate cnd and cpplite, the "commit-validation" fails with 
> the following two errors:
>  
> h3. Error one:
> Missing "weight" attribute, see also 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=141925]
>  
> {noformat}
> Some modules override some files without using the weight attribute 
> correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, 
> org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules conflict on the definition of position for 
> Templates/Project/Native: {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
> junit.framework.AssertionFailedError: Some modules override some files 
> without using the weight attribute correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', 
> attributes = {advancedOptionsFolder=OptionsDialog/CPlusPlus, 
> categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules 
> conflict on the definition of position for Templates/Project/Native: 
> {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
>   at 
> org.netbeans.core.validation.ValidateLayerConsistencyTest.testLayerOverrides(ValidateLayerConsistencyTest.java:668)
>   at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
>   at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
>   at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
>   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
>   at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>   at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>   at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>   at 
> java.awt.EventDispatchThread.run(EventDispatchThread.java:82){noformat}
>  
>  
> h3. Error Two:
> cpplite is missing  a "position" attribute
> {code:java}
> No warnings relating to folder ordering; cf: 
> http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt
> Not all children in OptionsDialog/CPlusPlus/ marked with the position 
> attribute: [cpplite.instance], but some are: [ToolsTab.instance, 
> ProjectsTab.instance, CodeAssistanceTab.instance, 
> OtherOptionsTab.instance]
> junit.framework.AssertionFailedError: No 

[jira] [Resolved] (NETBEANS-6390) Netbeans Apache web site (especially the documentation part) is seriously broken

2022-01-14 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro resolved NETBEANS-6390.
--
Resolution: Implemented

> Netbeans Apache web site (especially the documentation part) is seriously 
> broken
> 
>
> Key: NETBEANS-6390
> URL: https://issues.apache.org/jira/browse/NETBEANS-6390
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jean-Marc Borer
>Assignee: Jean-Marc Borer
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> While looking for documentation, I was browsing the apache web site and it 
> seems seriously broken. When I follow the pages from 
> [https://netbeans.apache.org/] I get:
> [https://netbeans.apache.org/kb/docs/platform.html]
>  where a lot of links are broken. Even the images.
>  
> When I find a page through google I get:
> [https://netbeans.apache.org/kb/docs/platform/] 
> the page is fine!!
>  
> Notice the difference? Currently the site is not properly browesable. Only 
> google allows you to find the proper pages, if you know what you are looking 
> for...
>  
> The broken version has as well links with http instead of https (look for the 
> netbeans platform faq on the page above).
>  
> The links to the previously package info are broken as well...
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6390) Netbeans Apache web site (especially the documentation part) is seriously broken

2022-01-14 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-6390:
--

Sorry by that!

> Netbeans Apache web site (especially the documentation part) is seriously 
> broken
> 
>
> Key: NETBEANS-6390
> URL: https://issues.apache.org/jira/browse/NETBEANS-6390
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jean-Marc Borer
>Assignee: Jean-Marc Borer
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> While looking for documentation, I was browsing the apache web site and it 
> seems seriously broken. When I follow the pages from 
> [https://netbeans.apache.org/] I get:
> [https://netbeans.apache.org/kb/docs/platform.html]
>  where a lot of links are broken. Even the images.
>  
> When I find a page through google I get:
> [https://netbeans.apache.org/kb/docs/platform/] 
> the page is fine!!
>  
> Notice the difference? Currently the site is not properly browesable. Only 
> google allows you to find the proper pages, if you know what you are looking 
> for...
>  
> The broken version has as well links with http instead of https (look for the 
> netbeans platform faq on the page above).
>  
> The links to the previously package info are broken as well...
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6390) Netbeans Apache web site (especially the documentation part) is seriously broken

2022-01-14 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-6390:
--

D'oh. I created one, but merged it by accident. Shall I rollback?

> Netbeans Apache web site (especially the documentation part) is seriously 
> broken
> 
>
> Key: NETBEANS-6390
> URL: https://issues.apache.org/jira/browse/NETBEANS-6390
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jean-Marc Borer
>Assignee: Jean-Marc Borer
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> While looking for documentation, I was browsing the apache web site and it 
> seems seriously broken. When I follow the pages from 
> [https://netbeans.apache.org/] I get:
> [https://netbeans.apache.org/kb/docs/platform.html]
>  where a lot of links are broken. Even the images.
>  
> When I find a page through google I get:
> [https://netbeans.apache.org/kb/docs/platform/] 
> the page is fine!!
>  
> Notice the difference? Currently the site is not properly browesable. Only 
> google allows you to find the proper pages, if you know what you are looking 
> for...
>  
> The broken version has as well links with http instead of https (look for the 
> netbeans platform faq on the page above).
>  
> The links to the previously package info are broken as well...
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6372) cnd/cpplite commit-validation fails

2022-01-07 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-6372:
-
Attachment: 
cnd-2-org.netbeans.core.validation.ValidateLayerConsistencyTest.html

> cnd/cpplite commit-validation fails
> ---
>
> Key: NETBEANS-6372
> URL: https://issues.apache.org/jira/browse/NETBEANS-6372
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other, platform - Filesystems
>Reporter: Antonio Vieiro
>Priority: Major
> Attachments: 
> cnd-2-org.netbeans.core.validation.ValidateLayerConsistencyTest.html, 
> cnd-org.netbeans.core.validation.ValidateLayerConsistencyTest.html
>
>
> While trying to integrate cnd and cpplite, the "commit-validation" fails with 
> the following two errors:
>  
> h3. Error one:
> Missing "weight" attribute, see also 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=141925]
>  
> {noformat}
> Some modules override some files without using the weight attribute 
> correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, 
> org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules conflict on the definition of position for 
> Templates/Project/Native: {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
> junit.framework.AssertionFailedError: Some modules override some files 
> without using the weight attribute correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', 
> attributes = {advancedOptionsFolder=OptionsDialog/CPlusPlus, 
> categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules 
> conflict on the definition of position for Templates/Project/Native: 
> {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
>   at 
> org.netbeans.core.validation.ValidateLayerConsistencyTest.testLayerOverrides(ValidateLayerConsistencyTest.java:668)
>   at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
>   at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
>   at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
>   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
>   at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>   at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>   at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>   at 
> java.awt.EventDispatchThread.run(EventDispatchThread.java:82){noformat}
>  
>  
> h3. Error Two:
> cpplite is missing  a "position" attribute
> {code:java}
> No warnings relating to folder ordering; cf: 
> http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt
> Not all children in OptionsDialog/CPlusPlus/ marked with the position 
> attribute: [cpplite.instance], but some are: [ToolsTab.instance, 
> ProjectsTab.instance, CodeAssistanceTab.instance, 
> OtherOptionsTab.instance]
> junit.framework.AssertionFailedError: No warnings relating to 
> folder ordering; cf: 
> 

[jira] [Updated] (NETBEANS-6372) cnd/cpplite commit-validation fails

2022-01-07 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-6372:
-
Attachment: 
cnd-org.netbeans.core.validation.ValidateLayerConsistencyTest.html

> cnd/cpplite commit-validation fails
> ---
>
> Key: NETBEANS-6372
> URL: https://issues.apache.org/jira/browse/NETBEANS-6372
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other, platform - Filesystems
>Reporter: Antonio Vieiro
>Priority: Major
> Attachments: 
> cnd-org.netbeans.core.validation.ValidateLayerConsistencyTest.html
>
>
> While trying to integrate cnd and cpplite, the "commit-validation" fails with 
> the following two errors:
>  
> h3. Error one:
> Missing "weight" attribute, see also 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=141925]
>  
> {noformat}
> Some modules override some files without using the weight attribute 
> correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, 
> org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules conflict on the definition of position for 
> Templates/Project/Native: {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
> junit.framework.AssertionFailedError: Some modules override some files 
> without using the weight attribute correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', 
> attributes = {advancedOptionsFolder=OptionsDialog/CPlusPlus, 
> categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules 
> conflict on the definition of position for Templates/Project/Native: 
> {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
>   at 
> org.netbeans.core.validation.ValidateLayerConsistencyTest.testLayerOverrides(ValidateLayerConsistencyTest.java:668)
>   at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
>   at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
>   at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
>   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
>   at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>   at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>   at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>   at 
> java.awt.EventDispatchThread.run(EventDispatchThread.java:82){noformat}
>  
>  
> h3. Error Two:
> cpplite is missing  a "position" attribute
> {code:java}
> No warnings relating to folder ordering; cf: 
> http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt
> Not all children in OptionsDialog/CPlusPlus/ marked with the position 
> attribute: [cpplite.instance], but some are: [ToolsTab.instance, 
> ProjectsTab.instance, CodeAssistanceTab.instance, 
> OtherOptionsTab.instance]
> junit.framework.AssertionFailedError: No warnings relating to 
> folder ordering; cf: 
> http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt
> Not
>  all children in 

[jira] [Commented] (NETBEANS-6372) cnd/cpplite commit-validation fails

2022-01-07 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-6372:
--

h3. Error three:
{code:java}
Some modules override some files without using the weight attribute 
correctly
Some modules conflict on the definition of position for 
Templates/Project/Native: {org.netbeans.modules.cnd.makeproject.ui=850, 
org.netbeans.modules.cpplite.project=650}




junit.framework.AssertionFailedError: Some modules override some files without 
using the weight attribute correctly
Some
 modules conflict on the definition of position for 
Templates/Project/Native: {org.netbeans.modules.cnd.makeproject.ui=850, 
org.netbeans.modules.cpplite.project=650}


at 
org.netbeans.core.validation.ValidateLayerConsistencyTest.testLayerOverrides(ValidateLayerConsistencyTest.java:668)
at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) {code}

> cnd/cpplite commit-validation fails
> ---
>
> Key: NETBEANS-6372
> URL: https://issues.apache.org/jira/browse/NETBEANS-6372
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other, platform - Filesystems
>Reporter: Antonio Vieiro
>Priority: Major
>
> While trying to integrate cnd and cpplite, the "commit-validation" fails with 
> the following two errors:
>  
> h3. Error one:
> Missing "weight" attribute, see also 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=141925]
>  
> {noformat}
> Some modules override some files without using the weight attribute 
> correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, 
> org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules conflict on the definition of position for 
> Templates/Project/Native: {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
> junit.framework.AssertionFailedError: Some modules override some files 
> without using the weight attribute correctly
> OptionsDialog/CPlusPlus.instance is provided by: 
> [org.netbeans.modules.cnd.toolchain.ui, org.netbeans.modules.cpplite.editor]
>  org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
> {advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
>  iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
> position=700}
>  org.netbeans.modules.cpplite.editor: content = '', 
> attributes = {advancedOptionsFolder=OptionsDialog/CPlusPlus, 
> categoryName=C/C++, 
> iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
> keywords=C C++, keywordsCategory=CPPLite, position=715}
> Some modules 
> conflict on the definition of position for Templates/Project/Native: 
> {org.netbeans.modules.cnd.makeproject.ui=850, 
> org.netbeans.modules.cpplite.project=650}
>   at 
> org.netbeans.core.validation.ValidateLayerConsistencyTest.testLayerOverrides(ValidateLayerConsistencyTest.java:668)
>   at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
>   at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
> 

[jira] [Created] (NETBEANS-6372) cnd/cpplite commit-validation fails

2022-01-07 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-6372:


 Summary: cnd/cpplite commit-validation fails
 Key: NETBEANS-6372
 URL: https://issues.apache.org/jira/browse/NETBEANS-6372
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Other, platform - Filesystems
Reporter: Antonio Vieiro


While trying to integrate cnd and cpplite, the "commit-validation" fails with 
the following two errors:

 
h3. Error one:

Missing "weight" attribute, see also 
[https://bz.apache.org/netbeans/show_bug.cgi?id=141925]

 
{noformat}
Some modules override some files without using the weight attribute 
correctly
OptionsDialog/CPlusPlus.instance is provided by: 
[org.netbeans.modules.cnd.toolchain.ui, 
org.netbeans.modules.cpplite.editor]
 org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
{advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
 iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
position=700}
 org.netbeans.modules.cpplite.editor: content = '', attributes = 
{advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=C/C++, 
iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
keywords=C C++, keywordsCategory=CPPLite, position=715}
Some modules conflict on the definition of position for 
Templates/Project/Native: {org.netbeans.modules.cnd.makeproject.ui=850, 
org.netbeans.modules.cpplite.project=650}




junit.framework.AssertionFailedError: Some modules override some files without 
using the weight attribute correctly
OptionsDialog/CPlusPlus.instance is provided by: 
[org.netbeans.modules.cnd.toolchain.ui, org.netbeans.modules.cpplite.editor]

 org.netbeans.modules.cnd.toolchain.ui: content = '', attributes = 
{advancedOptionsFolder=OptionsDialog/CPlusPlus, categoryName=/C++,
 iconBase=org/netbeans/modules/cnd/toolchain/ui/options/cnd_32.png, 
position=700}
 org.netbeans.modules.cpplite.editor: content = '', 
attributes = {advancedOptionsFolder=OptionsDialog/CPlusPlus, 
categoryName=C/C++, 
iconBase=org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png, 
keywords=C C++, keywordsCategory=CPPLite, position=715}
Some modules 
conflict on the definition of position for Templates/Project/Native: 
{org.netbeans.modules.cnd.makeproject.ui=850, 
org.netbeans.modules.cpplite.project=650}


at 
org.netbeans.core.validation.ValidateLayerConsistencyTest.testLayerOverrides(ValidateLayerConsistencyTest.java:668)
at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at 
java.awt.EventDispatchThread.run(EventDispatchThread.java:82){noformat}
 

 
h3. Error Two:

cpplite is missing  a "position" attribute
{code:java}
No warnings relating to folder ordering; cf: 
http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt
Not all children in OptionsDialog/CPlusPlus/ marked with the position 
attribute: [cpplite.instance], but some are: [ToolsTab.instance, 
ProjectsTab.instance, CodeAssistanceTab.instance, 
OtherOptionsTab.instance]



junit.framework.AssertionFailedError: No warnings relating to 
folder ordering; cf: 
http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt
Not
 all children in OptionsDialog/CPlusPlus/ marked with the position 
attribute: [cpplite.instance], but some are: [ToolsTab.instance, 
ProjectsTab.instance, CodeAssistanceTab.instance, 
OtherOptionsTab.instance]
at 
org.netbeans.core.validation.ValidateLayerConsistencyTest.assertNoErrors(ValidateLayerConsistencyTest.java:157)
at 
org.netbeans.core.validation.ValidateLayerConsistencyTest.testFolderOrdering(ValidateLayerConsistencyTest.java:806)
at 

[jira] [Closed] (NETBEANS-5650) libs.antlr.cnd

2021-09-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5650.

Resolution: Won't Fix

> libs.antlr.cnd
> --
>
> Key: NETBEANS-5650
> URL: https://issues.apache.org/jira/browse/NETBEANS-5650
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - ASM, cnd - Code Model, cnd - Editor, cnd - Other
>Reporter: Antonio Vieiro
>Priority: Major
>
> About the "old" NetBeans "cnd.antlr" module:
> * The module "cnd.antlr" in NetBeans <=8.2 was a fork of Antlr v2.7.7 
> https://github.com/emilianbold/netbeans-releases/tree/master/cnd.antlr/src/org/netbeans/modules/cnd/antlr
> * This module contains both a compiler (org.netbeans.cnd.antlr.Tool) and a 
> modified Antlr runtime.
> * The sources for this module were not donated by Oracle to the ASF. 
> * As a substitute a new module "cnd/libs.antlr.cnd" was proposed in the 4th 
> donation or Oracle to the ASF, containing a link to the previous module 
> https://github.com/apache/netbeans/blob/308b080ac972e8cdea16c97d1e16c2156cb6bf59/cnd/libs.antlr.cnd/nbproject/project.properties#L23
> * Recreating a fork of Antlr v2.7.7 sources is not possible under the ASF 
> umbrella, because these sources have not a clean origin not a proper license, 
> as recognized by the author in the release notes of Antlr v3.4 here 
> https://theantlrguy.atlassian.net/wiki/spaces/ANTLR3/pages/2687376/ANTLR+3.4+Release+Notes
> * The "cnd.antlr" runtime is being used in the following cnd modules: cnd.apt 
> (a lexer), cnd.asm (assembler support), cnd.kit (editor kit), cnd.modelimpl 
> (C/C++ Model Implementation), cnd.model.jclank.bridge (a bridge for 
> cnd.modelimpl to jclank)
> As a consecuence of all these findings we arrive to the following conclusions:
> * It's unclear if the "cnd.antlr" in NetBeans 8.2 (= "libs.antlr.cnd" in the 
> 4th donation) is covered by the CDDL license or not (because Antlr v2.7.7 
> sources have unclear origin).
> * As a consequence, Apache NetBeans cannot depend on these binaries.
> * A replacement to "libs.antlr.cnd" is required.
> * All dependencies with "libs.antlr.cnd" (compiler and runtime) have to be 
> reviewed.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5494) cnd.modelimpl missing parsers

2021-09-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5494.

Resolution: Won't Fix

> cnd.modelimpl missing parsers
> -
>
> Key: NETBEANS-5494
> URL: https://issues.apache.org/jira/browse/NETBEANS-5494
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Code Model
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> CPPParserEx.java, cpparser.g and CPPSymbol.java were not donated by Oracle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-4619) Review CND donation

2021-09-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-4619.

Resolution: Won't Fix

> Review CND donation
> ---
>
> Key: NETBEANS-4619
> URL: https://issues.apache.org/jira/browse/NETBEANS-4619
> Project: NetBeans
>  Issue Type: Task
>  Components: cnd - Code Model, cnd - Editor
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Review the parsers of the CND donation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5485) cnd-rfs-1.0.zip should be recreated.

2021-09-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5485.

Resolution: Won't Fix

> cnd-rfs-1.0.zip should be recreated.
> 
>
> Key: NETBEANS-5485
> URL: https://issues.apache.org/jira/browse/NETBEANS-5485
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Other, cnd - Remote
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Source code for cnd-rfs-1.0.zip has indeed been donated by Oracle to the ASF:
>  * It's under cnd.remote/tools 
> [https://github.com/apache/netbeans/tree/cnd/cnd/cnd.remote/tools]
>  * Does not currently compile on Linux (missing -lpthread linker flag).
>  * Does currently present some security issues.
> Apache NetBeans needs a Jenkins job to build these (and other) shared 
> libraries. This has been started under 
> [https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux-shared-libraries/]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5486) cnd-build-trace-1.0.zip should be recreated

2021-09-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5486.

Resolution: Won't Fix

> cnd-build-trace-1.0.zip should be recreated
> ---
>
> Key: NETBEANS-5486
> URL: https://issues.apache.org/jira/browse/NETBEANS-5486
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Discovery
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> The file cnd/cnd.discovery/external/cnd-build-trace-1.0.zip should be 
> recompiled from the sources in cnd/cnd.discovery/tools.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-4691) CndUnitHandlerFactory has not been donated

2021-09-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-4691.

Resolution: Won't Fix

> CndUnitHandlerFactory has not been donated
> --
>
> Key: NETBEANS-4691
> URL: https://issues.apache.org/jira/browse/NETBEANS-4691
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The class
> {code:java}
> org.netbeans.modules.cnd.testrunner.ui.CndUnitHandlerFactory {code}
> in module
> {noformat}
> cnd.testRunner{noformat}
> was not donated by Oracle, and needs to be recreated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5650) libs.antlr.cnd

2021-05-02 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5650:


 Summary: libs.antlr.cnd
 Key: NETBEANS-5650
 URL: https://issues.apache.org/jira/browse/NETBEANS-5650
 Project: NetBeans
  Issue Type: Sub-task
  Components: cnd - ASM, cnd - Code Model, cnd - Editor, cnd - Other
Reporter: Antonio Vieiro


About the "old" NetBeans "cnd.antlr" module:

* The module "cnd.antlr" in NetBeans <=8.2 was a fork of Antlr v2.7.7 
https://github.com/emilianbold/netbeans-releases/tree/master/cnd.antlr/src/org/netbeans/modules/cnd/antlr
* This module contains both a compiler (org.netbeans.cnd.antlr.Tool) and a 
modified Antlr runtime.
* The sources for this module were not donated by Oracle to the ASF. 
* As a substitute a new module "cnd/libs.antlr.cnd" was proposed in the 4th 
donation or Oracle to the ASF, containing a link to the previous module 
https://github.com/apache/netbeans/blob/308b080ac972e8cdea16c97d1e16c2156cb6bf59/cnd/libs.antlr.cnd/nbproject/project.properties#L23
* Recreating a fork of Antlr v2.7.7 sources is not possible under the ASF 
umbrella, because these sources have not a clean origin not a proper license, 
as recognized by the author in the release notes of Antlr v3.4 here 
https://theantlrguy.atlassian.net/wiki/spaces/ANTLR3/pages/2687376/ANTLR+3.4+Release+Notes
* The "cnd.antlr" runtime is being used in the following cnd modules: cnd.apt 
(a lexer), cnd.asm (assembler support), cnd.kit (editor kit), cnd.modelimpl 
(C/C++ Model Implementation), cnd.model.jclank.bridge (a bridge for 
cnd.modelimpl to jclank)

As a consecuence of all these findings we arrive to the following conclusions:

* It's unclear if the "cnd.antlr" in NetBeans 8.2 (= "libs.antlr.cnd" in the 
4th donation) is covered by the CDDL license or not (because Antlr v2.7.7 
sources have unclear origin).
* As a consequence, Apache NetBeans cannot depend on these binaries.
* A replacement to "libs.antlr.cnd" is required.
* All dependencies with "libs.antlr.cnd" (compiler and runtime) have to be 
reviewed.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5495) LongHashMap missing in 4th donation

2021-05-02 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5495.

Resolution: Fixed

Fixed in https://github.com/apache/netbeans/pull/2929

> LongHashMap missing in 4th donation
> ---
>
> Key: NETBEANS-5495
> URL: https://issues.apache.org/jira/browse/NETBEANS-5495
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The donated cnd.repository module is missing "UTF.java" and "LongHashMap.java"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-4619) Review CND donation

2021-05-02 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-4619.

Resolution: Fixed

Fixed in https://github.com/apache/netbeans/pull/2929

> Review CND donation
> ---
>
> Key: NETBEANS-4619
> URL: https://issues.apache.org/jira/browse/NETBEANS-4619
> Project: NetBeans
>  Issue Type: Task
>  Components: cnd - Code Model, cnd - Editor
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Review the parsers of the CND donation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Reopened] (NETBEANS-4619) Review CND donation

2021-05-02 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reopened NETBEANS-4619:
--

Ups. Closed this one by accident. Reopening.

> Review CND donation
> ---
>
> Key: NETBEANS-4619
> URL: https://issues.apache.org/jira/browse/NETBEANS-4619
> Project: NetBeans
>  Issue Type: Task
>  Components: cnd - Code Model, cnd - Editor
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Review the parsers of the CND donation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5634) CND "NetBeans fs-server has CDDL License"

2021-04-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5634.

Resolution: Fixed

It's sad to see nice things go, but let's remember this is to protect the rest 
of the code in NetBeans.

 

Closed as per https://github.com/apache/netbeans/pull/2921

> CND "NetBeans fs-server has CDDL License"
> -
>
> Key: NETBEANS-5634
> URL: https://issues.apache.org/jira/browse/NETBEANS-5634
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The Firth Oracle Donation to the Apache Software Foundation (28 January, 
> 2020) states that the "NetBeans FS Server" is covered by the CDDL License.
> This is a "Category B" license and quoting from 
> [https://apache.org/legal/resolved.html#binary-only-inclusion-condition]
> ??All Category B licensed works should be included in binary-only form in 
> Apache Software Foundation convenience binaries. Category B licensed works 
> should not be included in source releases.??
> As a consequence, and sadly, the source code for "NetBeans FS Server" should 
> be removed from the repository.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-5634) CND "NetBeans fs-server has CDDL License"

2021-04-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-5634:


Assignee: Antonio Vieiro

> CND "NetBeans fs-server has CDDL License"
> -
>
> Key: NETBEANS-5634
> URL: https://issues.apache.org/jira/browse/NETBEANS-5634
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Firth Oracle Donation to the Apache Software Foundation (28 January, 
> 2020) states that the "NetBeans FS Server" is covered by the CDDL License.
> This is a "Category B" license and quoting from 
> [https://apache.org/legal/resolved.html#binary-only-inclusion-condition]
> ??All Category B licensed works should be included in binary-only form in 
> Apache Software Foundation convenience binaries. Category B licensed works 
> should not be included in source releases.??
> As a consequence, and sadly, the source code for "NetBeans FS Server" should 
> be removed from the repository.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5634) CND "NetBeans fs-server has CDDL License"

2021-04-28 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5634:


 Summary: CND "NetBeans fs-server has CDDL License"
 Key: NETBEANS-5634
 URL: https://issues.apache.org/jira/browse/NETBEANS-5634
 Project: NetBeans
  Issue Type: Sub-task
  Components: cnd - Remote
Reporter: Antonio Vieiro


The Firth Oracle Donation to the Apache Software Foundation (28 January, 2020) 
states that the "NetBeans FS Server" is covered by the CDDL License.

This is a "Category B" license and quoting from 
[https://apache.org/legal/resolved.html#binary-only-inclusion-condition]

??All Category B licensed works should be included in binary-only form in 
Apache Software Foundation convenience binaries. Category B licensed works 
should not be included in source releases.??

As a consequence, and sadly, the source code for "NetBeans FS Server" should be 
removed from the repository.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5552) lib-clank unknown license

2021-04-16 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5552.

  Assignee: Antonio Vieiro
Resolution: Fixed

Verified origins and licenses with authors. We have ratification by author in 
the NetBeans PMC's mailing list as of 2021-04-09.

> lib-clank unknown license
> -
>
> Key: NETBEANS-5552
> URL: https://issues.apache.org/jira/browse/NETBEANS-5552
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> Clank: Java-port of C/C++ compiler frontend is a "the Java port of native 
> Clang. The goal was to get the Java code as close to the original C++ code of 
> Clang as possible:" (quoting 
> [https://llvm.org/devmtg/2017-03//2017/02/20/accepted-sessions.html#5] ).
> The source code seems to be available here:
> [https://github.com/java-port/clank]
> But it has no clear license. This is used in module cnd/lib.clank but without 
> a clear license it seems this module cannot be used in Apache NetBeans.
> Possible steps forward:
>  * Disable libs.clang and cnd.model.jclank.bridge, removing them from the cnd 
> cluster (unknown consequences)
>  * Contact authors and ask for permission for the code to be donated to the 
> Apache Software Foundation. Note that this is a very complex code that may 
> need a considerable amount of work. Also uses llvm3.9 which is probably very 
> old nowadays and should be upgraded. The clank zip file contains many 
> different .jar files.
>  * Understand what functionality is provided by this module and seek for 
> alternate implementations (clangd / libclang / others).
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4663) Mercurial and Subversion visual conflict resolution

2021-04-16 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro resolved NETBEANS-4663.
--
Resolution: Implemented

We may want to verify once CND runs.

> Mercurial and Subversion visual conflict resolution
> ---
>
> Key: NETBEANS-4663
> URL: https://issues.apache.org/jira/browse/NETBEANS-4663
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO, pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The "ResolveConflictsExecutor" [1] for both mercurial and subversion, 
> responsible for resolving conflicts visually, were not included in the CND 
> donation from Oracle, and need to be implemented.
>  
> [http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java]
> [http://hg.netbeans.org/cnd-main/file/tip/subversion.remote/src/org/netbeans/modules/subversion/remote/ui/update/ResolveConflictsExecutor.java]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5557) Missing mime-resolver-hex-based.xml

2021-04-16 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro resolved NETBEANS-5557.
--
Resolution: Implemented

> Missing mime-resolver-hex-based.xml
> ---
>
> Key: NETBEANS-5557
> URL: https://issues.apache.org/jira/browse/NETBEANS-5557
> Project: NetBeans
>  Issue Type: Sub-task
> Environment: The fourth donation is missing a mime resolver that 
> maches files using signatures. See 
> [https://en.wikipedia.org/wiki/List_of_file_signatures] for a list.
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5557) Missing mime-resolver-hex-based.xml

2021-04-07 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5557:


 Summary: Missing mime-resolver-hex-based.xml
 Key: NETBEANS-5557
 URL: https://issues.apache.org/jira/browse/NETBEANS-5557
 Project: NetBeans
  Issue Type: Sub-task
 Environment: The fourth donation is missing a mime resolver that 
maches files using signatures. See 
[https://en.wikipedia.org/wiki/List_of_file_signatures] for a list.
Reporter: Antonio Vieiro






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-4662) Old versions of NetBeans stored "scrambled" passwords.

2021-04-06 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-4662.

Resolution: Fixed

> Old versions of NetBeans stored "scrambled" passwords.
> --
>
> Key: NETBEANS-4662
> URL: https://issues.apache.org/jira/browse/NETBEANS-4662
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO, pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Old versions of NetBeans used "scrambled" passwords in connection strings.
> See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]
> I don't think this is safe to use nowadays, we should use encrypted passwords 
> or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5552) lib-clank unknown license

2021-04-06 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-5552:
--

A copy of the binary is available at OSUOSL here

[http://netbeans.osuosl.org/binaries/0B135A2E7108FD8CDA9D21D0DC338FC4758A3EDD-clank_0.3.6.zip]

 

> lib-clank unknown license
> -
>
> Key: NETBEANS-5552
> URL: https://issues.apache.org/jira/browse/NETBEANS-5552
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Priority: Major
>
> Clank: Java-port of C/C++ compiler frontend is a "the Java port of native 
> Clang. The goal was to get the Java code as close to the original C++ code of 
> Clang as possible:" (quoting 
> [https://llvm.org/devmtg/2017-03//2017/02/20/accepted-sessions.html#5] ).
> The source code seems to be available here:
> [https://github.com/java-port/clank]
> But it has no clear license. This is used in module cnd/lib.clank but without 
> a clear license it seems this module cannot be used in Apache NetBeans.
> Possible steps forward:
>  * Disable libs.clang and cnd.model.jclank.bridge, removing them from the cnd 
> cluster (unknown consequences)
>  * Contact authors and ask for permission for the code to be donated to the 
> Apache Software Foundation. Note that this is a very complex code that may 
> need a considerable amount of work. Also uses llvm3.9 which is probably very 
> old nowadays and should be upgraded. The clank zip file contains many 
> different .jar files.
>  * Understand what functionality is provided by this module and seek for 
> alternate implementations (clangd / libclang / others).
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5552) lib-clank unknown license

2021-04-06 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5552:


 Summary: lib-clank unknown license
 Key: NETBEANS-5552
 URL: https://issues.apache.org/jira/browse/NETBEANS-5552
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Antonio Vieiro


Clank: Java-port of C/C++ compiler frontend is a "the Java port of native 
Clang. The goal was to get the Java code as close to the original C++ code of 
Clang as possible:" (quoting 
[https://llvm.org/devmtg/2017-03//2017/02/20/accepted-sessions.html#5] ).

The source code seems to be available here:

[https://github.com/java-port/clank]

But it has no clear license. This is used in module cnd/lib.clank but without a 
clear license it seems this module cannot be used in Apache NetBeans.

Possible steps forward:
 * Disable libs.clang and cnd.model.jclank.bridge, removing them from the cnd 
cluster (unknown consequences)
 * Contact authors and ask for permission for the code to be donated to the 
Apache Software Foundation. Note that this is a very complex code that may need 
a considerable amount of work. Also uses llvm3.9 which is probably very old 
nowadays and should be upgraded. The clank zip file contains many different 
.jar files.
 * Understand what functionality is provided by this module and seek for 
alternate implementations (clangd / libclang / others).

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-4663) Mercurial and Subversion visual conflict resolution

2021-03-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-4663:


Assignee: Antonio Vieiro

> Mercurial and Subversion visual conflict resolution
> ---
>
> Key: NETBEANS-4663
> URL: https://issues.apache.org/jira/browse/NETBEANS-4663
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> The "ResolveConflictsExecutor" [1] for both mercurial and subversion, 
> responsible for resolving conflicts visually, were not included in the CND 
> donation from Oracle, and need to be implemented.
>  
> [http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java]
> [http://hg.netbeans.org/cnd-main/file/tip/subversion.remote/src/org/netbeans/modules/subversion/remote/ui/update/ResolveConflictsExecutor.java]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-4662) Old versions of NetBeans stored "scrambled" passwords.

2021-03-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-4662:


Assignee: Antonio Vieiro

> Old versions of NetBeans stored "scrambled" passwords.
> --
>
> Key: NETBEANS-4662
> URL: https://issues.apache.org/jira/browse/NETBEANS-4662
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> Old versions of NetBeans used "scrambled" passwords in connection strings.
> See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]
> I don't think this is safe to use nowadays, we should use encrypted passwords 
> or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5495) LongHashMap missing in 4th donation

2021-03-25 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-5495:
--

Wow, we have many LongHashMaps in the source code. Maybe we should concentrate 
them all under util?

https://github.com/apache/netbeans/blob/6a9d4bdfa39bfdbbd1f60d22218818d3169348c5/ide/parsing.indexing/src/org/netbeans/modules/parsing/impl/indexing/LongHashMap.java

> LongHashMap missing in 4th donation
> ---
>
> Key: NETBEANS-5495
> URL: https://issues.apache.org/jira/browse/NETBEANS-5495
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> The donated cnd.repository module is missing "UTF.java" and "LongHashMap.java"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5495) LongHashMap missing in 4th donation

2021-03-25 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5495:


 Summary: LongHashMap missing in 4th donation
 Key: NETBEANS-5495
 URL: https://issues.apache.org/jira/browse/NETBEANS-5495
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Antonio Vieiro
Assignee: Antonio Vieiro


The donated cnd.repository module is missing "UTF.java" and "LongHashMap.java"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5494) cnd.modelimpl missing parsers

2021-03-25 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-5494:
--

We know, [~geertjan] . The amount of beers we owe you for doing this hard work 
is incountable! :).

> cnd.modelimpl missing parsers
> -
>
> Key: NETBEANS-5494
> URL: https://issues.apache.org/jira/browse/NETBEANS-5494
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Code Model
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> CPPParserEx.java, cpparser.g and CPPSymbol.java were not donated by Oracle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5494) cnd.modelimpl missing parsers

2021-03-25 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-5494:
--

We found some alternatives [1] with old versions, that I think we can 
incorporate without legal problems in NetBeans, and then we'll have to improve 
the parsers to support C++14/C++17.


At least these will allow us to build the module.

 

 

[1] 
https://github.com/vieiro/netbeans/commit/892c0a8b24c859899a706578f4994a5aaa35c086

> cnd.modelimpl missing parsers
> -
>
> Key: NETBEANS-5494
> URL: https://issues.apache.org/jira/browse/NETBEANS-5494
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Code Model
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> CPPParserEx.java, cpparser.g and CPPSymbol.java were not donated by Oracle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5494) cnd.modelimpl missing parsers

2021-03-25 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-5494:
--

Yes, that seems to be the reason.

There are some other missing files elsewhere, the LongHashMap.java file [1] for 
instance.

It seems Oracle didn't donate files with authors that weren't fully Sun/Oracle 
employees, or whose ownership was not clear enough at the time of donation.

That's ok, though. I'm sure we'll work it out.

 

 

[1] 
https://github.com/emilianbold/netbeans-releases/blob/master/cnd.repository/src/org/netbeans/modules/cnd/repository/util/LongHashMap.java

 

> cnd.modelimpl missing parsers
> -
>
> Key: NETBEANS-5494
> URL: https://issues.apache.org/jira/browse/NETBEANS-5494
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Code Model
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> CPPParserEx.java, cpparser.g and CPPSymbol.java were not donated by Oracle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5494) cnd.modelimpl missing parsers

2021-03-25 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5494:


 Summary: cnd.modelimpl missing parsers
 Key: NETBEANS-5494
 URL: https://issues.apache.org/jira/browse/NETBEANS-5494
 Project: NetBeans
  Issue Type: Sub-task
  Components: cnd - Code Model
Reporter: Antonio Vieiro
Assignee: Antonio Vieiro


CPPParserEx.java, cpparser.g and CPPSymbol.java were not donated by Oracle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5486) cnd-build-trace-1.0.zip should be recreated

2021-03-23 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5486:


 Summary: cnd-build-trace-1.0.zip should be recreated
 Key: NETBEANS-5486
 URL: https://issues.apache.org/jira/browse/NETBEANS-5486
 Project: NetBeans
  Issue Type: Sub-task
  Components: cnd - Discovery
Reporter: Antonio Vieiro
Assignee: Antonio Vieiro


The file cnd/cnd.discovery/external/cnd-build-trace-1.0.zip should be 
recompiled from the sources in cnd/cnd.discovery/tools.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5485) cnd-rfs-1.0.zip should be recreated.

2021-03-23 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5485:


 Summary: cnd-rfs-1.0.zip should be recreated.
 Key: NETBEANS-5485
 URL: https://issues.apache.org/jira/browse/NETBEANS-5485
 Project: NetBeans
  Issue Type: Sub-task
  Components: cnd - Other, cnd - Remote
Reporter: Antonio Vieiro
Assignee: Antonio Vieiro


Source code for cnd-rfs-1.0.zip has indeed been donated by Oracle to the ASF:
 * It's under cnd.remote/tools 
[https://github.com/apache/netbeans/tree/cnd/cnd/cnd.remote/tools]
 * Does not currently compile on Linux (missing -lpthread linker flag).
 * Does currently present some security issues.

Apache NetBeans needs a Jenkins job to build these (and other) shared 
libraries. This has been started under 
[https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux-shared-libraries/]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5464) cnd.remote dependency has not been donated.

2021-03-23 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5464.

Resolution: Not A Problem

The source for cnd-rfs-1.0.zip does indeed exist under cnd.remote/tools.

Source code does not currently compile on Linux (missing -pthread). Requires 
additional Jenkins job to compile a recent version.

> cnd.remote dependency has not been donated.
> ---
>
> Key: NETBEANS-5464
> URL: https://issues.apache.org/jira/browse/NETBEANS-5464
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> The cnd.remote module depends on the file 
> [cnd-rfs-1.0.zip|https://hg.netbeans.org/binaries/E59851B0E49C05D728D5C653E52750FA5B6A8F0E-cnd-rfs-1.0.zip]
>  (1,2) which has not been donated. This file contains native dynamic 
> libraries for Linux and Solaris platforms.
> [1] 
> [https://netbeans.osuosl.org/binaries/2B7152611CB7729C6B5E61E7E2E02060D56FFE1D-cnd-rfs-1.0.zip]
> [2] 
> [https://netbeans.osuosl.org/binaries/2BCF2047382FB68A2F275677745C80E79B4046AB-cnd-rfs-1.0.zip]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-5464) cnd.remote dependency has not been donated.

2021-03-23 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-5464:


Assignee: Antonio Vieiro

> cnd.remote dependency has not been donated.
> ---
>
> Key: NETBEANS-5464
> URL: https://issues.apache.org/jira/browse/NETBEANS-5464
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> The cnd.remote module depends on the file 
> [cnd-rfs-1.0.zip|https://hg.netbeans.org/binaries/E59851B0E49C05D728D5C653E52750FA5B6A8F0E-cnd-rfs-1.0.zip]
>  (1,2) which has not been donated. This file contains native dynamic 
> libraries for Linux and Solaris platforms.
> [1] 
> [https://netbeans.osuosl.org/binaries/2B7152611CB7729C6B5E61E7E2E02060D56FFE1D-cnd-rfs-1.0.zip]
> [2] 
> [https://netbeans.osuosl.org/binaries/2BCF2047382FB68A2F275677745C80E79B4046AB-cnd-rfs-1.0.zip]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5464) cnd.remote dependency has not been donated.

2021-03-17 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5464:


 Summary: cnd.remote dependency has not been donated.
 Key: NETBEANS-5464
 URL: https://issues.apache.org/jira/browse/NETBEANS-5464
 Project: NetBeans
  Issue Type: Sub-task
  Components: cnd - Remote
Reporter: Antonio Vieiro


The cnd.remote module depends on the file 
[cnd-rfs-1.0.zip|https://hg.netbeans.org/binaries/E59851B0E49C05D728D5C653E52750FA5B6A8F0E-cnd-rfs-1.0.zip]
 (1,2) which has not been donated. This file contains native dynamic libraries 
for Linux and Solaris platforms.

[1] 
[https://netbeans.osuosl.org/binaries/2B7152611CB7729C6B5E61E7E2E02060D56FFE1D-cnd-rfs-1.0.zip]

[2] 
[https://netbeans.osuosl.org/binaries/2BCF2047382FB68A2F275677745C80E79B4046AB-cnd-rfs-1.0.zip]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5420) Cannot download Netbeans for C++ development.

2021-03-08 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-5420:
--

[~hebrerillo] Of course NetBeans will have a good support of C++ in the future. 
I imagine we'll need community support (solving issues, reviewing 
documentation, doing tests, filing issues, etc.).

As far as I know we have some limited support of C++ through some clang stuff 
that you may want to try. Maybe you want to join the dev mailing list or users 
mailing list and ask there for more information.

> Cannot download Netbeans for C++ development.
> -
>
> Key: NETBEANS-5420
> URL: https://issues.apache.org/jira/browse/NETBEANS-5420
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesus Romero
>Assignee: Antonio Vieiro
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> I want to download Netbeans for C++ development but this link (from a google 
> search):
> [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html]
> seems to be broken. How can I get Netbeans for C++ development, please?
> Thanks!
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-5420) Cannot download Netbeans for C++ development.

2021-03-07 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-5420.

Resolution: Information Provided

Hi [~hebrerillo] ,

Apache NetBeans has a limited support for C++. You can download it from 
[http://netbeans.apache.org/download/]

You can try to download a previous version of NetBeans from Oracle here 
[https://www.oracle.com/technetwork/es/java/javase/downloads/jdk-netbeans-jsp-3413139-esa.html]

Hope this helps!

> Cannot download Netbeans for C++ development.
> -
>
> Key: NETBEANS-5420
> URL: https://issues.apache.org/jira/browse/NETBEANS-5420
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesus Romero
>Assignee: Antonio Vieiro
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> I want to download Netbeans for C++ development but this link (from a google 
> search):
> [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html]
> seems to be broken. How can I get Netbeans for C++ development, please?
> Thanks!
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-5420) Cannot download Netbeans for C++ development.

2021-03-07 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-5420:


Assignee: Antonio Vieiro

> Cannot download Netbeans for C++ development.
> -
>
> Key: NETBEANS-5420
> URL: https://issues.apache.org/jira/browse/NETBEANS-5420
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesus Romero
>Assignee: Antonio Vieiro
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> I want to download Netbeans for C++ development but this link (from a google 
> search):
> [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html]
> seems to be broken. How can I get Netbeans for C++ development, please?
> Thanks!
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5416) Netbeans 8.2 download is no longer available from netbeans.apache.org/download/archiive/index.html

2021-03-06 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro resolved NETBEANS-5416.
--
Resolution: Fixed

Hi Joseph.

NetBeans 8.2 is an Oracle product, not an ASF one. Oracle has recently 
decomissioned the server hosting this product, so the link no longer works.

You can either:
 * Download Apache NetBeans from 
[http://netbeans.apache.org/download/index.html]
 * We think Oracle still holds some NetBeans binaries bundled with the JDK in 
the following URL 
[https://www.oracle.com/technetwork/es/java/javase/downloads/jdk-netbeans-jsp-3413139-esa.html]
 

Hope this helps!

Kind regards,

Antonio

> Netbeans 8.2 download is no longer available from 
> netbeans.apache.org/download/archiive/index.html
> --
>
> Key: NETBEANS-5416
> URL: https://issues.apache.org/jira/browse/NETBEANS-5416
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Joseph
>Assignee: Antonio Vieiro
>Priority: Major
>
> Students at LaSalle University in USA as recently as 2 weeks ago successfully 
> downloaded and installed Pre-Apache Netbeans version 8.2 by going to
>  
> [https://netbeans.apache.org/download/archive/index.html]
>  
> and then under "Pre-Apache NetBeans versions" choosing 
> [https://netbeans.org/downloads/old/8.2/]
>  
> But suddenly this latter link is now broken.  
>  
> And there is no ability for students to move to a later version of Netbeans 
> at this time due to other dependencies.  
>  
> Can the link to the NetBeans 8.2 version download be restored?  
>  
> Thanks so much for any guidance you can provide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-5416) Netbeans 8.2 download is no longer available from netbeans.apache.org/download/archiive/index.html

2021-03-06 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-5416:


Assignee: Antonio Vieiro

> Netbeans 8.2 download is no longer available from 
> netbeans.apache.org/download/archiive/index.html
> --
>
> Key: NETBEANS-5416
> URL: https://issues.apache.org/jira/browse/NETBEANS-5416
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Joseph
>Assignee: Antonio Vieiro
>Priority: Major
>
> Students at LaSalle University in USA as recently as 2 weeks ago successfully 
> downloaded and installed Pre-Apache Netbeans version 8.2 by going to
>  
> [https://netbeans.apache.org/download/archive/index.html]
>  
> and then under "Pre-Apache NetBeans versions" choosing 
> [https://netbeans.org/downloads/old/8.2/]
>  
> But suddenly this latter link is now broken.  
>  
> And there is no ability for students to move to a later version of Netbeans 
> at this time due to other dependencies.  
>  
> Can the link to the NetBeans 8.2 version download be restored?  
>  
> Thanks so much for any guidance you can provide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4691) CndUnitHandlerFactory has not been donated

2020-08-06 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-4691:


 Summary: CndUnitHandlerFactory has not been donated
 Key: NETBEANS-4691
 URL: https://issues.apache.org/jira/browse/NETBEANS-4691
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Antonio Vieiro


The class
{code:java}
org.netbeans.modules.cnd.testrunner.ui.CndUnitHandlerFactory {code}
in module
{noformat}
cnd.testRunner{noformat}
was not donated by Oracle, and needs to be recreated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4663) Mercurial and Subversion visual conflict resolution

2020-08-06 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4663:
-
Parent: NETBEANS-4619
Issue Type: Sub-task  (was: Improvement)

> Mercurial and Subversion visual conflict resolution
> ---
>
> Key: NETBEANS-4663
> URL: https://issues.apache.org/jira/browse/NETBEANS-4663
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> The "ResolveConflictsExecutor" [1] for both mercurial and subversion, 
> responsible for resolving conflicts visually, were not included in the CND 
> donation from Oracle, and need to be implemented.
>  
> [http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java]
> [http://hg.netbeans.org/cnd-main/file/tip/subversion.remote/src/org/netbeans/modules/subversion/remote/ui/update/ResolveConflictsExecutor.java]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4619) Review CND donation

2020-08-06 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4619:
-
Summary: Review CND donation  (was: Review CND Parsers)

> Review CND donation
> ---
>
> Key: NETBEANS-4619
> URL: https://issues.apache.org/jira/browse/NETBEANS-4619
> Project: NetBeans
>  Issue Type: Task
>  Components: cnd - Code Model, cnd - Editor
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> Review the parsers of the CND donation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4662) Old versions of NetBeans stored "scrambled" passwords.

2020-08-06 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4662:
-
Parent: NETBEANS-4619
Issue Type: Sub-task  (was: New Feature)

> Old versions of NetBeans stored "scrambled" passwords.
> --
>
> Key: NETBEANS-4662
> URL: https://issues.apache.org/jira/browse/NETBEANS-4662
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> Old versions of NetBeans used "scrambled" passwords in connection strings.
> See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]
> I don't think this is safe to use nowadays, we should use encrypted passwords 
> or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4662) Old versions of NetBeans stored "scrambled" passwords.

2020-07-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4662:
-
Labels: CND-DONATION-TODO  (was: )

> Old versions of NetBeans stored "scrambled" passwords.
> --
>
> Key: NETBEANS-4662
> URL: https://issues.apache.org/jira/browse/NETBEANS-4662
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> Old versions of NetBeans used "scrambled" passwords in connection strings.
> See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]
> I don't think this is safe to use nowadays, we should use encrypted passwords 
> or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4662) Old versions of NetBeans stored "scrambled" passwords.

2020-07-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4662:
-
Component/s: cnd - Remote VCS

> Old versions of NetBeans stored "scrambled" passwords.
> --
>
> Key: NETBEANS-4662
> URL: https://issues.apache.org/jira/browse/NETBEANS-4662
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> Old versions of NetBeans used "scrambled" passwords in connection strings.
> See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]
> I don't think this is safe to use nowadays, we should use encrypted passwords 
> or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4663) Mercurial and Subversion visual conflict resolution

2020-07-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4663:
-
Description: 
The "ResolveConflictsExecutor" [1] for both mercurial and subversion, 
responsible for resolving conflicts visually, were not included in the CND 
donation from Oracle, and need to be implemented.

 

[http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java]

[http://hg.netbeans.org/cnd-main/file/tip/subversion.remote/src/org/netbeans/modules/subversion/remote/ui/update/ResolveConflictsExecutor.java]

 

 

  was:
The "ResolveConflictsExecutor" [1] for mercurial, responsible for resolving 
conflicts, was not included in the CND donation from Oracle, and needs to be 
implemented.

 

http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java


> Mercurial and Subversion visual conflict resolution
> ---
>
> Key: NETBEANS-4663
> URL: https://issues.apache.org/jira/browse/NETBEANS-4663
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Priority: Major
>
> The "ResolveConflictsExecutor" [1] for both mercurial and subversion, 
> responsible for resolving conflicts visually, were not included in the CND 
> donation from Oracle, and need to be implemented.
>  
> [http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java]
> [http://hg.netbeans.org/cnd-main/file/tip/subversion.remote/src/org/netbeans/modules/subversion/remote/ui/update/ResolveConflictsExecutor.java]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4663) Mercurial and Subversion visual conflict resolution

2020-07-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4663:
-
Labels: CND-DONATION-TODO  (was: )

> Mercurial and Subversion visual conflict resolution
> ---
>
> Key: NETBEANS-4663
> URL: https://issues.apache.org/jira/browse/NETBEANS-4663
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: CND-DONATION-TODO
>
> The "ResolveConflictsExecutor" [1] for both mercurial and subversion, 
> responsible for resolving conflicts visually, were not included in the CND 
> donation from Oracle, and need to be implemented.
>  
> [http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java]
> [http://hg.netbeans.org/cnd-main/file/tip/subversion.remote/src/org/netbeans/modules/subversion/remote/ui/update/ResolveConflictsExecutor.java]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4663) Mercurial and Subversion visual conflict resolution

2020-07-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro updated NETBEANS-4663:
-
Summary: Mercurial and Subversion visual conflict resolution  (was: 
Mercurial visual conflict resolution)

> Mercurial and Subversion visual conflict resolution
> ---
>
> Key: NETBEANS-4663
> URL: https://issues.apache.org/jira/browse/NETBEANS-4663
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - Remote VCS
>Reporter: Antonio Vieiro
>Priority: Major
>
> The "ResolveConflictsExecutor" [1] for mercurial, responsible for resolving 
> conflicts, was not included in the CND donation from Oracle, and needs to be 
> implemented.
>  
> http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4663) Mercurial visual conflict resolution

2020-07-31 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-4663:


 Summary: Mercurial visual conflict resolution
 Key: NETBEANS-4663
 URL: https://issues.apache.org/jira/browse/NETBEANS-4663
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - Remote VCS
Reporter: Antonio Vieiro


The "ResolveConflictsExecutor" [1] for mercurial, responsible for resolving 
conflicts, was not included in the CND donation from Oracle, and needs to be 
implemented.

 

http://hg.netbeans.org/cnd-main/file/tip/mercurial.remote/src/org/netbeans/modules/mercurial/remote/ui/update/ResolveConflictsExecutor.java



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4662) Old versions of NetBeans stored "scrambled" passwords.

2020-07-31 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-4662:
--

This is the class implementing this "scrambler" algorithm in the Oracle source 
code (this class was not donated with CND).

http://hg.netbeans.org/cnd-main/file/tip/remotefs.versioning.api/src/org/netbeans/modules/remotefs/versioning/api/Scrambler.java

> Old versions of NetBeans stored "scrambled" passwords.
> --
>
> Key: NETBEANS-4662
> URL: https://issues.apache.org/jira/browse/NETBEANS-4662
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Antonio Vieiro
>Priority: Major
>
> Old versions of NetBeans used "scrambled" passwords in connection strings.
> See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]
> I don't think this is safe to use nowadays, we should use encrypted passwords 
> or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4662) Old versions of NetBeans stored "scrambled" passwords.

2020-07-31 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-4662:


 Summary: Old versions of NetBeans stored "scrambled" passwords.
 Key: NETBEANS-4662
 URL: https://issues.apache.org/jira/browse/NETBEANS-4662
 Project: NetBeans
  Issue Type: New Feature
Reporter: Antonio Vieiro


Old versions of NetBeans used "scrambled" passwords in connection strings.

See, for instance, [http://www.cvsnt.org/cvsclient/Password-scrambling.html]

I don't think this is safe to use nowadays, we should use encrypted passwords 
or modern techniques instead in Apache NetBeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Reopened] (NETBEANS-4510) java.lang.NullpointerException

2020-07-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reopened NETBEANS-4510:
--

> java.lang.NullpointerException
> --
>
> Key: NETBEANS-4510
> URL: https://issues.apache.org/jira/browse/NETBEANS-4510
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: varuna priya
>Priority: Critical
> Fix For: 12.0
>
> Attachments: messages.log.1
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-4510) java.lang.NullpointerException

2020-07-29 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-4510.

Resolution: Invalid

> java.lang.NullpointerException
> --
>
> Key: NETBEANS-4510
> URL: https://issues.apache.org/jira/browse/NETBEANS-4510
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: varuna priya
>Priority: Critical
> Fix For: 12.0
>
> Attachments: messages.log.1
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4619) Review CND Parsers

2020-07-23 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-4619:


 Summary: Review CND Parsers
 Key: NETBEANS-4619
 URL: https://issues.apache.org/jira/browse/NETBEANS-4619
 Project: NetBeans
  Issue Type: Task
  Components: cnd - Code Model, cnd - Editor
Reporter: Antonio Vieiro
Assignee: Antonio Vieiro


Review the parsers of the CND donation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] (NETBEANSINFRA-185) Register PP3 UC in Apache NetBeans 12.0

2020-04-10 Thread Antonio Vieiro (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANSINFRA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17080630#comment-17080630
 ] 

Antonio Vieiro commented on NETBEANSINFRA-185:
--

Hi all,

New URL for the Apache NetBeans Plugin catalog is 
[https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz]

The plugin portal is now at 
[https://plugins.netbeans.apache.org|https://plugins.netbeans.apache.org/]

Please do not use "netbeans-vm.apache.org/pluginportal" any more.

> Register PP3 UC in Apache NetBeans 12.0
> ---
>
> Key: NETBEANSINFRA-185
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-185
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Assignee: Antonio Vieiro
>Priority: Critical
>
> We need to register update center [1] of new Plugin Portal 3.0 in the Apache 
> NetBeans IDE 12.0 and either remove or rename the old one [2] to Legacy 
> Plugin Portal.
> [1] [http://netbeans-vm.apache.org/pluginportal/data/12.0/catalog.xml.gz]
> [2] 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz|http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Closed] (NETBEANS-3704) Wikipage implied in apidoc

2020-03-18 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro closed NETBEANS-3704.

Resolution: Fixed

Merged. Feel free to reopen in case of need!

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3704) Wikipage implied in apidoc

2020-03-15 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-3704:
--

Sent PR here [https://github.com/apache/netbeans-website/pull/464]

I've added some additional pages too.

The content should be reviewed in the future, there're many missing links 
(including links to Jarda's sites). I've uploaded some, mostly to the new 
source at github, but we'll need manual review of content.

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-3704) Wikipage implied in apidoc

2020-03-15 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro reassigned NETBEANS-3704:


Assignee: Eric Barboni  (was: Antonio Vieiro)

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3704) Wikipage implied in apidoc

2020-03-15 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-3704:
--

Hi [~skygo] ,

What's the interest on [http://wiki.netbeans.org/Java_DevelopersGuide] ? This 
page links to many others, but I can't see what's the interest on it. Which 
parts are worth keeping?

Thanks,
Antonio

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Antonio Vieiro
>Priority: Major
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3704) Wikipage implied in apidoc

2020-03-12 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro edited comment on NETBEANS-3704 at 3/12/20, 6:18 PM:


[http://wiki.netbeans.org/FitnessViaTimersCounters] is empty

 

It's "Counter", not "Counters"...


was (Author: vieiro):
[http://wiki.netbeans.org/FitnessViaTimersCounters] is empty

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Antonio Vieiro
>Priority: Major
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3704) Wikipage implied in apidoc

2020-03-12 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-3704:
--

[http://wiki.netbeans.org/FitnessViaTimersCounters] is empty

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Antonio Vieiro
>Priority: Major
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3704) Wikipage implied in apidoc

2020-03-11 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-3704:
--

Hi [~skygo],

Thanks for this. I'll make a backup of those pages in netbeans.apache.org.

> Wikipage implied in apidoc
> --
>
> Key: NETBEANS-3704
> URL: https://issues.apache.org/jira/browse/NETBEANS-3704
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Eric Barboni
>Assignee: Antonio Vieiro
>Priority: Major
>
> Hi, this is a list of wikipage the apidoc need. We should have them on the 
> netbeans.apache.org. 
> http://wiki.netbeans.org/API_Design
> http://wiki.netbeans.org/API_Design#Separate_API_for_clients_from_support_API
> http://wiki.netbeans.org/API_Design#The_Importance_of_Being_Use_Case_Oriented
> http://wiki.netbeans.org/API_Design#What_is_an_API.3F
> http://wiki.netbeans.org/APIDevelopment
> http://wiki.netbeans.org/API_Stability
> http://wiki.netbeans.org/API_Stability#deprecated
> http://wiki.netbeans.org/API_Stability#Deprecated
> http://wiki.netbeans.org/API_Stability#devel
> http://wiki.netbeans.org/API_Stability#Devel
> http://wiki.netbeans.org/API_Stability#friend
> http://wiki.netbeans.org/API_Stability#Friend
> http://wiki.netbeans.org/API_Stability#official
> http://wiki.netbeans.org/API_Stability#Official
> http://wiki.netbeans.org/API_Stability#private
> http://wiki.netbeans.org/API_Stability#Private
> http://wiki.netbeans.org/API_Stability#stable
> http://wiki.netbeans.org/API_Stability#Stable
> http://wiki.netbeans.org/API_Stability#Standard
> http://wiki.netbeans.org/API_Stability#third
> http://wiki.netbeans.org/API_Stability#Third_Party
> http://wiki.netbeans.org/Authenticator
> http://wiki.netbeans.org/BackwardCompatibilityPatches
> http://wiki.netbeans.org/BugtrackingAPISPIUseCases
> http://wiki.netbeans.org/BugtrackingCookbook
> http://wiki.netbeans.org/BuildSystemHowTo
> http://wiki.netbeans.org/DevFaqActionContextSensitive
> http://wiki.netbeans.org/DevFaqAddGlobalContext
> http://wiki.netbeans.org/DevFaqNetBeansFullHack
> http://wiki.netbeans.org/FitnessViaPostMortem
> http://wiki.netbeans.org/HtmlUIForTemplates
> http://wiki.netbeans.org/Java_DevelopersGuide
> http://wiki.netbeans.org/ParsingAPI
> http://wiki.netbeans.org/RunConfigurations49636
> http://wiki.netbeans.org/TaskDashboardDesignSpec
> http://wiki.netbeans.org/TaskManagementUseCases
> http://wiki.netbeans.org/VersioningPolicy#Compatible_change_on_the_trunk
> http://wiki.netbeans.org/wiki/view/FitnessViaTimersCounters
> http://wiki.netbeans.org/wiki/view/FolderOrdering103187
> http://wiki.netbeans.org/wiki/view/JavaHT_Modification
> http://wiki.netbeans.org/wiki/view/SignatureTest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3756) [TUTORIALS] Review 'web' section

2020-01-27 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-3756:


 Summary: [TUTORIALS] Review 'web' section
 Key: NETBEANS-3756
 URL: https://issues.apache.org/jira/browse/NETBEANS-3756
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Antonio Vieiro






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1870) [TUTORIALS] Review 'php' section

2020-01-16 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-1870:
--

No worries. Feel free to mail me (or even better, the netbeans mailing list) if 
you need any help.

Thanks,
Antonio

> [TUTORIALS] Review 'php' section
> 
>
> Key: NETBEANS-1870
> URL: https://issues.apache.org/jira/browse/NETBEANS-1870
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Assignee: Adam Sztefanov
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Review all tutorials in the following URL:
> [https://github.com/apache/incubator-netbeans-website/tree/master/netbeans.apache.org/src/content/kb/docs/php]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1870) [TUTORIALS] Review 'php' section

2020-01-16 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-1870:
--

Hi [~adamsztefanov] ,

I'll merge the pull request (so that you can git fetch/git pull easily) and 
then if you want you can go and review the rest of "wish-list" tutorials in the 
kb/docs/php directory, starting (and including) tutorial number 4.

Once you're ready do a PR and we'll see what else is missing.

Kind regards,
Antonio

 

> [TUTORIALS] Review 'php' section
> 
>
> Key: NETBEANS-1870
> URL: https://issues.apache.org/jira/browse/NETBEANS-1870
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Assignee: Adam Sztefanov
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Review all tutorials in the following URL:
> [https://github.com/apache/incubator-netbeans-website/tree/master/netbeans.apache.org/src/content/kb/docs/php]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1870) [TUTORIALS] Review 'php' section

2020-01-15 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANS-1870:
--

Hi [~adamsztefanov] , are you working on this? I've already have some progress 
done...

> [TUTORIALS] Review 'php' section
> 
>
> Key: NETBEANS-1870
> URL: https://issues.apache.org/jira/browse/NETBEANS-1870
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Antonio Vieiro
>Assignee: Adam Sztefanov
>Priority: Major
>  Labels: documentation, third-donation, tutorials, website
>
> Review all tutorials in the following URL:
> [https://github.com/apache/incubator-netbeans-website/tree/master/netbeans.apache.org/src/content/kb/docs/php]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1997) JaCoCo 0.8.2 breaks code coverage integration

2019-05-25 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1997:
--

Which JDK is being used here?

See for example [https://issues.jboss.org/browse/JBIDE-26336?_sscc=t] which 
reports issues with JDK 11

> JaCoCo 0.8.2 breaks code coverage integration
> -
>
> Key: NETBEANS-1997
> URL: https://issues.apache.org/jira/browse/NETBEANS-1997
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Philip Durbin
>Assignee: John McDonnell
>Priority: Minor
>
> I asked, "Does JaCoCo 0.8.2 break NetBeans code coverage?" on the users 
> mailing list: 
> [https://lists.apache.org/thread.html/509bfddb9273726a6e8dff1ca419790b40858d6a648b4413142e2abe@%3Cusers.netbeans.apache.org%3E]
> Geertjan Wielenga said to go ahead and open an issue so I believe he agrees 
> that it does.
> The main evidence seems to be in 
> [https://github.com/jacoco/jacoco/issues/772] where a JaCoCo developer, 
> Evgeny Mandrikov, said the following.
> "AFAIK NetBeans integration reads XML Report, which was intentionally changed 
> in version 0.8.2 in a perfectly valid way by addition of new attribute - see 
> https://github.com/jacoco/jacoco/pull/702. NetBeans integration must be fixed 
> accordingly and ideally be less strict to cope with such updates in future. 
> This problem should reported to developers of NetBeans integration, since it 
> is not developed by us - as you can see on page 
> [https://www.jacoco.org/jacoco/trunk/doc/integrations.html] "
> My workaround was to downgrade to JaCoCo 0.8.1, as I explained in 
> [https://github.com/IQSS/dataverse/issues/5483] 
>  



--
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-2546) NetBeans bugzilla may be lost

2019-05-14 Thread Antonio Vieiro (JIRA)
Antonio Vieiro created NETBEANS-2546:


 Summary: NetBeans bugzilla may be lost
 Key: NETBEANS-2546
 URL: https://issues.apache.org/jira/browse/NETBEANS-2546
 Project: NetBeans
  Issue Type: Bug
  Components: third-party - Other
Reporter: Antonio Vieiro


The current [https://bugzilla.netbeans.org|https://bugzilla.netbeans.org/] 
redirects to [https://netbeans.org/bugzilla/query.cgi] , this will be lost if 
we reroute [https://netbeans.org|https://netbeans.org/] to 
[https://netbeans.apache.org|https://netbeans.apache.org/] 

Suggested possible actions:
 * Migrate bugzilla content to Apache.
 * Assume we'll be losing bugzilla.netbeans.org
 * Create a read-only backup of bugzilla.netbeans.org contents.
 * Try to see if we can still perform the redirection while the Oracle server 
exists.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-2455) Splash screens for development version

2019-05-12 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro reassigned NETBEANS-2455:


Assignee: Eirik Bakke  (was: Antonio Vieiro)

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Attachments: Simplified Splash Screen.ai, Splash Screen HiDPI and 
> Product Version.png, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-10 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2455:
--

[~ebakke] [~Chrizzly] Proceed as you see fit!

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-10 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2455:
--

{quote}_OK, so if I understand right, the font upload is for the build system 
only, not for the IDE to load at runtime._
{quote}
Yes, we're using it in the build system only.
{quote}Still, the font is not needed, because once the outlined logo lockup SVG 
is generated, there should never be a need to change the appearance text in the 
logo; it always says "Apache NetBeans", in whatever way we decide on here. 
(Unless people really want the major version number to be part of the logo, 
e.g. "Apache NetBeans 11".) Consider for example 
[Microsoft's|https://venturebeat.com/wp-content/uploads/2018/07/microsoft-logo.jpg?w=930=all]
 logo lockup: while it's _based_ on the font Segoe, there are additional tweaks 
made to it, like adjusting the tracking, and joining the "f" and the "t" at the 
end. This is something a designer does once--subsequently the text "Microsoft" 
is treated as constant vector graphics rather than a string of text that is 
generated from the original font.
{quote}
*The people really want the major version number to be part of the splash 
screen. This Jira ticket is for the splash screen, not the logo. That's in the 
title of the Jira ticket. That's the reason why this Jira ticket was opened.* 

*The objective of this Jira ticket is to add the number using the proper 
Montserrat font on the splash screen. That's the reason why we need the 
Montserrat font at build time.*

I hope this is clear now.

Cheers,
Antonio

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-10 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2455:
--

[~ebakke] the objective is to _generate_ a PNG file on each build from a 
template. This generated PNG file (splash screen, about screen) will imprint 
the build number ("11.0", "12.0", "dev--"), so when you start the IDE 
you can see what version you're running.

This generation of the PNG file will be done in the build system, using an Ant 
task, at compile time. In order to timestamp the template PNG with an 
appropriate font we'll need to create a BufferedImage with the image template, 
then load a TrueType font (Montserrat, it seems) and then stamp the build 
number ("11.0", "12.0", "dev--" on the image) using 
java.awt.Graphics.drawString.

For the build system to load the image we'll need to upload it to OSU/OSL 
(where are binaries are currently hosted) so we can download it (as any other 
binary) at build time. In order to include it in the build system we'll need to 
update the existing license files and add the proper license information.

If eveything goes well (we couldn't upload binaries on monday, we can now) we 
can have this done by next weekend.

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-09 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: netbeans-logo-notext.svg

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-09 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2455:
--

Hi all,

About the Logo & Text, based on "The ASF Identity Style Guide" 
[https://apache.org/foundation/press/kit/ApacheFoundation_StyleGuide.pdf] and 
the proposal of J. Gosling in the mailing list.

!image-2019-05-10-05-51-46-560.png!!image-2019-05-10-05-51-46-560.png![^netbeans-logo-text.svg][^netbeans-logo-notext.svg]

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-09 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: netbeans-logo-text.svg

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-text.svg, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-09 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: image-2019-05-10-05-51-46-560.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-09 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2455:
--

Thanks, Eirik!

We'll be uploading fonts to OSU/OSL in a few days (this requires adding some 
new license files in the build system, passing rat reports, etc.), including 
the Apache Logo's "Montserrat" font, so we'll be safe to render SVGs or to 
imprint PNGs with Swing during the bulid system.

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Simplified Splash Screen with example version text.svg, 
> Simplified Splash Screen without version text.svg, Simplified Splash 
> Screen.ai, apache-netbeans-splash.png, apache-netbeans-splash.svg, splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-07 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2455:
--

Mmmm Two more unexpected pngs enter the party...
 * ./ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png
 * ./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-07 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2455:
--

Hi all,

Just a quick update on the progress on this.I'm adding ${buildnum} in the 
splash screen. I think that's the proper property value to add to the splash 
screen, right?

Here's how it's looking right now. Note the room at the bottom for the progress 
bar and the running text. The build number is imprinted with a slight white 
alpha to improve readibility, don't know if that's what we want, though.

 

!splash.png!

 

As requested eariler, alternate SVG solutions are most welcome!.

 

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-07 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: splash.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> splash.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-05 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: (was: apache-netbeans-splash.png)

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-05 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: apache-netbeans-splash.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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-2455) Splash screens for development version

2019-05-04 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro updated NETBEANS-2455:
-
Attachment: apache-netbeans-splash.svg
apache-netbeans-splash.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-splash.png, apache-netbeans-splash.svg
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-2455) Splash screens for development version

2019-05-04 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro reassigned NETBEANS-2455:


Assignee: Antonio Vieiro

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Antonio Vieiro
>Priority: Major
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



--
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] [Closed] (NETBEANS-1958) Wrong netbeans-vm yaml configuration file

2019-04-23 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro closed NETBEANS-1958.

Resolution: Fixed

This issue was closed long ago after chatting with ASF Infra.

> Wrong netbeans-vm yaml configuration file
> -
>
> Key: NETBEANS-1958
> URL: https://issues.apache.org/jira/browse/NETBEANS-1958
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
>Priority: Major
>
> The file at 
> [https://github.com/vieiro/infrastructure-puppet/blob/deployment/data/nodes/netbeans-vm.apache.org.yaml]
>  does not properly quote "%", so redirections are lost.
> We should look for other similar yaml files in the directory and properly 
> quote "%" there.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-195) Replace Updates Section of Site

2019-04-20 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro reassigned NETBEANS-195:
---

Assignee: Antonio Vieiro

> Replace Updates Section of Site
> ---
>
> Key: NETBEANS-195
> URL: https://issues.apache.org/jira/browse/NETBEANS-195
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Wade Chandler
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: website
>
> The current NetBeans site has a section called updates which is also hooked 
> to a sub-domain called "updates" which supports the released 
> plugins/platform/IDE such as 
> http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz
>  These should not be under the static site any more. These type files should 
> instead be under a download area where the Apache mirrors can be used to 
> spread out the load. This needs replaced.



--
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] [Closed] (NETBEANS-195) Replace Updates Section of Site

2019-04-20 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro closed NETBEANS-195.
---
Resolution: Fixed

See 
[https://github.com/apache/incubator-netbeans-website/blob/master/netbeans.apache.org/src/content/.htaccess]
 and 
[https://cwiki.apache.org/confluence/display/NETBEANS/Update+Center+and+Statistics]

> Replace Updates Section of Site
> ---
>
> Key: NETBEANS-195
> URL: https://issues.apache.org/jira/browse/NETBEANS-195
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Wade Chandler
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: website
>
> The current NetBeans site has a section called updates which is also hooked 
> to a sub-domain called "updates" which supports the released 
> plugins/platform/IDE such as 
> http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz
>  These should not be under the static site any more. These type files should 
> instead be under a download area where the Apache mirrors can be used to 
> spread out the load. This needs replaced.



--
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] [Closed] (NETBEANS-152) Move and understand what to do with the DTDs section on the site

2019-04-20 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro closed NETBEANS-152.
---
Resolution: Fixed

See https://netbeans.apache.org/dtds

> Move and understand what to do with the DTDs section on the site
> 
>
> Key: NETBEANS-152
> URL: https://issues.apache.org/jira/browse/NETBEANS-152
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Wade Chandler
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: website
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-152) Move and understand what to do with the DTDs section on the site

2019-04-20 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro reassigned NETBEANS-152:
---

Assignee: Antonio Vieiro

> Move and understand what to do with the DTDs section on the site
> 
>
> Key: NETBEANS-152
> URL: https://issues.apache.org/jira/browse/NETBEANS-152
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Wade Chandler
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: website
>




--
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-2429) PR merging blocked by missing www.netbeans.org/dtds/ files

2019-04-18 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-2429:
--

Pending verification with Travis builds.

> PR merging blocked by missing www.netbeans.org/dtds/ files
> --
>
> Key: NETBEANS-2429
> URL: https://issues.apache.org/jira/browse/NETBEANS-2429
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jaroslav Tulach
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I am about to merge [PR-1195 
> |https://github.com/apache/incubator-netbeans/pull/1195]- a trivial PR which 
> changes a L elsewhere. However the PR is marked red with "All checks have 
> failed". When inspecting further the failure comes from
> [https://travis-ci.org/apache/incubator-netbeans/jobs/521283780]
> job and is caused by repeated exceptions like:
> {code:java}
>  [junit] WARNING: XML parser fatal error in file 
> Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
> [junit] org.xml.sax.SAXException: XML parser fatal error in file 
> Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.spi.StorageReader.log(StorageReader.java:164)
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.spi.StorageReader.fatalError(StorageReader.java:83)
> [junit]   at 
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:180)
> [junit]   at [junit]  at 
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
> [junit]   at 
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.Utils.load(Utils.java:253){code}
> which at the end lead to "The job exceeded the maximum log length, and has 
> been terminated.
>  
> When I debugged the failures localy it turned out that the test is trying to 
> read:
> [http://www.netbeans.org/dtds/EditorKeyBindings-1_1.dtd]
> which is missing. I assume this has something to do with the website changes.
>  
> Unfortunately the whole development is stucked. Can we get the {{/dtds/}} 
> directory back, please?



--
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-2429) PR merging blocked by missing www.netbeans.org/dtds/ files

2019-04-18 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro resolved NETBEANS-2429.
--
Resolution: Fixed

[www.netbeans.org|http://www.netbeans.org/] is being routed to netbeans.org 
again (that's ASF Infra changing DNS settings).

Anyway the new APLv2 DTDs are now installed in netbeans.apache.org/dtds for the 
future.

> PR merging blocked by missing www.netbeans.org/dtds/ files
> --
>
> Key: NETBEANS-2429
> URL: https://issues.apache.org/jira/browse/NETBEANS-2429
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Jaroslav Tulach
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I am about to merge [PR-1195 
> |https://github.com/apache/incubator-netbeans/pull/1195]- a trivial PR which 
> changes a L elsewhere. However the PR is marked red with "All checks have 
> failed". When inspecting further the failure comes from
> [https://travis-ci.org/apache/incubator-netbeans/jobs/521283780]
> job and is caused by repeated exceptions like:
> {code:java}
>  [junit] WARNING: XML parser fatal error in file 
> Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
> [junit] org.xml.sax.SAXException: XML parser fatal error in file 
> Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.spi.StorageReader.log(StorageReader.java:164)
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.spi.StorageReader.fatalError(StorageReader.java:83)
> [junit]   at 
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:180)
> [junit]   at [junit]  at 
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
> [junit]   at 
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
> [junit]   at 
> org.netbeans.modules.editor.settings.storage.Utils.load(Utils.java:253){code}
> which at the end lead to "The job exceeded the maximum log length, and has 
> been terminated.
>  
> When I debugged the failures localy it turned out that the test is trying to 
> read:
> [http://www.netbeans.org/dtds/EditorKeyBindings-1_1.dtd]
> which is missing. I assume this has something to do with the website changes.
>  
> Unfortunately the whole development is stucked. Can we get the {{/dtds/}} 
> directory back, please?



--
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-2380) Netbeans update fails

2019-04-10 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro resolved NETBEANS-2380.
--
Resolution: Fixed
  Assignee: Antonio Vieiro

Working now. See 
[https://github.com/apache/incubator-netbeans-website/pull/348] for details.

> Netbeans update fails
> -
>
> Key: NETBEANS-2380
> URL: https://issues.apache.org/jira/browse/NETBEANS-2380
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 11.0
> Environment: This is a fresh new installation of Nebeans 11 x64.
> on Windows Microsoft Windows [Version 10.0.16299.1029] x64.
> java -version
> java version "1.8.0_201"
> Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
> Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
> No proxy environment: Use System Proxy Settings
>Reporter: Fleischer Zoltán
>Assignee: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot_20190410_101509.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> NetBeans Distribution URL: 
> https://netbeans.apache.org/nb/updates/11.0/updates.xml.gz does not work. In 
> Plugins -> Updates -> Check for Updates I get the following Warning message:
> *"Unable to connect to the NetBeans Distribution because of 
> [https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f]*
> *Check your proxy settings or try again later. The server may be unavailable 
> at the moment. You may also want to make sure that your firewall is not 
> blocking network traffic."*
> But my proxy setting is correct. For example the Plugin Portal is working: 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz].
> The relevant part of the IDE Log:
> INFO [org.netbeans.modules.autoupdate.updateprovider.DownloadListener]: 
> Reading URL 
> https://netbeans.apache.org/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
>  failed (java.io.FileNotFoundException: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f)
> INFO [org.netbeans.modules.autoupdate.ui.Utilities]: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
> java.io.FileNotFoundException: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
>  at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
>  at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
>  at 
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)
>  at 
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:241)
>  at 
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)
>  at 
> org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)
> Caused: java.io.FileNotFoundException: 
> https://netbeans.org/projects/legacy/nb/updates/11.0/updates.xml.gz?unique=05c0c2c08-5b87-4a0f-bf18-aa3a2a445688_94c524cf-30e2-4081-901a-c407a0ee498f
>  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)
>  at 
> sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)
>  at 
> 

[jira] [Assigned] (NETBEANS-2306) Missing resource AmazonJ2EEServerWizardComponent.containerLabel.text

2019-03-29 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro reassigned NETBEANS-2306:


Assignee: (was: Simon Poortman)

> Missing resource AmazonJ2EEServerWizardComponent.containerLabel.text
> 
>
> Key: NETBEANS-2306
> URL: https://issues.apache.org/jira/browse/NETBEANS-2306
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Code
>Affects Versions: 11.0
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: netbeans-missing-resource-amazon.txt
>
>
> This is for NetBeans 11.0 vc4 running on OpenJDK8 on Linux.
> Create a new JavaEE Application (ant based). Then choose to add a server and 
> select "Amazon Beanstalk" as a target.
> An exception is thrown stating a missing resource (attached exception).



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



  1   2   3   >