You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Nick Chalko <ni...@chalko.com> on 2004/02/10 08:41:57 UTC

re POI is having trouble with gump was: GUMP

I will look into it.

Avik Sengupta wrote:

>Anybody know how GUMP knows about branches? I could not see any
>difference in the jakarta-poi and jakarata-poi3, so am confused. How
>were they set up initially. 
>
>
>
>On Fri, 2004-01-30 at 14:05, Glen Stampoultzis wrote:
>  
>
>>I think the contrib package has those dependencies.
>>
>>I'd like to see any external dependencies removed.
>>
>>Regards,
>>
>>Glen
>>
>>At 04:35 PM 28/01/2004, you wrote:
>>    
>>
>>>Any idea why POI's dependency list on gump includes commons-collection,
>>>commons-beanutil and commons-lang?
>>>
>>>Does anyone have a local install of gump where one can test a build
>>>after changing the project definition?
>>>
>>>Regards
>>>-
>>>Avik
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: poi-dev-help@jakarta.apache.org
>>>      
>>>
>>Glen Stampoultzis
>>gstamp@iinet.net.au
>>http://members.iinet.net.au/~gstamp/glen/
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: poi-dev-help@jakarta.apache.org
>  
>



Re: re POI is having trouble with gump was: GUMP

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 10 Feb 2004, Adam R. B. Jack <aj...@trysybase.com> wrote:

> BTW: Any thoughts on a way to ask Gump to start from fresh on a
> module, delete the local copies? Gump doesn't know if metadata
> changes (at least today).

Maybe we should change that instead of introducing a delete-once
marker?

Stefan

Re: re POI is having trouble with gump was: GUMP

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> It seems to me that Python Gump is NOT acting on the "tag" attribute,
> but is only getting the code from HEAD. (does a manual cvs co need to be
> done?) Traditional gump however is handling this correctly.

Gumpy seem to be aware of tag, and uses " -r 'tag' " on the CVS command line
for both checkout and update. I wondered if the issue was a change in the
'location' (like Stefan recently mentioned) but I don't think that is it
also.

Looking at this I see no -r -- so I have to assume an internal wiring
problem.

http://lsd.student.utwente.nl/gump/jakarta-poi/work/update_jakarta-poi.html

My initial suspicion (from looking at the code) is it'd take tag on <cvs but
not on <module. I'll fix that to look at both.

    ------------------------

BTW: Any thoughts on a way to ask Gump to start from fresh on a module,
delete the local copies? Gump doesn't know if metadata changes (at least
today). If we added a flag into the metadata we'd (quite likely) leave it in
be accident, and have it over used. We need something "one time", but
distributed...

We could add a version number into the metadata, both for format -- but also
for module and project 'metadata version'. We could do a clean checkout each
time the module version incremented (c.f. the value stored in the DB.)

    ------------------------

> Feel free to hit me with a cluebat if required :)

No you don't, but if you happen to have a  "CVS cluebat" handy, mind giving
me a whack w/ it? I'm pure monkey see, monkey do on CVS stuff., sorry.

regards

Adam


Re: re POI is having trouble with gump was: GUMP

Posted by Avik Sengupta <av...@itellix.com>.
> Looks like the cvs command is missing the -rTAGNAME option
> 
> see
> http://lsd.student.utwente.nl/gump/jakarta-poi/work/update_jakarta-poi.html

Oh..ok .. thanks... 

But is that an issue with Python Gump code, or do I need to do something
to the project definition file? 

-
Avik 

PS. sorry if I sound clueless.. still learning abt gump. 

On Tue, 2004-02-10 at 23:58, Nick Chalko wrote:
> Avik Sengupta wrote:
> 



Re: re POI is having trouble with gump was: GUMP

Posted by Nick Chalko <ni...@chalko.com>.
Avik Sengupta wrote:

>[keeping this to gump list]
>Hey, Nick, thanks for checking this out... 
>
>I figured this out thanks to Glen, but now I have a different problem.. 
>
>The current POI definitions are : 
>jakarta-poi - CVS REL_2_BRANCH, release code , build should be ok
>jakarta-poi-3 - CVS HEAD, experimental code , tests fail
>
>It seems to me that Python Gump is NOT acting on the "tag" attribute,
>but is only getting the code from HEAD. (does a manual cvs co need to be
>done?) Traditional gump however is handling this correctly. 
>
>see
>http://gump.covalent.net/log/jakarta-poi.html
>http://gump.covalent.net/log/jakarta-poi-3.html
>vs
>http://lsd.student.utwente.nl/gump/jakarta-poi/jakarta-poi.html
>http://lsd.student.utwente.nl/gump/jakarta-poi-3/jakarta-poi-3.html
>
>Feel free to hit me with a cluebat if required :)
>
>  
>
>


Looks like the cvs command is missing the -rTAGNAME option

see
http://lsd.student.utwente.nl/gump/jakarta-poi/work/update_jakarta-poi.html


Re: re POI is having trouble with gump was: GUMP

Posted by Avik Sengupta <av...@itellix.com>.
[keeping this to gump list]
Hey, Nick, thanks for checking this out... 

I figured this out thanks to Glen, but now I have a different problem.. 

The current POI definitions are : 
jakarta-poi - CVS REL_2_BRANCH, release code , build should be ok
jakarta-poi-3 - CVS HEAD, experimental code , tests fail

