You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2006/08/31 16:09:58 UTC

Qpid renaming status

I've removed the remaining couple of "blaze"s in the cpp tree. Python is
already renamed, at this point only the Java tree remains.

Can someone who has their hands in the java code do this? eclipse is
probably the best tool for this but you'll need a bit of find/grep/perl
-pi -e s/blaze/qpid/ to pick up stuff that's not in .java source
files." 

Warning: if using find make sure to use "-name .svn -prune" so you don't
mess with files in .svn directories. I torched my working copy the first
time I tried this on cpp.

Cheers,
Alan.


Re: Qpid renaming status

Posted by Carl Trieloff <cc...@redhat.com>.
Steve,

Go ahead - I am sure I missed some of them which the my sed scripts.

Regards
Carl.

Steve Vinoski wrote:
> My bad, the renaming of those scripts is already done, but there were 
> some problems in the server script that I fixed, and I also fixed the 
> readme. Note, though, that "ant test" doesn't pass for me, presumably 
> because something broke during the renaming effort. I'll try to track 
> it down, but I'm not very familiar with the code yet.
>
> --steve
>
> On Sep 3, 2006, at 11:00 PM, Steve Vinoski wrote:
>
>> I assume we also want to rename the various shell scripts, 
>> environment variables, etc. to remove references to blaze and replace 
>> them with qpid? I will do this in my local copy but won't commit it 
>> until I get an OK from the group.
>>
>> --steve
>>
>> On Sep 3, 2006, at 10:24 PM, Carl Trieloff wrote:
>>
>>>
>>> Head compiles and also includes amqp -> apache rename.
>>> Rev 384 builds and is all the changes from blaze to qpid.
>>>
>>> Thus form orq.amqp.blaze -> orq.apache.qpid
>>>
>>> I think I have most of them however there might still be some issues
>>> around the CERTs etc. Calling it a night so feel free to correct minor
>>> items as you go.  Will try also have bdb slit by thursday and back 
>>> to a stable
>>> tree.
>>>
>>> Regards
>>> Carl.
>>>
>>>
>>> Carl Trieloff wrote:
>>>>
>>>> Rev 384 builds and is all the changes from blaze to qpid.
>>>>
>>>> I have not yet completed the change from amqp -> apache. Archi you 
>>>> are welcome to do this. I have
>>>> moved all the source around "hopefully correctly in svn. I found 
>>>> that combining svn move and mass
>>>> file changes was very bad...
>>>>
>>>> Any, I can't quite get the build system figured yet with all the 
>>>> amqp SSL keywords. So Archi if you use
>>>> your scripts for that it would be great.
>>>>
>>>> Let me know if you want me to help.
>>>>
>>>> Carl.
>>>>
>>>> Archit Shah wrote:
>>>>> Nevermind. This is what I get for not reading all of my mail 
>>>>> before posting.
>>>>>
>>>>>  -- Archit Shah
>>>>>
>>>>> Archit Shah wrote:
>>>>>>> I've removed the remaining couple of "blaze"s in the cpp tree. 
>>>>>>> Python is
>>>>>>> already renamed, at this point only the Java tree remains.
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@etp.108.redhat.com
>>> For additional commands, e-mail: dev-help@etp.108.redhat.com
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@etp.108.redhat.com
>> For additional commands, e-mail: dev-help@etp.108.redhat.com
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@etp.108.redhat.com
> For additional commands, e-mail: dev-help@etp.108.redhat.com
>


Re: Qpid renaming status

Posted by Steve Vinoski <vi...@iona.com>.
My bad, the renaming of those scripts is already done, but there were  
some problems in the server script that I fixed, and I also fixed the  
readme. Note, though, that "ant test" doesn't pass for me, presumably  
because something broke during the renaming effort. I'll try to track  
it down, but I'm not very familiar with the code yet.

--steve

On Sep 3, 2006, at 11:00 PM, Steve Vinoski wrote:

> I assume we also want to rename the various shell scripts,  
> environment variables, etc. to remove references to blaze and  
> replace them with qpid? I will do this in my local copy but won't  
> commit it until I get an OK from the group.
>
> --steve
>
> On Sep 3, 2006, at 10:24 PM, Carl Trieloff wrote:
>
>>
>> Head compiles and also includes amqp -> apache rename.
>> Rev 384 builds and is all the changes from blaze to qpid.
>>
>> Thus form orq.amqp.blaze -> orq.apache.qpid
>>
>> I think I have most of them however there might still be some issues
>> around the CERTs etc. Calling it a night so feel free to correct  
>> minor
>> items as you go.  Will try also have bdb slit by thursday and back  
>> to a stable
>> tree.
>>
>> Regards
>> Carl.
>>
>>
>> Carl Trieloff wrote:
>>>
>>> Rev 384 builds and is all the changes from blaze to qpid.
>>>
>>> I have not yet completed the change from amqp -> apache. Archi  
>>> you are welcome to do this. I have
>>> moved all the source around "hopefully correctly in svn. I found  
>>> that combining svn move and mass
>>> file changes was very bad...
>>>
>>> Any, I can't quite get the build system figured yet with all the  
>>> amqp SSL keywords. So Archi if you use
>>> your scripts for that it would be great.
>>>
>>> Let me know if you want me to help.
>>>
>>> Carl.
>>>
>>> Archit Shah wrote:
>>>> Nevermind. This is what I get for not reading all of my mail  
>>>> before posting.
>>>>
>>>>  -- Archit Shah
>>>>
>>>> Archit Shah wrote:
>>>>>> I've removed the remaining couple of "blaze"s in the cpp tree.  
>>>>>> Python is
>>>>>> already renamed, at this point only the Java tree remains.
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@etp.108.redhat.com
>> For additional commands, e-mail: dev-help@etp.108.redhat.com
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@etp.108.redhat.com
> For additional commands, e-mail: dev-help@etp.108.redhat.com
>


