Search code examples
javaspring-roospring-surf

Spring roo - how to install spring surf


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


Solution

  • 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