You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by James Mitchell <jm...@apache.org> on 2005/08/25 14:27:13 UTC

Gump

Do we even care about gump failures?  (See below)

I have 3 line fix for this.

$svn mv build.xml build.legacy.xml
$maven ant
$svn add build.xml


Then doing ...
$ant dist

...(which is what gump is doing) takes me 1 min and 4 seconds if it  
has to download the dependencies.


Craig, I believe your nightly build would be the only one (that I can  
think of) that might be adversely affected by this.  Any chance you  
could try the above steps and see if it breaks?  I can send you the  
proposed (resulting) build.xml if that helps.


--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM:   jmitchtx
Yahoo: jmitchtx
MSN:   jmitchell@apache.org
Skype: jmitchtx



On Aug 24, 2005, at 7:20 AM, Stefan Bodewig wrote:


> To whom it may engage...
>
> This is an automated request, but not an unsolicited one. For
> more information please visit http://gump.apache.org/nagged.html,
> and/or contact the folk at general@gump.apache.org.
>
> Project struts-core has an issue affecting its community integration.
> This issue affects 5 projects,
>  and has been outstanding for 35 runs.
> The current state of this project is 'Failed', with reason 'Build  
> Failed'.
> For reference only, the following projects are affected by this:
>     - fulcrum-quartz :  Services Framework
>     - jakarta-turbine-jcs :  Cache
>     - quartz :  Job Scheduler
>     - struts-core :  Model 2 Model-View-Controller framework for  
> Servlets and JSP
>     - struts-tiles :  Model 2 Model-View-Controller framework for  
> Servlets and JSP
>
>
<snip/>

>
> BUILD FAILED
> /x1/gump/public/workspace/struts/core/build.xml:312: /x1/gump/ 
> public/workspace/struts/core/doc/userGuide not found.
>
> Total time: 5 seconds
> ---------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Gump

Posted by James Mitchell <jm...@apache.org>.
I'll go ahead and commit what I have.  Mine should be up to date.

If not, we can always fix it later.  But 'almost up to date and  
working' is always better than 'broken' :)

--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM:   jmitchtx
Yahoo: jmitchtx
MSN:   jmitchell@apache.org
Skype: jmitchtx



On Aug 25, 2005, at 12:41 PM, Craig McClanahan wrote:

> On 8/25/05, James Mitchell <jm...@apache.org> wrote:
>
>> Do we even care about gump failures?  (See below)
>>
>> I have 3 line fix for this.
>>
>> $svn mv build.xml build.legacy.xml
>> $maven ant
>> $svn add build.xml
>>
>>
>> Then doing ...
>> $ant dist
>>
>> ...(which is what gump is doing) takes me 1 min and 4 seconds if it
>> has to download the dependencies.
>>
>>
>
> This is only in the "core" subdirectory, right?  If so, I'm not
> building the 1.3.x nightlies any more ... they're coming from
> someone's execution of the Maven builds.
>
> FWIW, following these steps does indeed make "ant dist" work for me.
> But, it'd be better for someone with a more current Maven installation
> to do the version that is actually checked in, so it's based on the
> most recent Maven plugins.
>
> Craig
>
>
>
>>
>> Craig, I believe your nightly build would be the only one (that I can
>> think of) that might be adversely affected by this.  Any chance you
>> could try the above steps and see if it breaks?  I can send you the
>> proposed (resulting) build.xml if that helps.
>>
>>
>> --
>> James Mitchell
>> Software Engineer / Open Source Evangelist
>> Consulting / Mentoring / Freelance
>> EdgeTech, Inc.
>> http://www.edgetechservices.net/
>> 678.910.8017
>> AIM:   jmitchtx
>> Yahoo: jmitchtx
>> MSN:   jmitchell@apache.org
>> Skype: jmitchtx
>>
>>
>>
>> On Aug 24, 2005, at 7:20 AM, Stefan Bodewig wrote:
>>
>>
>>
>>> To whom it may engage...
>>>
>>> This is an automated request, but not an unsolicited one. For
>>> more information please visit http://gump.apache.org/nagged.html,
>>> and/or contact the folk at general@gump.apache.org.
>>>
>>> Project struts-core has an issue affecting its community  
>>> integration.
>>> This issue affects 5 projects,
>>>  and has been outstanding for 35 runs.
>>> The current state of this project is 'Failed', with reason 'Build
>>> Failed'.
>>> For reference only, the following projects are affected by this:
>>>     - fulcrum-quartz :  Services Framework
>>>     - jakarta-turbine-jcs :  Cache
>>>     - quartz :  Job Scheduler
>>>     - struts-core :  Model 2 Model-View-Controller framework for
>>> Servlets and JSP
>>>     - struts-tiles :  Model 2 Model-View-Controller framework for
>>> Servlets and JSP
>>>
>>>
>>>
>> <snip/>
>>
>>
>>>
>>> BUILD FAILED
>>> /x1/gump/public/workspace/struts/core/build.xml:312: /x1/gump/
>>> public/workspace/struts/core/doc/userGuide not found.
>>>
>>> Total time: 5 seconds
>>> ---------------------------------------------
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Gump

