1

could please anybody help me to install spring surf ?

According to this video, there should be command "roo>install surf" or roo>addon install surf" but the install command doesn't exist

If I go "addon install bundle --bundleSymbolicName" and let the content assist list the add-ons available, it is not there

Also this site says to download org.springframework.roo.addon.alfresco.surf-1.0.0.RC3.jar and put it into $ROO_HOME/dist directory (which is btw not there). I created dist dir, restarted roo, but nothing happened...

skaffman
  • 398,947
  • 96
  • 818
  • 769
lisak
  • 21,611
  • 40
  • 152
  • 243

2 Answers2

0

The command from the installation instructions for the 1.0.0-RC2 is:

addon install --url http://www.springsurf.org/downloads/1.0.0-RC2/spring-surf-roo-addon-1.0.0-RC2-roo-addon.zip
Serxipc
  • 6,639
  • 9
  • 40
  • 51
  • Thanks Serhii, but --url attribute doesn't exist in my version of roo "1.1.2.RELEASE [rev fbc33bb]" – lisak Feb 28 '11 at 22:40
  • I see, I overlooked that it is for 1.0.0-RC2 ... well so far it seems that spring roo needs at least half a year before I give it a try, I got like 5 different kinds of errors that I couldn't do anything about ... then this thingy...uff – lisak Feb 28 '11 at 22:44
  • 1
    Sorry, I should have checked before answering. It seems that the surf addon only works with ROO 1.0.X. – Serxipc Mar 01 '11 at 08:30
  • Please use the latest version of Roo whenever possible, as there are bugs which were related to addon installation which were fixed in the most recent versions. – bhagyas Jun 13 '11 at 04:09
0

Addon install doesn't works anymore for the latest versions of spring roo

You should try with osgi

i.e.

osgi install --url file:/c://test/spring-surf-roo-addon-1.0.0-RC2.jar

use the right url to the .jar file

Fer
  • 16
  • 2