[jira] [Commented] (NETBEANS-4819) Missing support of time-stamp authority in NBM jar signing

2020-10-01 Thread Austin Stephens (Jira)


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

Austin Stephens commented on NETBEANS-4819:
---

Pull request made at https://github.com/apache/netbeans/pull/2413

> Missing support of time-stamp authority in NBM jar signing
> --
>
> Key: NETBEANS-4819
> URL: https://issues.apache.org/jira/browse/NETBEANS-4819
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System
>Affects Versions: 12.1, 12.2
>Reporter: Austin Stephens
>Priority: Major
>
> Apparently this still hasn't been fixed? There is no way to pass a TSA 
> (time-stamp authority) url to the Jar signer when building NBM files. [~emi] 
> has a post related to this off yonder: 
> http://blog.emilianbold.ro/2016/08/signing-netbeans-modules-with-time.html



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



[netbeans] branch master updated: Fix wrong classpaths

2020-10-01 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 767b8b3  Fix wrong classpaths
 new 401a6fe  Merge pull request #2405 from pepness/fix-test.unit.paths
767b8b3 is described below

commit 767b8b396ae11971daf5de33218375db36056a33
Author: Jose Contreras 
AuthorDate: Sat Sep 19 15:38:48 2020 -0500

Fix wrong classpaths
---
 enterprise/web.freeform/nbproject/project.properties  | 8 
 ide/db/nbproject/project.properties   | 2 +-
 java/java.project.ui/nbproject/project.properties | 2 +-
 .../test/qa-functional/src/projects/LibrariesTest.java| 5 ++---
 java/java.project/nbproject/project.properties| 2 +-
 nbbuild/build.xml | 6 +++---
 nbbuild/installer/jnlp/build.xml  | 2 +-
 nbbuild/templates/projectized.xml | 2 +-
 .../unit/src/org/netbeans/nbbuild/FixTestDependencies.properties  | 2 +-
 .../src/org/netbeans/nbbuild/FixTestDependenciesPass.properties   | 2 +-
 platform/core.osgi/nbproject/project.properties   | 2 +-
 websvccommon/websvc.saas.codegen/nbproject/project.properties | 2 +-
 12 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/enterprise/web.freeform/nbproject/project.properties 
b/enterprise/web.freeform/nbproject/project.properties
index 9b8180c..b31404d 100644
--- a/enterprise/web.freeform/nbproject/project.properties
+++ b/enterprise/web.freeform/nbproject/project.properties
@@ -15,13 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-javac.source=1.6
-javac.compilerargs=-Xlint:unchecked
+javac.source=1.8
+javac.compilerargs=-Xlint -Xlint:-serial
 
 javadoc.arch=${basedir}/arch.xml
 
-test-unit-sys-prop.xtest.data=${nb_all}/ant.freeform/test/unit/data
-test.unit.data.dir=${nb_all}/ant.freeform/test/unit/data
+test-unit-sys-prop.xtest.data=${nb_all}/java/ant.freeform/test/unit/data
+test.unit.data.dir=${nb_all}/java/ant.freeform/test/unit/data
 test-unit-sys-prop.test.ant.home=${o.apache.tools.ant.module.dir}/ant
 
 test.config.stableBTD.includes=**/*Test.class
diff --git a/ide/db/nbproject/project.properties 
b/ide/db/nbproject/project.properties
index 4079ef8..e3ac0b0 100644
--- a/ide/db/nbproject/project.properties
+++ b/ide/db/nbproject/project.properties
@@ -38,7 +38,7 @@ lib.cp=\
 
 
 test.unit.cp.extra=\
-${nb_all}/db/external/derby-10.14.2.0.jar
+${nb_all}/ide/db/external/derby-10.14.2.0.jar
 
 test.config.stableBTD.includes=**/*Test.class
 test.config.stableBTD.excludes=\
diff --git a/java/java.project.ui/nbproject/project.properties 
b/java/java.project.ui/nbproject/project.properties
index 2118833..db153cb 100644
--- a/java/java.project.ui/nbproject/project.properties
+++ b/java/java.project.ui/nbproject/project.properties
@@ -29,7 +29,7 @@ test.unit.run.cp.extra=${tools.jar}
 
