Re: Problem with pbx index

From: Jonathan 'Wolf' Rentzsch (webobject..edshed.net)
Date: Tue Jul 29 2003 - 12:11:29 EDT

  • Next message: Sebastien Groutars: "Re: Problem with pbx index"

    Sebastien Groutars, sgroutar..enali.be, wrote:
    >When I open the project.pbxproject, projectBuilder is openning with all
    >my *.eomodeld but when I try to open this eomodeld with the EOModler,
    >there is no reference to the prototype.

    Where are you keeping your prototypes? I keep mine in another framework,
    and use the following task to include it:

    <typedef name="frameworks"
    classname="org.objectstyle.woproject.ant.FrameworkSet"/>
    <frameworks root=".." id="developer.frameworks" embed="true">
      <include name="FrontBasePrototypes/out/FrontBasePrototypes.framework"/>
    </frameworks>
    <target name="build" depends="-sub.build">
      <taskdef name="pbxindex"
    classname="org.objectstyle.woproject.ant.PBXIndex"/>
      <pbxindex projectFile="./PBX.pbproj">
        <resources dir=".">
          <include name="*.eomodeld"/>
        </resources>
        <frameworks refid="developer.frameworks"/>
      </pbxindex>
    </target>

    .......................................................
    Jonathan 'Wolf' Rentzsch http://rentzsch.com
    Red Shed Software http://redshed.net (847) 584-7465
    PGP: b2af 1a09 f881 ebde c9d6 c4d2 c04f a3c0 3ec5 d5f2

             "better" necessarily means "different"



    This archive was generated by hypermail 2.0.0 : Tue Jul 29 2003 - 12:07:21 EDT