It seems to me that Python Gump is NOT acting on the "tag" attribute,
but is only getting the code from HEAD. (does a manual cvs co need to be
done?) Traditional gump however is handling this correctly. 

see
http://gump.covalent.net/log/jakarta-poi.html
http://gump.covalent.net/log/jakarta-poi-3.html
vs
http://lsd.student.utwente.nl/gump/jakarta-poi/jakarta-poi.html
http://lsd.student.utwente.nl/gump/jakarta-poi-3/jakarta-poi-3.html

Feel free to hit me with a cluebat if required :)

TIA
-
Avik


On Tue, 2004-02-10 at 13:22, Nick Chalko wrote:
> The barnch is set in
> 
> <module name="jakarta-poi" tag="REL_2_BRANCH" href="project/jakarta-poi.xml">
> 
> see
> 
> http://lsd.student.utwente.nl/gump/jakarta-poi/index_details.html#Definition
> 
> 
> Nick Chalko wrote:
> 
> > I will look into it.
> >
> > Avik Sengupta wrote:
> >
> >> Anybody know how GUMP knows about branches? I could not see any
> >> difference in the jakarta-poi and jakarata-poi3, so am confused. How
> >> were they set up initially.
> >>
> >>
> >> On Fri, 2004-01-30 at 14:05, Glen Stampoultzis wrote:
> >>  
> >>
> >>> I think the contrib package has those dependencies.
> >>>
> >>> I'd like to see any external dependencies removed.
> >>>
> >>> Regards,
> >>>
> >>> Glen
> >>>
> >>> At 04:35 PM 28/01/2004, you wrote:
> >>>   
> >>>
> >>>> Any idea why POI's dependency list on gump includes 
> >>>> commons-collection,
> >>>> commons-beanutil and commons-lang?
> >>>>
> >>>> Does anyone have a local install of gump where one can test a build
> >>>> after changing the project definition?
> >>>>
> >>>> Regards
> >>>> -
> >>>> Avik
> >>>>
> >>>>
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> >>>> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
> >>>>     
> >>>
> >>> Glen Stampoultzis
> >>> gstamp@iinet.net.au
> >>> http://members.iinet.net.au/~gstamp/glen/
> >>>   
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
> >>  
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: poi-dev-help@jakarta.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
> 


Re: re POI is having trouble with gump was: GUMP

Posted by Nick Chalko <ni...@chalko.com>.
The barnch is set in

<module name="jakarta-poi" tag="REL_2_BRANCH" href="project/jakarta-poi.xml">

see

http://lsd.student.utwente.nl/gump/jakarta-poi/index_details.html#Definition


Nick Chalko wrote:

> I will look into it.
>
> Avik Sengupta wrote:
>
>> Anybody know how GUMP knows about branches? I could not see any
>> difference in the jakarta-poi and jakarata-poi3, so am confused. How
>> were they set up initially.
>>
>>
>> On Fri, 2004-01-30 at 14:05, Glen Stampoultzis wrote:
>>  
>>
>>> I think the contrib package has those dependencies.
>>>
>>> I'd like to see any external dependencies removed.
>>>
>>> Regards,
>>>
>>> Glen
>>>
>>> At 04:35 PM 28/01/2004, you wrote:
>>>   
>>>
>>>> Any idea why POI's dependency list on gump includes 
>>>> commons-collection,
>>>> commons-beanutil and commons-lang?
>>>>
>>>> Does anyone have a local install of gump where one can test a build
>>>> after changing the project definition?
>>>>
>>>> Regards
>>>> -
>>>> Avik
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
>>>>     
>>>
>>> Glen Stampoultzis
>>> gstamp@iinet.net.au
>>> http://members.iinet.net.au/~gstamp/glen/
>>>   
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
>>  
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-dev-help@jakarta.apache.org




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


Re: re POI is having trouble with gump was: GUMP

Posted by Nick Chalko <ni...@chalko.com>.
The barnch is set in

<module name="jakarta-poi" tag="REL_2_BRANCH" href="project/jakarta-poi.xml">

see

http://lsd.student.utwente.nl/gump/jakarta-poi/index_details.html#Definition


Nick Chalko wrote:

> I will look into it.
>
> Avik Sengupta wrote:
>
>> Anybody know how GUMP knows about branches? I could not see any
>> difference in the jakarta-poi and jakarata-poi3, so am confused. How
>> were they set up initially.
>>
>>
>> On Fri, 2004-01-30 at 14:05, Glen Stampoultzis wrote:
>>  
>>
>>> I think the contrib package has those dependencies.
>>>
>>> I'd like to see any external dependencies removed.
>>>
>>> Regards,
>>>
>>> Glen
>>>
>>> At 04:35 PM 28/01/2004, you wrote:
>>>   
>>>
>>>> Any idea why POI's dependency list on gump includes 
>>>> commons-collection,
>>>> commons-beanutil and commons-lang?
>>>>
>>>> Does anyone have a local install of gump where one can test a build
>>>> after changing the project definition?
>>>>
>>>> Regards
>>>> -
>>>> Avik
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
>>>>     
>>>
>>> Glen Stampoultzis
>>> gstamp@iinet.net.au
>>> http://members.iinet.net.au/~gstamp/glen/
>>>   
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: poi-dev-help@jakarta.apache.org
>>  
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-dev-help@jakarta.apache.org