Results 1 to 2 of 2

Thread: Sping Template Project with top-level package name greater than 3 levels deep

  1. #1
    Join Date
    Aug 2010
    Posts
    4

    Default Sping Template Project with top-level package name greater than 3 levels deep

    I'm trying to use a project using the Spring Template Project wizard.

    I have a top level package name that is 4 levels deep

    ie

    au.com.mycompany.myproject

    When i run the wizard, it generates the project with only

    au.com.mycompany

    After testing it a few different times, it refuses to generate anything greater than a top level package with three levels.

    The comment on the wizard states:

    "Please specify the top-level package e.g. com.mycompany.travel or com.mycompany.travel.booking*"

    The give an example with 4 levels deep but it doesn't work. It also includes a * which i have no idea is, when i try to do that i get an error saying

    "Input for field topLevelPackage does not match the regex \w+\.\w+(\.\w+)+."

    Any ideas ?

  2. #2
    Join Date
    Aug 2010
    Posts
    4

    Default

    anybody ??

Posting Permissions

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