Re: Qpid renaming status

Posted by Steve Vinoski <vi...@iona.com>.
I assume we also want to rename the various shell scripts,  
environment variables, etc. to remove references to blaze and replace  
them with qpid? I will do this in my local copy but won't commit it  
until I get an OK from the group.

--steve

On Sep 3, 2006, at 10:24 PM, Carl Trieloff wrote:

>
> Head compiles and also includes amqp -> apache rename.
> Rev 384 builds and is all the changes from blaze to qpid.
>
> Thus form orq.amqp.blaze -> orq.apache.qpid
>
> I think I have most of them however there might still be some issues
> around the CERTs etc. Calling it a night so feel free to correct minor
> items as you go.  Will try also have bdb slit by thursday and back  
> to a stable
> tree.
>
> Regards
> Carl.
>
>
> Carl Trieloff wrote:
>>
>> Rev 384 builds and is all the changes from blaze to qpid.
>>
>> I have not yet completed the change from amqp -> apache. Archi you  
>> are welcome to do this. I have
>> moved all the source around "hopefully correctly in svn. I found  
>> that combining svn move and mass
>> file changes was very bad...
>>
>> Any, I can't quite get the build system figured yet with all the  
>> amqp SSL keywords. So Archi if you use
>> your scripts for that it would be great.
>>
>> Let me know if you want me to help.
>>
>> Carl.
>>
>> Archit Shah wrote:
>>> Nevermind. This is what I get for not reading all of my mail  
>>> before posting.
>>>
>>>  -- Archit Shah
>>>
>>> Archit Shah wrote:
>>>>> I've removed the remaining couple of "blaze"s in the cpp tree.  
>>>>> Python is
>>>>> already renamed, at this point only the Java tree remains.
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@etp.108.redhat.com
> For additional commands, e-mail: dev-help@etp.108.redhat.com
>


Re: Qpid renaming status

Posted by Carl Trieloff <cc...@redhat.com>.
Head compiles and also includes amqp -> apache rename.
Rev 384 builds and is all the changes from blaze to qpid.

Thus form orq.amqp.blaze -> orq.apache.qpid

I think I have most of them however there might still be some issues
around the CERTs etc. Calling it a night so feel free to correct minor
items as you go.  Will try also have bdb slit by thursday and back to a 
stable
tree.

Regards
Carl.


Carl Trieloff wrote:
>
> Rev 384 builds and is all the changes from blaze to qpid.
>
> I have not yet completed the change from amqp -> apache. Archi you are 
> welcome to do this. I have
> moved all the source around "hopefully correctly in svn. I found that 
> combining svn move and mass
> file changes was very bad...
>
> Any, I can't quite get the build system figured yet with all the amqp 
> SSL keywords. So Archi if you use
> your scripts for that it would be great.
>
> Let me know if you want me to help.
>
> Carl.
>
> Archit Shah wrote:
>> Nevermind. This is what I get for not reading all of my mail before 
>> posting.
>>
>>  -- Archit Shah
>>
>> Archit Shah wrote:
>>>> I've removed the remaining couple of "blaze"s in the cpp tree. 
>>>> Python is
>>>> already renamed, at this point only the Java tree remains.
>


Re: Qpid renaming status

Posted by Carl Trieloff <cc...@redhat.com>.
Rev 384 builds and is all the changes from blaze to qpid.

I have not yet completed the change from amqp -> apache. Archi you are 
welcome to do this. I have
moved all the source around "hopefully correctly in svn. I found that 
combining svn move and mass
file changes was very bad...

Any, I can't quite get the build system figured yet with all the amqp 
SSL keywords. So Archi if you use
your scripts for that it would be great.

Let me know if you want me to help.

Carl.

Archit Shah wrote:
> Nevermind. This is what I get for not reading all of my mail before 
> posting.
>
>  -- Archit Shah
>
> Archit Shah wrote:
>>> I've removed the remaining couple of "blaze"s in the cpp tree. 
>>> Python is
>>> already renamed, at this point only the Java tree remains.


Re: Qpid renaming status

Posted by Archit Shah <ar...@alum.mit.edu>.
Nevermind. This is what I get for not reading all of my mail before posting.

  -- Archit Shah

Archit Shah wrote:
>> I've removed the remaining couple of "blaze"s in the cpp tree. Python is
>> already renamed, at this point only the Java tree remains.

Re: Qpid renaming status

Posted by Archit Shah <ar...@alum.mit.edu>.
Alan Conway wrote:
> I've removed the remaining couple of "blaze"s in the cpp tree. Python is
> already renamed, at this point only the Java tree remains.

I'll have this done before Sunday morning. The Java code is a bit more 
developed so there are a few more complications than just renaming the 
code (e.g. SSL certificate name, version string returned by startup script).

  -- Archit Shah