Re: Fix for XCode builds

From: Anjo Krank (kran..ogicunited.com)
Date: Fri Sep 01 2006 - 05:21:18 EDT

  • Next message: Ulrich Köster: "Re: New source format"

    Sorry, it's still not working correctly.

    Turn of the auto build and add the index task to your build.xml. I
    use this in my build.xml for the meantime (don't forget to upgrade
    your woproject.jar). Call up with

      ant index

    Cheers, Anjo

    ...

    <target name="index" depends="setProps,init.build,build.index"/>

    <target name="build.index">
                    
            <taskdef name="woframework"
    classname="org.objectstyle.woproject.ant.XcodeIndex" />

            <woframework projectFile="LUNeutralLook.xcodeproj" xcodeProj="true" >
                        <sources dir=".">
                                   <patternset>
                                       <include name="**/*.java" />
                            </patternset>
                        </sources>
                        <wsresources dir=".">
                                   <patternset>
                                       <includesfile name="woproject/wsresources.include.patternset"/>
                                    <excludesfile name="woproject/wsresources.exclude.patternset"/>
                            </patternset>
                    </wsresources>
                        <resources dir=".">
                                   <patternset>
                                       <includesfile name="woproject/resources.include.patternset"/>
                                    <excludesfile name="woproject/resources.exclude.patternset"/>
                            </patternset>
                            </resources>
                            <frameworks root="${wo.wosystemroot}">
                               <patternset>
                                   <includesfile name="woproject/
    ant.frameworks.wo.wosystemroot" />
                               </patternset>
                            </frameworks>
                            <frameworks root="${wo.wolocalroot}">
                               <patternset>
                                   <includesfile name="woproject/
    ant.frameworks.wo.wolocalroot" />
                               </patternset>
                            </frameworks>
                </woframework>
    </target>

    ...

    Am 01.09.2006 um 07:12 schrieb Stephen R. Smith:

    > Excellent - thanks, and I'll keep that in mind in future.
    >
    > Cheers,
    > :Steve
    >
    >
    > --
    > Stephen R. Smith Tel: 905.633.9178
    > Senior Developer Fax: 905.634.1064
    > Align Software Inc. Email: ssmit..lignsoft.com
    > WWW: http://www.alignsoft.com/
    > WWW: http://365tomorrows.com/
    > ----------------------------------------------------------------------
    > -
    > "bringing order to chaos in the information age"
    > ----------------------------------------------------------------------
    > -
    >
    >
    >
    >> From: Anjo Krank <kran..ogicunited.com>
    >> Reply-To: <woproject-de..bjectstyle.org>
    >> Date: Fri, 1 Sep 2006 06:49:27 +0200
    >> To: <woproject-de..bjectstyle.org>
    >> Subject: Re: Fix for XCode builds
    >>
    >>
    >> Am 31.08.2006 um 23:41 schrieb Stephen R. Smith:
    >>> this the .xcode and .xcodeproj files being incomplete bug that
    >>> you're
    >>> talking about here?
    >>> (he asks, hopefully :-)
    >>
    >> Yes. As rapid-turnaround is totally broken without it, it was getting
    >> on my nerves :[
    >>
    >>> I noticed that there are no comments on jira for this bug (wol-268)
    >>> - and
    >>> being new to the bug reporting/monitoring process (in this
    >>> context at
    >>> least), I'm wondering if I reported the bug correctly, provided
    >>> enough
    >>> information etc., and what normally happens once a bug is in the
    >>> system.
    >>
    >> I just didn't see there was a report yet. The report is fine, one
    >> thing would be very nice though: to include a link when you talk
    >> about bugs :) Like so:
    >>
    >> http://objectstyle.org/jira/browse/WOL-268
    >>
    >> BTW, these files can also be created via ant, so next time around you
    >> could create an XCodeIndex task (which looks exactly like a
    >> WOFramework or WOApplication task) and simply run it.
    >>
    >> Cheers, Anjo
    >
    >



    This archive was generated by hypermail 2.0.0 : Fri Sep 01 2006 - 05:27:51 EDT