Re: EOGenerator vs. JavaGenerator vs. VelocityGenerator ?

From: James Cicenia (jame..imijon.com)
Date: Mon Dec 03 2007 - 10:44:17 EST

  • Next message: David Holt: "Re: EOGenerator vs. JavaGenerator vs. VelocityGenerator ?"

    I just didn't fight it any more... I had changed that line and it
    indeed put the proper package at the top... however, it did not put it
    in the Eclipse package.
    So I threw my hands up and used the filter to get them out of the way
    and let them reside in the same package with the subclasses.

    James

    On Dec 3, 2007, at 9:39 AM, Pierce T. Wetter III wrote:

    >
    > On Dec 1, 2007, at 1:52 PM, James Cicenia wrote:
    >
    >> Pierce -
    >>
    >> Thank you for your opinion. I have decided that I will now use
    >> VelocityGenerator. You mad some compelling points.
    >>
    >> Now... after using it just now.. how the heck to I get it to put my
    >> superclasses in a specific package? I just the package part of the
    >> template and that works as my Java source shows the package
    >> correctly put it is placing the files in the wrong Eclipse package.
    >>
    >> Thank you very much,
    >
    > I didn't do anything special. I have the package name as part of
    > the class name in the eomodels file. The templates have:
    >
    > #if ($entity.packageName)
    > package $entity.packageName;
    >
    > #end
    >
    > At the top.
    >
    > Pierce
    >



    This archive was generated by hypermail 2.0.0 : Mon Dec 03 2007 - 10:45:42 EST