test-unit-sys-prop.test.bridge.jar=${o.apache.tools.ant.module.dir}/ant/nblib/bridge.jar
 # May be overridden to e.g. test against a different version of Ant:
 test-unit-sys-prop.test.ant.home=${o.apache.tools.ant.module.dir}/ant
-test-unit-sys-prop.test.junit.jar=${nb_all}/libs.junit4/external/junit-4.12.jar
+test-unit-sys-prop.test.junit.jar=${nb_all}/platform/libs.junit4/external/junit-4.12.jar
 
 test.config.stableBTD.includes=**/*Test.class
 test.config.stableBTD.excludes=\
diff --git 
a/java/java.project.ui/test/qa-functional/src/projects/LibrariesTest.java 
b/java/java.project.ui/test/qa-functional/src/projects/LibrariesTest.java
index 144eb3a..32c67e1 100644
--- a/java/java.project.ui/test/qa-functional/src/projects/LibrariesTest.java
+++ b/java/java.project.ui/test/qa-functional/src/projects/LibrariesTest.java
@@ -182,9 +182,8 @@ public class LibrariesTest extends JellyTestCase {
 
set.add("jar:nbinst://org.netbeans.modules.web.struts/modules/ext/struts/struts.jar!/");
 librariesUrls.put("struts", set);
 set = new TreeSet();
-
set.add("jar:nbinst://org.netbeans.modules.junit/docs/junit-3.8.2-api.zip!/");
-
set.add("jar:nbinst://org.netbeans.modules.junit/modules/ext/junit-3.8.2.jar!/");
-
set.add("jar:nbinst://org.netbeans.modules.junit/modules/ext/junit-4.1.jar!/");
+
set.add("jar:nbinst://org.netbeans.modules.junit/docs/junit-4.12-javadoc.jar!/");
+
set.add("jar:nbinst://org.netbeans.modules.junit/modules/ext/junit-4.12.jar!/");
 librariesUrls.put("junit", set);
 set = new TreeSet();
 
set.add("jar:nbinst://org.netbeans.modules.java.j2seproject/ant/extra/org-netbeans-modules-java-j2seproject-copylibstask.jar!/");
diff --git a/java/java.project/nbproject/project.properties 

[jira] [Updated] (NETBEANS-4232) Have to restart NetBeans to Change JDK

2020-10-01 Thread KoKo (Jira)


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

KoKo updated NETBEANS-4232:
---
Affects Version/s: 12.1

> Have to restart NetBeans to Change JDK
> --
>
> Key: NETBEANS-4232
> URL: https://issues.apache.org/jira/browse/NETBEANS-4232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems, projects - Maven
>Affects Versions: 12.0, 11.3, 12.1
> Environment: Windows 10
>Reporter: KoKo
>Priority: Blocker
> Attachments: change java dependencies.png
>
>
> To change the *Jave Dependencies* of a *Maven* project, choose another JDK 
> via -Options > Java > Maven > Default JDK- *Properties > Build > Compiler > 
> Java Platform*, but it doesn't work at once. I must restart the IDE, which is 
> annoying!  
> !change java dependencies.png! 



--
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-4232) Have to restart NetBeans to Change JDK

2020-10-01 Thread KoKo (Jira)


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

KoKo updated NETBEANS-4232:
---
Affects Version/s: 12.0

> Have to restart NetBeans to Change JDK
> --
>
> Key: NETBEANS-4232
> URL: https://issues.apache.org/jira/browse/NETBEANS-4232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems, projects - Maven
>Affects Versions: 12.0, 11.3
> Environment: Windows 10
>Reporter: KoKo
>Priority: Blocker
> Attachments: change java dependencies.png
>
>
> To change the *Jave Dependencies* of a *Maven* project, choose another JDK 
> via -Options > Java > Maven > Default JDK- *Properties > Build > Compiler > 
> Java Platform*, but it doesn't work at once. I must restart the IDE, which is 
> annoying!  
> !change java dependencies.png! 



--
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-4864) JavaDoc of the Record is not included in the autocompletion

2020-10-01 Thread ASF GitHub Bot (Jira)


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

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

> JavaDoc of the Record is not included in the autocompletion
> ---
>
> Key: NETBEANS-4864
> URL: https://issues.apache.org/jira/browse/NETBEANS-4864
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.1
>Reporter: Akhilesh Singh
>Assignee: Akhilesh Singh
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  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