Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: The goal you specified requires a project to execute but there is no pom in this dir

  1. #11

    Default

    here is the link to my pom.xml


    http://pastebin.com/i4S3thhC

    Thank you

  2. #12
    Join Date
    Mar 2008
    Posts
    261

    Default

    You may have some outdate hidden eclipse related files in your directories.

    Search for files of directories that start with a dot . and either remove them or look into them to see if you can find something fishy in there.

    Otherwise you can run a mvn eclipse:clean command.
    Stephane

  3. #13
    Join Date
    Mar 2008
    Posts
    261

    Default

    Does the problem happen on all of these commands ?

    mvn clean compile

    mvn clean test

    mvn eclipse:eclipse
    Stephane

  4. #14

    Default

    no the problem doesn't occur on those commands.

    Only when I type command in roo

  5. #15
    Join Date
    Mar 2008
    Posts
    261

    Default

    Does it happen only when you run the tests or also when you compile the main code ?
    Stephane

  6. #16

    Default

    it happens with all these commands:
    perform eclipse
    perform tests
    perform package

  7. #17
    Join Date
    Mar 2008
    Posts
    261

    Default

    I'm sorry but I'm also new to Roo and I can't see what you are facing here..
    Stephane

  8. #18
    Join Date
    Oct 2012
    Posts
    2

    Default

    I am facing the same problem too

Posting Permissions

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