• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

control packages using seam gen

 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I've been using seam-gen to add parts to an existing application and I've had to go in and change paths and packages because I don't know how to inform seam-gen of my application's package structure. I know that the base paths are set during seam-setup, but our classes fit in subpackages of the initial main package.

I would guess that I could do this in the reveng.xml file through some setting in the TABLE element, but I can't find any reference to a setting that would affect packages or paths.

The basic docs ( http://docs.jboss.org/tools/2.1.0.Beta1/hibernatetools/html/reverseengineering.html ) do not give any example of this.
Thanks!
reply
    Bookmark Topic Watch Topic
  • New Topic