Problem generating a project using Spring Roo

I just downloaded the SpringSource Tool Suite and tried to create a demo application using roo, but I get the error below

the code:

Created /home/dev/springsource/workspace/demo/pom.xml
Undo create /home/dev/springsource/workspace/demo/pom.xml
Invalid dependency scope: PROVİDED
[Timer-0] NullPointerException at org.springframework.roo.classpath.itd.AbstractItdMetadataProvider.notify(AbstractItdMetadataProvider.java:84)

What is the problem? is this a maven problem?

Usage: Ubuntu 8.10, SpringSource Tool Suite Version: 2.3.3.M1, Roo 1.1.0.M1, Apache Maven

thank

+3
source share
2 answers

Try adding this to the JVM arguments in roo.sh: -Duser.language = ep

NTN

+4
source

addition; if you use STS, you also need to add "-Duser.language = en" to sts.ini

+1
source

Source: https://habr.com/ru/post/1746707/


All Articles