[jira] [Created] (NETBEANS-3410) MIssing "Go to Implementation" keymap shortcut

2019-11-19 Thread Jarek (Jira)
Jarek created NETBEANS-3410:
---

 Summary: MIssing "Go to Implementation" keymap shortcut 
 Key: NETBEANS-3410
 URL: https://issues.apache.org/jira/browse/NETBEANS-3410
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - Navigation
Affects Versions: 11.2
 Environment: Linux Mint 18.3 Sylvia 64-bit 
Kernel Linux 4.15.0-70-generic x86_64
MATE 1.18.0

Reporter: Jarek
 Attachments: Screenshot at 2019-11-19 10-45-27.png

Missing helpfull  "Go to Implementation" action on Options -> keymap in NB 11.2 
Profile NetBeans 5.5, Netbeans. Now it is only possible to call from context 
(rmb) menu.



--
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-3379) Unable to add module to the current project as it is not of packaging type 'pom' -> [Help 1

2019-11-13 Thread Jarek (Jira)
Jarek created NETBEANS-3379:
---

 Summary: Unable to add module to the current project as it is not 
of packaging type 'pom' -> [Help 1
 Key: NETBEANS-3379
 URL: https://issues.apache.org/jira/browse/NETBEANS-3379
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: Windows 10, Netbeans 11.2, JDK 1.8.0_202
Reporter: Jarek


When I try to create new Maven Ear Project in Netbeasn 11.2 like that:

 

Menu File -> New Project -> Java with Maven -> Enterprise Application -> NEXT 
(with defaults) -> Uncheck EJB and Web App Modules -> FINISH

 

I got following ERROR:

  

cd C:\Tmp\test; JAVA_HOME=c:\\Bin\\Java\\CURRENT_JDK 
M2_HOME=c:\\Bin\\Other\\maven cmd /c "\"\"c:\\Bin\\Other\\maven\\bin\\mvn.cmd\" 
-DarchetypeGroupId=io.github.juneau001 -DarchetypeArtifactId=webapp-javaee8 
-DarchetypeVersion=1.3 
-DarchetypeRepository=[https://repo.maven.apache.org/maven2]-DgroupId=test 
-DartifactId=test-ear -Dversion=0.0.1 -Dbasedir=C:\\Tmp\\test 
-Darchetype.interactive=false 
-Dmaven.ext.class.path=c:\\Bin\\Other\\Netbeans_11\\java\\maven-nblib\\netbeans-eventspy.jar
 --batch-mode org.apache.maven.plugins:maven-archetype-plugin:2.4:generate\""

Scanning for projects...

 

-< test:test >--

Building test-0.0.1 0.0.1

[ war ]-

 

>>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ test 
>>> >>>

 

--- maven-dependency-plugin:2.6:copy (default) @ test ---

 

<<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources @ test 
<<<

 

 

--- maven-archetype-plugin:2.4:generate (default-cli) @ test ---

Generating project in Batch mode

Archetype defined by properties



Using following parameters for creating project from Archetype: 
webapp-javaee8:1.3



Parameter: groupId, Value: test

Parameter: artifactId, Value: test-ear

Parameter: version, Value: 0.0.1

Parameter: package, Value: ${groupId}.${artifactId}

Parameter: packageInPathFormat, Value: ${groupId}/${artifactId}

lis 13, 2019 7:22:14 AM org.apache.velocity.runtime.log.JdkLogChute log

INFO: FileResourceLoader : adding path '.'

Parameter: package, Value: test.test-ear

Parameter: version, Value: 0.0.1

Parameter: groupId, Value: test

Parameter: artifactId, Value: test-ear



BUILD FAILURE



Total time:  3.244 s

Finished at: 2019-11-13T07:22:14+01:00



Failed to execute goal 
org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on 
project test: org.apache.maven.archetype.exception.InvalidPackaging: Unable to 
add module to the current project as it is not of packaging type 'pom' -> [Help 
1]

 

To see the full stack trace of the errors, re-run Maven with the -e switch.

Re-run Maven using the -X switch to enable full debug logging.

 

For more information about the errors and possible solutions, please read the 
following articles:

[Help 1] [http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException]

 



 

That problem does not occure in NetBeans 8.2:

 

 

cd C:\Tmp\test2; JAVA_HOME=c:\\Bin\\Java\\CURRENT_JDK 
M2_HOME=c:\\Bin\\Other\\maven cmd /c "\"\"c:\\Bin\\Other\\maven\\bin\\mvn.cmd\" 
-DarchetypeGroupId=org.codehaus.mojo.archetypes 
-DarchetypeArtifactId=ear-javaee7 -DarchetypeVersion=1.0 
-DarchetypeRepository=[http://repo.maven.apache.org/maven2]-DgroupId=test2 
-DartifactId=test2-ear -Dversion=0.0.1 -Dbasedir=C:\\Tmp\\test2 
-Darchetype.interactive=false 
-Dmaven.ext.class.path=c:\\Bin\\Other\\Netbeans_8\\java\\maven-nblib\\netbeans-eventspy.jar
 --batch-mode archetype:generate\""

Scanning for projects...

 

< test2:test2 >-

Building test2 0.0.1

[ pom ]-

 

>>> maven-archetype-plugin:3.0.1:generate (default-cli) > generate-sources @ 
>>> test2 >>>

 

<<< maven-archetype-plugin:3.0.1:generate (default-cli) < generate-sources @ 
test2 <<<

 

 

--- maven-archetype-plugin:3.0.1:generate (default-cli) @ test2 ---

Generating project in Batch mode

Archetype repository not defined. Using the one from 
[org.codehaus.mojo.archetypes:ear-javaee7:1.0] found in catalog remote



Using following parameters for creating project from Archetype: ear-javaee7:1.0



Parameter: groupId, Value: 

[jira] [Commented] (NETBEANS-581) Could not find an option named "cache-location".

2018-05-14 Thread Jarek (JIRA)

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

Jarek commented on NETBEANS-581:


After some research I've found that none of the sass comilers from 
[https://sass-lang.com/install] website doesn't work. I've tried dart, 
chocolatey and js version for Windows. Only ruby version works properly.

> Could not find an option named "cache-location".
> 
>
> Key: NETBEANS-581
> URL: https://issues.apache.org/jira/browse/NETBEANS-581
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Reporter: Bo Andersen
>Priority: Minor
>
> When using the internal sass configuration, it calls the sass compiler with 
> the --cache-location command. It seems that this is not part of the current 
> sass compiler anymore.
>  
> Sass error:
> Could not find an option named "cache-location".
>  
> I am using this release of sass compiler: 
> https://github.com/sass/dart-sass/releases/tag/1.1.1



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