Posted by Craig McClanahan <cr...@gmail.com>.
On 8/25/05, James Mitchell <jm...@apache.org> wrote:
> Do we even care about gump failures?  (See below)
> 
> I have 3 line fix for this.
> 
> $svn mv build.xml build.legacy.xml
> $maven ant
> $svn add build.xml
> 
> 
> Then doing ...
> $ant dist
> 
> ...(which is what gump is doing) takes me 1 min and 4 seconds if it
> has to download the dependencies.
> 

This is only in the "core" subdirectory, right?  If so, I'm not
building the 1.3.x nightlies any more ... they're coming from
someone's execution of the Maven builds.

FWIW, following these steps does indeed make "ant dist" work for me. 
But, it'd be better for someone with a more current Maven installation
to do the version that is actually checked in, so it's based on the
most recent Maven plugins.

Craig


> 
> Craig, I believe your nightly build would be the only one (that I can
> think of) that might be adversely affected by this.  Any chance you
> could try the above steps and see if it breaks?  I can send you the
> proposed (resulting) build.xml if that helps.
> 
> 
> --
> James Mitchell
> Software Engineer / Open Source Evangelist
> Consulting / Mentoring / Freelance
> EdgeTech, Inc.
> http://www.edgetechservices.net/
> 678.910.8017
> AIM:   jmitchtx
> Yahoo: jmitchtx
> MSN:   jmitchell@apache.org
> Skype: jmitchtx
> 
> 
> 
> On Aug 24, 2005, at 7:20 AM, Stefan Bodewig wrote:
> 
> 
> > To whom it may engage...
> >
> > This is an automated request, but not an unsolicited one. For
> > more information please visit http://gump.apache.org/nagged.html,
> > and/or contact the folk at general@gump.apache.org.
> >
> > Project struts-core has an issue affecting its community integration.
> > This issue affects 5 projects,
> >  and has been outstanding for 35 runs.
> > The current state of this project is 'Failed', with reason 'Build
> > Failed'.
> > For reference only, the following projects are affected by this:
> >     - fulcrum-quartz :  Services Framework
> >     - jakarta-turbine-jcs :  Cache
> >     - quartz :  Job Scheduler
> >     - struts-core :  Model 2 Model-View-Controller framework for
> > Servlets and JSP
> >     - struts-tiles :  Model 2 Model-View-Controller framework for
> > Servlets and JSP
> >
> >
> <snip/>
> 
> >
> > BUILD FAILED
> > /x1/gump/public/workspace/struts/core/build.xml:312: /x1/gump/
> > public/workspace/struts/core/doc/userGuide not found.
> >
> > Total time: 5 seconds
> > ---------------------------------------------
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Gump

Posted by James Mitchell <jm...@apache.org>.
Ok, i just checked in the new build.xml, so this should make gump  
happy (for core at least).  I'm not sure if this will bomb for the  
other projects.  If it does, then I'll do the same for the others.


--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM:   jmitchtx
Yahoo: jmitchtx
MSN:   jmitchell@apache.org
Skype: jmitchtx



On Aug 25, 2005, at 2:47 PM, Martin Cooper wrote:

