1 Reply Latest reply on Apr 10, 2007 11:22 PM by matt.drees

    Seeking wisdom behind source code layout change with 1.2.1

    datagazetteer

      I just finished migrating a project from 1.1.6 to 1.2.1 and in the course of doing so wondered why 'seam-gen' creates a skeleton project with top-level 'action' and 'model' and 'test' packages in the source directory. E.g., my

      seam-gen new-project
      generates this:

      ...
      file-copy:
       [copy] Copying 1 file to .../workspace/drc/src/action/edu/ohiolink/drc/action
       [copy] Copying 6 files to .../workspace/drc
       [mkdir] Created dir: .../workspace/drc/src/model
       [mkdir] Created dir: .../workspace/drc/src/test
      ...


      (where "drc" is the name of this project). I'm assuming there is a good reason for this, but it escapes me at the moment.