WOGen: generated code won't compile...

From: Ian McDougall (ian.mcdougal..mode.com)
Date: Fri Nov 01 2002 - 13:44:02 EST

  • Next message: Ian McDougall: "[SOLVED] WOGen: generated code won't compile..."

    I'm running into the compiler error message when attempting to compile
    classes created by the wogen ant task:

    "the hierarchy of the type _CLASSNAME is inconsistent"

    for each entity (CLASSNAME) superclass file generated from my eomodel.

    my ant task looks like:

            <!-- generate EO classes -->
            <taskdef name="wogen"
    classname="org.objectstyle.woproject.ant.WOGenerator">
            </taskdef>

            <target name="generate_eo_classes">
                    <wogen map="MyModel.eomodeld" destDir="eosrc" usepkgpath="false" />
            </target>

    What am I doing wrong?

    _ _ _
    Ian McDougall ian.mcdougal..mode.com



    This archive was generated by hypermail 2.0.0 : Fri Nov 01 2002 - 13:44:07 EST