Results 1 to 3 of 3

Thread: Command project... was found but is not currently available

  1. #1
    Join Date
    Jun 2012
    Posts
    4

    Default Command project... was found but is not currently available

    Hi,

    Trying to run the Roo samples (bikeshop.roo, clinic.roo, embedding.roo, expenses.roo, pizzashop.roo, vote.roo) I always get a message like:

    Code:
    roo> script --file wedding.roo
    project --topLevelPackage com.wedding
    Command 'project --topLevelPackage com.wedding' was found but is not currently a
    vailable (type 'help' then ENTER to learn about this command)
    Script required 0.032 seconds to execute
    Script execution aborted
    roo> script --file expenses.roo
    project --topLevelPackage org.springsource.roo.extrack
    Command 'project --topLevelPackage org.springsource.roo.extrack' was found but i
    s not currently available (type 'help' then ENTER to learn about this command)
    Script required 0.036 seconds to execute
    Script execution aborted
    roo> script --file pizzashop.roo
    tailor activate --name web-simple
    Couldn't activate tailor configuration 'web-simple', not available.
    // Create a new project
    project --topLevelPackage com.springsource.pizzashop --projectName pizzashop
    Command 'project --topLevelPackage com.springsource.pizzashop --projectName pizz
    ashop' was found but is not currently available (type 'help' then ENTER to learn
     about this command)
    Script required 0.191 seconds to execute
    Script execution aborted
    roo>

    The first project worked: clinic.roo and if I run tomcat (mvn tomat:run) works well,
    but... I can't run the other projects.


    I'm working with: Windows 7 64 bits, Spring Roo 1.2.2.RELEASE [rev 7d75659], JDK-6u33, apache-maven-3.0.4

    Any idea?


    Best regards,

    David.

  2. #2
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    163

    Default

    You can't run more than one script at same folder, because project is already created by first script.
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

  3. #3
    Join Date
    Jun 2012
    Posts
    4

    Default

    Thanks mmartinez !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •