Yes I noticed that as well.  Merging the branch down to the trunk is
on my "todo" list for today.  (This is why last night's build failed
btw.)

sean

On 9/28/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> Sean, this appears to be broken in the current trunk as well.
> I'm trying to use the sandbox for the first time (graphicImageAjax),
> and it's now skipping over the sandbox build when using "ant" by
> itself.
>
> I've manually applied your patch to what I checked out, and it's working.
>
> On 9/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Author: schof
> > Date: Wed Sep 28 10:50:17 2005
> > New Revision: 292231
> >
> > URL: http://svn.apache.org/viewcvs?rev=292231&view=rev
> > Log:
> > now building sandbox stuff (and in correct order)
> >
> > Modified:
> >     myfaces/build/branches/1_1_1/build.xml
> >
> > Modified: myfaces/build/branches/1_1_1/build.xml
> > URL: 
> > http://svn.apache.org/viewcvs/myfaces/build/branches/1_1_1/build.xml?rev=292231&r1=292230&r2=292231&view=diff
> > ==============================================================================
> > --- myfaces/build/branches/1_1_1/build.xml (original)
> > +++ myfaces/build/branches/1_1_1/build.xml Wed Sep 28 10:50:17 2005
> > @@ -499,6 +499,9 @@
> >              <property name="subproject" value="tomahawk"/>
> >          </ant>
> >          <ant target="subproject">
> > +            <property name="subproject" value="sandbox"/>
> > +        </ant>
> > +        <ant target="subproject">
> >              <property name="subproject" value="examples"/>
> >          </ant>
> >      </target>
> >
> >
> >
>

Reply via email to