Search code examples
springspring-rooroo

Ignoring diectories when using Spring Roo


Do you know if there's a way to ignore directories when using Spring Roo? We are currently developing a project with roo, and we would like roo to ignore the CVS folders...

Thanks!


Solution

  • Spring Roo only scans that files that it knows and it can manage. That is, those that have been annotated with its annotations or those that it considers that is necessary to apply some changes.

    So, why do you want to exclude a folder that doesn't contain files managed by Spring Roo? Which kind of error are you getting?

    Regards,