EOModelDoc generation failing

From: David Holt (programmingos..ac.com)
Date: Mon Jul 26 2010 - 19:09:44 UTC

  • Next message: Cyril MORISSE: "Re: WOD Error Message question"

    In my new installation on Snow Leopard, the following build commands no longer find the modelgroup:

                    <java jar="Documentation/eomodeldoc.jar"
                          fork="true"
                          maxmemory="256m">
                        <arg value="-templates" />
                        <arg value="Documentation/EOModelDocTemplates" />
                            <arg value="-model" />
                            <arg value="Resources/ModernP2PModel.eomodeld" />
                        <arg value="-output" />
                        <arg value="Documentation/ModelDoc" />
                        <arg value="-modelgroup" />
                        <arg value="." />
                    </java>

    The output in the console looks like this:

         [java] SimpleManifestEOModelGroupFactory, Searching:
         [java] EclipseProjectEOModelGroupFactory, Searching:
         [java] Done: Documentation/ModelDoc/index.html

    and the output is empty.

    The -modelgroup parameter appears to be failing.

    When I explicitly set the path to the model it works fine, but it doesn't find ERAttachment or ERPrototypes which are on the build path.

    Not a big deal, but I am wondering if I should file a JIRA or if I am overlooking something?

    Thanks,

    David



    This archive was generated by hypermail 2.0.0 : Mon Jul 26 2010 - 19:10:46 UTC