tags:

views:

134

answers:

1

Hi,

I just downloaded SpringSource Tool Suite, and tried to generate a demo application using roo, but i'm getting error below

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 Maven issue?

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

Thanks

+2  A: 

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

HTH

Turg
Thank you. It worked.
Harry
btw the file is roo.bat
Ahmet Alp Balkan