You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/09/28 19:50:20 UTC

svn commit: r292231 - /myfaces/build/branches/1_1_1/build.xml

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>



Re: svn commit: r292231 - /myfaces/build/branches/1_1_1/build.xml

Posted by Sean Schofield <se...@gmail.com>.
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 <mk...@gmail.com> 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, schof@apache.org <sc...@apache.org> 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>
> >
> >
> >
>

Re: svn commit: r292231 - /myfaces/build/branches/1_1_1/build.xml

Posted by Mike Kienenberger <mk...@gmail.com>.
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, schof@apache.org <sc...@apache.org> 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>
>
>
>