[jira] [Created] (NETBEANS-2746) Context menu options "Run", "Debug", "Profile" are disabled when maven packaging is "jlink" or "multi-release-jar"

2019-06-25 Thread Nicolai Ehemann (JIRA)
Nicolai Ehemann created NETBEANS-2746:
-

 Summary: Context menu options "Run", "Debug", "Profile" are 
disabled when maven packaging is "jlink" or "multi-release-jar"
 Key: NETBEANS-2746
 URL: https://issues.apache.org/jira/browse/NETBEANS-2746
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 11.0
Reporter: Nicolai Ehemann


It should be possible to run/debug/profile these projects from context menu. 
Usually, it is possible to run them by temporarily setting the packaging to jar 
when already built, so it should be possible to enable this by default.



--
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-1599) Java projects with long classpath does not run (debug)

2018-11-02 Thread Nicolai Ehemann (JIRA)
Nicolai Ehemann created NETBEANS-1599:
-

 Summary: Java projects with long classpath does not run (debug)
 Key: NETBEANS-1599
 URL: https://issues.apache.org/jira/browse/NETBEANS-1599
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 9.0, 8.2
 Environment: Windows 10 x64
Java SDK 1.8.0_181
Maven 3.5.2
Reporter: Nicolai Ehemann


This is a re-report of [https://netbeans.org/bugzilla/show_bug.cgi?id=200790,] 
which is still valid for netbeans 9:

As soon as a (maven in my case, not sure about others) project has too many 
dependencies, it can no longer be run from netbeans. Error message is like

 
{noformat}
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
(default-cli) on project [...]: Command execution failed.: Cannot run program 
"C:\Program Files\Java\jdk1.8.0_181\bin\java.exe" (in directory "C:\[...]\"): 
CreateProcess error=206, Der Dateiname oder die Erweiterung ist zu lang -> 
[Help 1]{noformat}
(Meaning of the german Message "Der Dateiname oder die Erweiterung ist zu lang" 
is "Filename or extension is too long")

 

For this test, the project directory was located directly on the C: drive. The 
issue seems to be that every dependency is given separately to the command, 
where windows (Windows 10 in this case) has a command line limit of 2^15 
characters.



--
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-928) Lombok <1.6.22 does not work in Netbeans 9 RC1 (with JDK8)

2018-06-06 Thread Nicolai Ehemann (JIRA)
Nicolai Ehemann created NETBEANS-928:


 Summary: Lombok <1.6.22 does not work in Netbeans 9 RC1 (with JDK8)
 Key: NETBEANS-928
 URL: https://issues.apache.org/jira/browse/NETBEANS-928
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Nicolai Ehemann


I recently installed Netbeans 9 RC1 on my Windows 10 PC with JDK 1.8.172. When 
creating a minimal maven project with Lombok dependency <1.16.22, and adding a 
simple class with lombok annotations, the generated methods are not picked up 
by netbeans (they do not show up in navigator and are not recognised in 
editor). For example, when I add a final field and @RequiredArgsConstructor, 
the field is marked as "not initialized in default constructor". As soon as I 
change the lombok version to 1.16.22 or 1.18.0, it works as expected.

 

I'm not 100% sure this is a netbeans issue, as I already found similar issued 
for lombok (for example 
[https://github.com/rzwitserloot/lombok/issues/1435),|https://github.com/rzwitserloot/lombok/issues/1435]),]
 but those all mentioned JDK9, where I am using JDK8...



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