> On 8/25/05, James Mitchell <jm...@apache.org> wrote:
>
>> Do we even care about gump failures?  (See below)
>>
>
> We certainly should, yes.
>
> --
> Martin Cooper
>
>
>
>> I have 3 line fix for this.
>>
>> $svn mv build.xml build.legacy.xml
>> $maven ant
>> $svn add build.xml
>>
>>
>> Then doing ...
>> $ant dist
>>
>> ...(which is what gump is doing) takes me 1 min and 4 seconds if it
>> has to download the dependencies.
>>
>>
>> Craig, I believe your nightly build would be the only one (that I can
>> think of) that might be adversely affected by this.  Any chance you
>> could try the above steps and see if it breaks?  I can send you the
>> proposed (resulting) build.xml if that helps.
>>
>>
>> --
>> James Mitchell
>> Software Engineer / Open Source Evangelist
>> Consulting / Mentoring / Freelance
>> EdgeTech, Inc.
>> http://www.edgetechservices.net/
>> 678.910.8017
>> AIM:   jmitchtx
>> Yahoo: jmitchtx
>> MSN:   jmitchell@apache.org
>> Skype: jmitchtx
>>
>>
>>
>> On Aug 24, 2005, at 7:20 AM, Stefan Bodewig wrote:
>>
>>
>>
>>> To whom it may engage...
>>>
>>> This is an automated request, but not an unsolicited one. For
>>> more information please visit http://gump.apache.org/nagged.html,
>>> and/or contact the folk at general@gump.apache.org.
>>>
>>> Project struts-core has an issue affecting its community  
>>> integration.
>>> This issue affects 5 projects,
>>>  and has been outstanding for 35 runs.
>>> The current state of this project is 'Failed', with reason 'Build
>>> Failed'.
>>> For reference only, the following projects are affected by this:
>>>     - fulcrum-quartz :  Services Framework
>>>     - jakarta-turbine-jcs :  Cache
>>>     - quartz :  Job Scheduler
>>>     - struts-core :  Model 2 Model-View-Controller framework for
>>> Servlets and JSP
>>>     - struts-tiles :  Model 2 Model-View-Controller framework for
>>> Servlets and JSP
>>>
>>>
>>>
>> <snip/>
>>
>>
>>>
>>> BUILD FAILED
>>> /x1/gump/public/workspace/struts/core/build.xml:312: /x1/gump/
>>> public/workspace/struts/core/doc/userGuide not found.
>>>
>>> Total time: 5 seconds
>>> ---------------------------------------------
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Gump

Posted by Martin Cooper <mf...@gmail.com>.
On 8/25/05, James Mitchell <jm...@apache.org> wrote:
> Do we even care about gump failures?  (See below)

We certainly should, yes.

--
Martin Cooper


> I have 3 line fix for this.
> 
> $svn mv build.xml build.legacy.xml
> $maven ant
> $svn add build.xml
> 
> 
> Then doing ...
> $ant dist
> 
> ...(which is what gump is doing) takes me 1 min and 4 seconds if it
> has to download the dependencies.
> 
> 
> Craig, I believe your nightly build would be the only one (that I can
> think of) that might be adversely affected by this.  Any chance you
> could try the above steps and see if it breaks?  I can send you the
> proposed (resulting) build.xml if that helps.
> 
> 
> --
> James Mitchell
> Software Engineer / Open Source Evangelist
> Consulting / Mentoring / Freelance
> EdgeTech, Inc.
> http://www.edgetechservices.net/
> 678.910.8017
> AIM:   jmitchtx
> Yahoo: jmitchtx
> MSN:   jmitchell@apache.org
> Skype: jmitchtx
> 
> 
> 
> On Aug 24, 2005, at 7:20 AM, Stefan Bodewig wrote:
> 
> 
> > To whom it may engage...
> >
> > This is an automated request, but not an unsolicited one. For
> > more information please visit http://gump.apache.org/nagged.html,
> > and/or contact the folk at general@gump.apache.org.
> >
> > Project struts-core has an issue affecting its community integration.
> > This issue affects 5 projects,
> >  and has been outstanding for 35 runs.
> > The current state of this project is 'Failed', with reason 'Build
> > Failed'.
> > For reference only, the following projects are affected by this:
> >     - fulcrum-quartz :  Services Framework
> >     - jakarta-turbine-jcs :  Cache
> >     - quartz :  Job Scheduler
> >     - struts-core :  Model 2 Model-View-Controller framework for
> > Servlets and JSP
> >     - struts-tiles :  Model 2 Model-View-Controller framework for
> > Servlets and JSP
> >
> >
> <snip/>
> 
> >
> > BUILD FAILED
> > /x1/gump/public/workspace/struts/core/build.xml:312: /x1/gump/
> > public/workspace/struts/core/doc/userGuide not found.
> >
> > Total time: 5 seconds
> > ---------------------------------------------
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org