Results 1 to 2 of 2

Thread: Error Message needs interpretation

  1. #1
    Join Date
    Jan 2010
    Posts
    5

    Default Error Message needs interpretation

    I am following pizzashop application and made a few round trip between Eclipse and command line tool and suddenly received following message while running ROO from command prompt.

    Depenency XML format not supported or is missing a mandatory node ('[dependency: null]')


    What does this mean ? How can I fix it ?

    regards
    Raj

  2. #2
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Raj, I am not sure what exactly is going wrong here, but I would guess that you are playing around with your project pom file (or the 'dependency' command in Roo shell). Please review your pom.xml and see if the dependency you have added (or changed) is still in the correct format:

    Code:
    <dependency>
           <groupId>...</groupId>
           <artifactId>...</artifactId>
           <version>...</version>
    </dependency>
    HTH
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

Posting Permissions

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