Book a Demo

Author Topic: Ignoring classes when generating  (Read 2320 times)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Ignoring classes when generating
« on: February 27, 2005, 06:33:56 am »
Hi to all
After some time away from my job (very sadly ;) ) I'm back again with a question:

Can I make EA ignore a class when generating code for an entire package?

I have some classes that are only for documantation (pure classes/interfaces) which I dont want to generate.

I don't think I can do this through CGT since they will create a file any way (or so I supose...)
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Ignoring classes when generating
« Reply #1 on: February 27, 2005, 01:13:10 pm »
When you do a package generate you can select from the list what classes you would like generated.

Alternatively, if it didn't adversly affect the documentation that you would like to produce you could actually place them outside the package that you are going to generate.  You could even create a seperate namespace heirachy for it.

Simon