Problem found when installing addon
I tried to install cloud foundry addon but finally failed.
Current roo version : 1.2.3.RELEASE
Script :
Code:
roo> addon install bundle --bundleSymbolicName org.springframework.roo.addon.cloud.foundry;1.1.4.RELEASE
Could not find specified bundle with symbolic name: org.springframework.roo.addon.cloud.foundry;1.1.4.RELEASE
Code:
roo> cloud
Command 'cloud' not found (for assistance press TAB or type "hint" then hit ENTER)
addon search --requiresCommand "cloud" found no matches
I just wonder if there is any problem with the list of add-ons from server. There is only 8 add-ons on the list.
Code:
roo> addon list
8 found, sorted by rank; T = trusted developer; R = Roo 1.2 compatible
ID T R DESCRIPTION -------------------------------------------------------
01 Y Y 0.1.1 A Roo add-on that configures a Maven site.
02 - Y 1.0.0.0001 This bundle wraps the standard Maven artifact:
google-collections-1.0.0.
03 - Y 2.0.0.v201106070531 This bundle wraps the standard Maven artifact:
org.eclipse.xtext.xtend2.lib-2.0.0.v201106070531.
04 - Y 2.3.1 This bundle wraps the standard Maven artifact:
org.eclipse.xtext.xtend2.lib-2.3.1.
05 - Y 2.0.0.v201106070531 This bundle wraps the standard Maven artifact:
org.eclipse.xtext.xbase.lib-2.0.0.v201106070531.
06 - Y 10.0.1.0001 This bundle wraps the standard Maven artifact:
google-guava-10.0.1.
07 Y Y 0.9.3 Installs the Spock testing engine. You can create tests using
Spock's Specifications, and use the Spock Spring API
08 Y Y 1.0.0.RELEASE Adds the coffeescript maven compiler
Does anyone have the same problem?