[Glass] SyntaxError: Invalid character '\u65533'

Dale Henrichs via Glass glass at lists.gemtalksystems.com
Fri Mar 13 16:32:03 PDT 2015


Dario,

I think the best solution to getting rid of the Zinc 1.1 is to crate a 
custom load expression for pier addOns to exclude top feeder (assuming 
that you don't depend upon top feeder) .... I think top feeder is the 
only project with an explicit dependency ... if there are others we can 
exclude them as well ... I am a fan of making the smallest set of 
changes necessary and I think that we can control which addons are 
loaded by customizing the load expression ...

Presumably we will have a day or two to catch our breath before we dive 
into this again:)

Dale


On 03/13/2015 03:41 PM, Dario Trussardi via Glass wrote:
> Ciao folks,
>
> thanks for the helps.
>
> Now i need to understand how setup the packages.
>
> I can consider right this setup  after 
> load Zinc-Gemstone-JohanBrichau.16 ?
>
> Or it's best recreate the tODE 3.1.0.6 environment and load Zinc 2.4.3 
> or 2.4.3.1
>
> Ciao,
>
> Dario
>
>> I should add: you do not have to use Zinc for the bug to appear 
>> because it’s an overwrite of a method included in the Zinc package 
>> that causes this bad behavior in unrelated parts of the system.
>>
>> Johan
>>
>>> On 13 Mar 2015, at 22:50, Johan Brichau <johan at yesplan.be 
>>> <mailto:johan at yesplan.be>> wrote:
>>>
>>> It’s correct that using the Zinc ports on github will not work when 
>>> you want to use it as a server (with the seaside adaptors).
>>> However, there is some code in that particular package that 
>>> overwrites String>>new:streamContents: with the bug that I describe 
>>> and which made me hit exactly the same issue with bad characters on 
>>> the webpage.
>>>
>>> So, at the very least, load the package I mention. If the problem 
>>> does not go away, we have at least excluded this.
>>>
>>> Johan
>>>
>>>> On 13 Mar 2015, at 22:38, Dale Henrichs via Glass 
>>>> <glass at lists.gemtalksystems.com 
>>>> <mailto:glass at lists.gemtalksystems.com>> wrote:
>>>>
>>>> Dario,
>>>>
>>>> If you try loading a new version of Zinc you might just introduce a 
>>>> whole new set of problems .... you use FastCGI, so the version of 
>>>> Zinc loaded is immaterial and probably has nothing to do with the 
>>>> root cause of this problem ...
>>>>
>>>> Zinc comes in because one of the Pier addOns has a hard dependency 
>>>> on zinc and that particular addon is part of the default group that 
>>>> is loaded by Pier addons ... I picked an older version of Zinc that 
>>>> appeared to be relatively benign (in truth it almost works) to 
>>>> satisfy the pier addon ...
>>>>
>>>> Dale
>>>> On 03/13/2015 02:18 PM, Johan Brichau via Glass wrote:
>>>>> You are probably not using Zinc in Gemstone when you are using 
>>>>> FastCGI.
>>>>>
>>>>> We can quickly check if the issue I mention is the culprit: load 
>>>>> the Zinc-Gemstone-JohanBrichau.16 package from the 
>>>>> http://seaside.gemtalksystems.com/ss/ZincHTTPComponents/ repository.
>>>>> If you check out the version history in that repo, you will see 
>>>>> that this is a fix for such a kind of bug I experienced when 
>>>>> Zinc-Gemstone-PaulDeBruicker.14 was loaded.
>>>>>
>>>>> If the error disappears after loading that package, we are sure.
>>>>>
>>>>> But… this is a very old version of Zinc and if you intend to use 
>>>>> it, please load the more recent port I mentioned.
>>>>>
>>>>> Johan
>>>>>
>>>>>> On 13 Mar 2015, at 22:06, Dario Trussardi via Glass 
>>>>>> <glass at lists.gemtalksystems.com 
>>>>>> <mailto:glass at lists.gemtalksystems.com>> wrote:
>>>>>>
>>>>>> Johan,
>>>>>>
>>>>>> in the incriminated tODE environment result load:
>>>>>>
>>>>>> Zinc-Gemstone (Zinc-Gemstone-PaulDeBruicker.14)
>>>>>> Zinc-GemstonePreliminary (Zinc-GemstonePreliminary-PaulDeBruicker.2)
>>>>>> * Zinc-HTTP (Zinc-HTTP-SvenVanCaekenberghe.162)
>>>>>>
>>>>>>
>>>>>>> Dario,
>>>>>>>
>>>>>>> Loading Zinc from that repository is going to give you a very 
>>>>>>> very old version of Zinc that only works in Pharo.
>>>>>>>
>>>>>>> You should load the one I sent you.
>>>>>>> Loading 2.4.3 or 2.4.3.1 is fine. It’s all mentioned in the 
>>>>>>> README and the script for loading should work.
>>>>>>>
>>>>>>> However, I think it’s best that you either load everything from 
>>>>>>> scratch, or that you make sure to remove all loaded code from 
>>>>>>> the wrong version of Zinc.
>>>>>>>
>>>>>>> Not sure if this is going to fix this problem, but I am sure 
>>>>>>> it’s not a good idea to have that version of Zinc your image.
>>>>>>> Do you actually need it in Gemstone? Because this could never 
>>>>>>> have worked. If you are not using it, don’t load it.
>>>>>>
>>>>>> Do you refer to Zinc packages?
>>>>>> My applications is based on Seaside.
>>>>>>
>>>>>> I don't know if Zinc packages are required for it.
>>>>>>
>>>>>> Thanks,
>>>>>> Dario
>>>>>>
>>>>>>>
>>>>>>> Johan
>>>>>>>
>>>>>>>
>>>>>>>> On 13 Mar 2015, at 21:48, Dario Trussardi via Glass 
>>>>>>>> <glass at lists.gemtalksystems.com 
>>>>>>>> <mailto:glass at lists.gemtalksystems.com>> wrote:
>>>>>>>>
>>>>>>>> Johan,
>>>>>>>>
>>>>>>>>> Dario,
>>>>>>>>>
>>>>>>>>> I’m suspicious about the version of Zinc that is loaded in 
>>>>>>>>> your Gemstone environment. It does not look like the packages 
>>>>>>>>> that are ported to Gemstone.
>>>>>>>>> How did you load Zinc into that environment? You might want to 
>>>>>>>>> load the most recent version of Zinc ported to GS [1].
>>>>>>>>
>>>>>>>> I load Zinc with:
>>>>>>>>
>>>>>>>> GsDeployer
>>>>>>>> bulkMigrate: [
>>>>>>>>   {#( 'XMLSupport' '1.2.2' 
>>>>>>>> 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' 
>>>>>>>> <http://seaside.gemtalksystems.com/ss/MetacelloRepository%27>).
>>>>>>>> #('Seaside3' '3.0.13' 
>>>>>>>> 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' 
>>>>>>>> <http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main%27>).
>>>>>>>>
>>>>>>>> #('ZincHTTPComponents' '1.1' 
>>>>>>>> 'http://www.squeaksource.com/ZincHTTPComponents' 
>>>>>>>> <http://www.squeaksource.com/ZincHTTPComponents%27>).
>>>>>>>>
>>>>>>>> #('Magritte3' '3.0' 
>>>>>>>> 'http://www.squeaksource.com/MetacelloRepository' 
>>>>>>>> <http://www.squeaksource.com/MetacelloRepository%27>).
>>>>>>>> #('Magritte3AddOns' '3.0.0' 
>>>>>>>> 'http://www.squeaksource.com/MetacelloRepository' 
>>>>>>>> <http://www.squeaksource.com/MetacelloRepository%27>).
>>>>>>>>   #('Pier3' '3.0.0' 
>>>>>>>> 'http://www.squeaksource.com/MetacelloRepository' 
>>>>>>>> <http://www.squeaksource.com/MetacelloRepository%27>).
>>>>>>>> #('Pier3AddOns' '3.0.3' 
>>>>>>>> 'http://www.squeaksource.com/MetacelloRepository' 
>>>>>>>> <http://www.squeaksource.com/MetacelloRepository%27>)}
>>>>>>>>     do: [ :ar |
>>>>>>>>       | projectName version repository |
>>>>>>>> projectName := ar at: 1.
>>>>>>>>       version := ar at: 2.
>>>>>>>> repository := ar at: 3.
>>>>>>>> Metacello new
>>>>>>>> configuration: projectName;
>>>>>>>> repository: repository;
>>>>>>>>         get.
>>>>>>>> Metacello new
>>>>>>>> configuration: projectName;
>>>>>>>> version: version;
>>>>>>>> repository: repository;
>>>>>>>> onUpgrade: [ :ex :existing :new |
>>>>>>>> existing locked
>>>>>>>>   ifTrue: [ ex disallow ]
>>>>>>>>   ifFalse: [ ex allow ] ];
>>>>>>>> onConflict: [ :ex | ex disallow ];
>>>>>>>>         load.
>>>>>>>> Metacello new
>>>>>>>> configuration: projectName;
>>>>>>>> version: version;
>>>>>>>> repository: repository;
>>>>>>>>         lock ] ]
>>>>>>>>
>>>>>>>>>
>>>>>>>>> I do remember that the problem I describe was a bug in a very 
>>>>>>>>> old port of Zinc because it overrides some String methods. So 
>>>>>>>>> if you are loading Zinc packages that are only working in 
>>>>>>>>> Pharo, you might end up with some bad String<->ByteArray 
>>>>>>>>> conversions.
>>>>>>>>
>>>>>>>> Which version should I load with:
>>>>>>>>
>>>>>>>> GsDeployerdeploy:[
>>>>>>>>    Metacello  new
>>>>>>>>      baseline:  'ZincHTTPComponents';
>>>>>>>>      repository:  'github://GsDevKit/zinc:2.4.3/repository'  <github://GsDevKit/zinc:2.4.3/repository%27>;
>>>>>>>>      onLock:  [:ex |  ex honor ];
>>>>>>>>      load:  'Tests'  ].
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>> Dario
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Johan
>>>>>>>>>
>>>>>>>>> [1] https://github.com/GsDevKit/zinc
>>>>>>>>>
>>>>>>>>>> On 13 Mar 2015, at 21:18, Johan Brichau <johan at yesplan.be 
>>>>>>>>>> <mailto:johan at yesplan.be>> wrote:
>>>>>>>>>>
>>>>>>>>>> This rings a bell to me… but it’s just a hunch.
>>>>>>>>>>
>>>>>>>>>> I had this kind of error before when some code with streams 
>>>>>>>>>> that got ported from Pharo/Squeak did not take into account 
>>>>>>>>>> that the ‘current position’ in a Pharo stream points to the 
>>>>>>>>>> last used position, while in Gemstone it points to the next 
>>>>>>>>>> free position. Code that manipulates this position and which 
>>>>>>>>>> is simply copied from Pharo to Gemstone will do bad things 
>>>>>>>>>> when trying to create a String from a ByteStream (or 
>>>>>>>>>> vice-versa). I’m pretty sure we had such a bug a long time 
>>>>>>>>>> ago because the bytestream had a bad UTF8 sequence at the end 
>>>>>>>>>> (one byte short I think) and the encoder then puts in this 
>>>>>>>>>> UFT8 character.
>>>>>>>>>>
>>>>>>>>>> The fact that the bad char seems to occur at the end of JS 
>>>>>>>>>> script (or at the end of a statement) seems to confirm an 
>>>>>>>>>> off-by-one byte error in a stream conversion.
>>>>>>>>>>
>>>>>>>>>> I did forget about the details (and the above details are a 
>>>>>>>>>> bit fuzzy) but I will digg a bit in our code and my memory…..
>>>>>>>>>>
>>>>>>>>>> Johan
>>>>>>>>>>
>>>>>>>>>>> On 13 Mar 2015, at 18:24, Dale Henrichs via Glass 
>>>>>>>>>>> <glass at lists.gemtalksystems.com 
>>>>>>>>>>> <mailto:glass at lists.gemtalksystems.com>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Okay, I didn't see the�your original email ... so we need to 
>>>>>>>>>>> find the code that is used to generate this BAD html and we 
>>>>>>>>>>> will be able to find the source of the�and then fix the bug ..
>>>>>>>>>>>
>>>>>>>>>>> Dale
>>>>>>>>>>>
>>>>>>>>>>> On 03/13/2015 10:21 AM, Dario Trussardi via Glass wrote:
>>>>>>>>>>>> Dale,
>>>>>>>>>>>>
>>>>>>>>>>>> this is the browser data when the AJAX don't works fine.
>>>>>>>>>>>>
>>>>>>>>>>>> You can see the � relative to the u65533 error.
>>>>>>>>>>>>
>>>>>>>>>>>> <td rowspan="1"><a 
>>>>>>>>>>>> onclick="$.ajax({"url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=JwqtCFxvup4x41wF","1003"].join("&")})�"><img 
>>>>>>>>>>>> alt="Decrementa" src="/files/DTRFileLibrary/greendown.gif" 
>>>>>>>>>>>> title="Decrementa"></a>  <a 
>>>>>>>>>>>> onclick="$.ajax({"url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=JwqtCFxvup4x41wF","1004"].join("&")})�;$.ajax({"dataType":"script","url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=JwqtCFxvup4x41wF","1005"].join("&")})"><img 
>>>>>>>>>>>> alt="Incrementa" src="/files/DTRFileLibrary/greenup.gif" 
>>>>>>>>>>>> title="Incrementa"></a> <a 
>>>>>>>>>>>> href="/management?_s=Nxh2_d4Ha_a63Mhy&_k=JwqtCFxvup4x41wF&1006"><img 
>>>>>>>>>>>> alt="Elimina voce" src="/files/DTRFileLibrary/scopa.jpg" 
>>>>>>>>>>>> title="Elimina voce"></a></td>
>>>>>>>>>>>> Dario
>>>>>>>>>>>>
>>>>>>>>>>>>> Dale,
>>>>>>>>>>>>>
>>>>>>>>>>>>> i riepilogate:
>>>>>>>>>>>>> into tODE 3.1.0.6 environment when i open the page with 
>>>>>>>>>>>>> some AJAX reference, all works fine for the first 20 - 30 
>>>>>>>>>>>>> - 40 click   ( saw the first html code )
>>>>>>>>>>>>>
>>>>>>>>>>>>> After the system go into error and some AJAX definition 
>>>>>>>>>>>>> report the second html code with the u65533  code reference.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Can is a 'temporary cache memory'  problem? After some use 
>>>>>>>>>>>>> one exception add some data to AJAX rendering ?
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Dario,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It is interesting that the ERROR in inserted there ... I 
>>>>>>>>>>>>>> don't see any \u65533 characters in the the html, so the 
>>>>>>>>>>>>>> invalid character is coming from somewhere else ...
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> As Johan says, I think you need to post the code that 
>>>>>>>>>>>>>> generates this html ... that will give us a clue where 
>>>>>>>>>>>>>> the `ERROR` is coming from and should lead to finding the 
>>>>>>>>>>>>>> actual source of the \u65533.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I work on it.
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Dale
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 03/13/2015 04:22 AM, Dario Trussardi via Glass wrote:
>>>>>>>>>>>>>>> Dale,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Dario,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks for the additional information.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Your Pharo1.4 report was truncated before I could see 
>>>>>>>>>>>>>>>> the Seaside packages ... I just wanted to ensure that 
>>>>>>>>>>>>>>>> the two Seasides were the same, but since it seems that 
>>>>>>>>>>>>>>>> you are running the same Seaside code in both GemStone 
>>>>>>>>>>>>>>>> stones I think we really need to have you isolate the 
>>>>>>>>>>>>>>>> code in your application that is presumably generating 
>>>>>>>>>>>>>>>> the "bad character", because we have to trace the 
>>>>>>>>>>>>>>>> source of the bad character since there's nothing 
>>>>>>>>>>>>>>>> obvious ... from the package perspective ...
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> So at this point some Transcript logging in the areas 
>>>>>>>>>>>>>>>> where you are doing the AJAX responses ... I'm afraid I 
>>>>>>>>>>>>>>>> don't have a lot of experience debugging AJAX and 
>>>>>>>>>>>>>>>> Seaside ... perhaps some folks with experience 
>>>>>>>>>>>>>>>> debugging AJAX calls can step in and provide some advice?
>>>>>>>>>>>>>>> I report the html code associates with a AJAX request.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The first is when all works fine:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> <td rowspan="1"><a 
>>>>>>>>>>>>>>> onclick="$.ajax({"url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=4UJKDadMy0T-bJ_q","163"].join("&")})"><img 
>>>>>>>>>>>>>>> alt="Decrementa" 
>>>>>>>>>>>>>>> src="/files/DTRFileLibrary/greendown.gif" 
>>>>>>>>>>>>>>> title="Decrementa"></a>  <a 
>>>>>>>>>>>>>>> onclick="$.ajax({"url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=4UJKDadMy0T-bJ_q","164"].join("&")});$.ajax({"dataType":"script","url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=4UJKDadMy0T-bJ_q","165"].join("&")})"><img 
>>>>>>>>>>>>>>> alt="Incrementa" src="/files/DTRFileLibrary/greenup.gif" 
>>>>>>>>>>>>>>> title="Incrementa"></a> <a 
>>>>>>>>>>>>>>> href="/management?_s=Nxh2_d4Ha_a63Mhy&_k=4UJKDadMy0T-bJ_q&166"><img 
>>>>>>>>>>>>>>> alt="Elimina voce" src="/files/DTRFileLibrary/scopa.jpg" 
>>>>>>>>>>>>>>> title="Elimina voce"></a></td>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The second is when the AJAX go into error ( i had 
>>>>>>>>>>>>>>> 'ERROR' where html  report  \u65533 )
>>>>>>>>>>>>>
>>>>>>>>>>>>> I intend that where i put the ERROR string into the html 
>>>>>>>>>>>>> code,the relative html source in the browser  report the 
>>>>>>>>>>>>> u65533 character as in your link
>>>>>>>>>>>>>
>>>>>>>>>>>>> http://www.fileformat.info/info/unicode/char/0fffd/index.htm
>>>>>>>>>>>>>
>>>>>>>>>>>>> The email don't manage this character and i add ERROR 
>>>>>>>>>>>>> string to explain the data.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks for any considerations.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Dario
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> <td rowspan="1"><a 
>>>>>>>>>>>>>>> onclick="$.ajax({"url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=JwqtCFxvup4x41wF","1003"].join("&")})�"><img 
>>>>>>>>>>>>>>> alt="Decrementa" 
>>>>>>>>>>>>>>> src="/files/DTRFileLibrary/greendown.gif" 
>>>>>>>>>>>>>>> title="Decrementa"></a>  <a 
>>>>>>>>>>>>>>> onclick="$.ajax({"url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=JwqtCFxvup4x41wF","1004"].join("&")})�;$.ajax({"dataType":"script","url":"/management","data":["_s=Nxh2_d4Ha_a63Mhy","_k=JwqtCFxvup4x41wF","1005"].join("&")})"><img 
>>>>>>>>>>>>>>> alt="Incrementa" src="/files/DTRFileLibrary/greenup.gif" 
>>>>>>>>>>>>>>> title="Incrementa"></a> <a 
>>>>>>>>>>>>>>> href="/management?_s=Nxh2_d4Ha_a63Mhy&_k=JwqtCFxvup4x41wF&1006"><img 
>>>>>>>>>>>>>>> alt="Elimina voce" src="/files/DTRFileLibrary/scopa.jpg" 
>>>>>>>>>>>>>>> title="Elimina voce"></a></td>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I don't understund when e because the system generate 
>>>>>>>>>>>>>>> the second error code, but this is the error.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Dario
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Dale
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 03/12/2015 04:04 PM, Dario Trussardi via Glass wrote:
>>>>>>>>>>>>>>>>> Dale,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Dario,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Again, to make sure that I understand ...
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> the "GLASS 3.1.0.6 environment ( not tODE environment 
>>>>>>>>>>>>>>>>>> )" does not exhibit the "invalid character error" and 
>>>>>>>>>>>>>>>>>> the "incriminated tODE environment" (presumably also 
>>>>>>>>>>>>>>>>>> on 3.1.0.6
>>>>>>>>>>>>>>>>>> )
>>>>>>>>>>>>>>>>> yes it's a 3.1.0.6
>>>>>>>>>>>>>>>>>> does exhibit the "invalid character error"
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Yes, it's right.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> A quick scan of the packages shows that in addition 
>>>>>>>>>>>>>>>>>> to base packages there do appear to be application 
>>>>>>>>>>>>>>>>>> package differences between the two implementations 
>>>>>>>>>>>>>>>>>> (DTR packages), so I would like confirmation that 
>>>>>>>>>>>>>>>>>> your application code in Pharo 1.4 (which works) is 
>>>>>>>>>>>>>>>>>> using the same DTR packages that are in the 
>>>>>>>>>>>>>>>>>> "incriminated tODE environment" ...
>>>>>>>>>>>>>>>>> I update and synchronized the DTR package into the 
>>>>>>>>>>>>>>>>> environment.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Now the DTR package ( the application package ) are 
>>>>>>>>>>>>>>>>> synchronized into all environment.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Perhaps a list of packages from the Pharo1.4 image 
>>>>>>>>>>>>>>>>>> will help ...
>>>>>>>>>>>>>>>>> The Pharo 1.4  report:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ' ()
>>>>>>>>>>>>>>>>> AST-Core (lr.92)
>>>>>>>>>>>>>>>>> AST-Semantic (lr.15)
>>>>>>>>>>>>>>>>> Announcements-Core (StephaneDucasse.31)
>>>>>>>>>>>>>>>>> Announcements-Help (MarcusDenker.5)
>>>>>>>>>>>>>>>>> Announcements-Tests-Core (StephaneDucasse.11)
>>>>>>>>>>>>>>>>> Announcements-View (StephaneDucasse.9)
>>>>>>>>>>>>>>>>> Balloon (MarcusDenker.82)
>>>>>>>>>>>>>>>>> BalloonTests (MarcusDenker.1)
>>>>>>>>>>>>>>>>> BaselineOfFileTree (dkh.4)
>>>>>>>>>>>>>>>>> BaselineOfMetacello (dkh.83)
>>>>>>>>>>>>>>>>> BaselineOfSton (dkh.1)
>>>>>>>>>>>>>>>>> BaselineOfTode (dkh.1)
>>>>>>>>>>>>>>>>> BowWave-Captcha-Core (laza.1)
>>>>>>>>>>>>>>>>> * BowWave-Recaptcha (DTR.12)
>>>>>>>>>>>>>>>>> * CSSBarGraph (pmm.11)
>>>>>>>>>>>>>>>>> Collections-Abstract (MarcusDenker.160)
>>>>>>>>>>>>>>>>> Collections-Arithmetic (StephaneDucasse.6)
>>>>>>>>>>>>>>>>> Collections-Arrayed (MarcusDenker.66)
>>>>>>>>>>>>>>>>> Collections-Atomic (MarcusDenker.5)
>>>>>>>>>>>>>>>>> Collections-BitmapCharacterSet (JAA.5)
>>>>>>>>>>>>>>>>> Collections-Native (MarcusDenker.5)
>>>>>>>>>>>>>>>>> Collections-OrderPreservingDictionary (JAAyer.6)
>>>>>>>>>>>>>>>>> Collections-Sequenceable (MarcusDenker.117)
>>>>>>>>>>>>>>>>> Collections-Stack (MarcusDenker.7)
>>>>>>>>>>>>>>>>> * Collections-Streams (StephaneDucasse.105)
>>>>>>>>>>>>>>>>> * Collections-Strings (MarcusDenker.207)
>>>>>>>>>>>>>>>>> Collections-Support (MarcusDenker.49)
>>>>>>>>>>>>>>>>> Collections-Text (MarcusDenker.77)
>>>>>>>>>>>>>>>>> Collections-Traits (StephaneDucasse.6)
>>>>>>>>>>>>>>>>> Collections-Unordered (MarcusDenker.131)
>>>>>>>>>>>>>>>>> Collections-Weak (IgorStasenko.59)
>>>>>>>>>>>>>>>>> CollectionsTests (Integrator.557)
>>>>>>>>>>>>>>>>> Comet-Core (lr.51)
>>>>>>>>>>>>>>>>> Comet-Examples (lr.23)
>>>>>>>>>>>>>>>>> Comet-Pharo-Core (lr.6)
>>>>>>>>>>>>>>>>> Comet-Tests-Core (lr.11)
>>>>>>>>>>>>>>>>> CommandShell-Base (dtl.23)
>>>>>>>>>>>>>>>>> CommandShell-Commands (dtl.10)
>>>>>>>>>>>>>>>>> CommandShell-Morphic (dtl.1)
>>>>>>>>>>>>>>>>> CommandShell-Piping (dtl.10)
>>>>>>>>>>>>>>>>> CommandShell-UI (dtl.9)
>>>>>>>>>>>>>>>>> Compatibility (MarcusDenker.8)
>>>>>>>>>>>>>>>>> Compiler (MarcusDenker.322)
>>>>>>>>>>>>>>>>> CompilerTests (marcusDenker.104)
>>>>>>>>>>>>>>>>> Compression (StephaneDucasse.93)
>>>>>>>>>>>>>>>>> CompressionTests (MarcusDenker.2)
>>>>>>>>>>>>>>>>> ConfigurationOfBase (DTR.3)
>>>>>>>>>>>>>>>>> ConfigurationOfCommandShell (ThierryGoubier.15)
>>>>>>>>>>>>>>>>> * ConfigurationOfDTR (DTR.6)
>>>>>>>>>>>>>>>>> ConfigurationOfDtrBase (DTR.11)
>>>>>>>>>>>>>>>>> ConfigurationOfFFI (tbn.28)
>>>>>>>>>>>>>>>>> ConfigurationOfFileTree (dkh.66)
>>>>>>>>>>>>>>>>> ConfigurationOfGofer (dkh.36)
>>>>>>>>>>>>>>>>> ConfigurationOfGrease (dkh.189)
>>>>>>>>>>>>>>>>> ConfigurationOfHelpSystem (DaleHenrichs.13)
>>>>>>>>>>>>>>>>> ConfigurationOfJQueryWidgetBox (tbn.65)
>>>>>>>>>>>>>>>>> ConfigurationOfMagritte3 (StephaneDucasse.25)
>>>>>>>>>>>>>>>>> ConfigurationOfMagritte3AddOns (NickAger.23)
>>>>>>>>>>>>>>>>> ConfigurationOfMagritteMagic (NickAger.6)
>>>>>>>>>>>>>>>>> ConfigurationOfMetacello (dkh.800)
>>>>>>>>>>>>>>>>> ConfigurationOfMetacelloPreview (dkh.51)
>>>>>>>>>>>>>>>>> ConfigurationOfMockGemStone (DTR.4)
>>>>>>>>>>>>>>>>> ConfigurationOfNAFileUpload (NickAger.2)
>>>>>>>>>>>>>>>>> ConfigurationOfOSProcess (SeanDeNigris.26)
>>>>>>>>>>>>>>>>> ConfigurationOfOmniBrowser (topa.185)
>>>>>>>>>>>>>>>>> ConfigurationOfOpenDBXDriver (GuillermoPolito.19)
>>>>>>>>>>>>>>>>> ConfigurationOfPier3 (NickAger.18)
>>>>>>>>>>>>>>>>> ConfigurationOfPier3AddOns (NickAger.61)
>>>>>>>>>>>>>>>>> * ConfigurationOfProva (DTR.6)
>>>>>>>>>>>>>>>>> ConfigurationOfRefactoringBrowser (topa.76)
>>>>>>>>>>>>>>>>> ConfigurationOfSIXX (mu.4)
>>>>>>>>>>>>>>>>> ConfigurationOfSPort2 (DaleHenrichs.4)
>>>>>>>>>>>>>>>>> ConfigurationOfSeaside30 (dkh.407)
>>>>>>>>>>>>>>>>> * ConfigurationOfSeaside31 (pmm.8)
>>>>>>>>>>>>>>>>> ConfigurationOfSeasideRest (NickAger.11)
>>>>>>>>>>>>>>>>> ConfigurationOfTopFeeder (NickAger.15)
>>>>>>>>>>>>>>>>> ConfigurationOfTwitterBootstrap (NickAger.8)
>>>>>>>>>>>>>>>>> ConfigurationOfXMLSupport (NorbertHartl.64)
>>>>>>>>>>>>>>>>> ConfigurationOfXMLWriter (StephaneDucasse.21)
>>>>>>>>>>>>>>>>> ConfigurationOfZincHTTPComponents (SvenVanCaekenberghe.29)
>>>>>>>>>>>>>>>>> ConfigurationOfZodiac (SeanDeNigris.2)
>>>>>>>>>>>>>>>>> * Crossfade (pmm.8)
>>>>>>>>>>>>>>>>> DTRAlbums (DTR.451)
>>>>>>>>>>>>>>>>> DTRCassa (DTR.22)
>>>>>>>>>>>>>>>>> DTRConfigGruppi (DTR.2)
>>>>>>>>>>>>>>>>> DTRCore (DTR.417)
>>>>>>>>>>>>>>>>> * DTRErrorePorting (DTR.26)
>>>>>>>>>>>>>>>>> DTRMetaDb (DTR.5)
>>>>>>>>>>>>>>>>> DTRMonticelloProblem (DTR.6)
>>>>>>>>>>>>>>>>> * DTRMonticelloProblemA ()
>>>>>>>>>>>>>>>>> DTRPackage1 (DTR.1)
>>>>>>>>>>>>>>>>> DTRPackage1A (DTR.2)
>>>>>>>>>>>>>>>>> DTRPackage2 (DTR.2)
>>>>>>>>>>>>>>>>> DTRPackage3 (DTR.1)
>>>>>>>>>>>>>>>>> DTRPackageBase (DTR.2)
>>>>>>>>>>>>>>>>> * DTRPier (DTR.446)
>>>>>>>>>>>>>>>>> * DTRPierApprodo (DTR.444)
>>>>>>>>>>>>>>>>> DTRPierFollia (DTR.2)
>>>>>>>>>>>>>>>>> DTRPierIST ()
>>>>>>>>>>>>>>>>> DTRPierMOL (DTR.401)
>>>>>>>>>>>>>>>>> * DTRPierOrizzonte (DTR.444)
>>>>>>>>>>>>>>>>> DTRtraccia (DTR.2)
>>>>>>>>>>>>>>>>> DTRworking (DTR.1)
>>>>>>>>>>>>>>>>> * DarioTest (DTR.1)
>>>>>>>>>>>>>>>>> Deprecated14 (EstebanLorenzano.54)
>>>>>>>>>>>>>>>>> * DtrAssociazioni (DTR.5)
>>>>>>>>>>>>>>>>> DtrBase (DTR.420)
>>>>>>>>>>>>>>>>> DtrCRP (DTR.411)
>>>>>>>>>>>>>>>>> DtrConfig (DTR.412)
>>>>>>>>>>>>>>>>> DtrConfigMenuOnLine (DTR.4)
>>>>>>>>>>>>>>>>> DtrCrossfade (DTR.408)
>>>>>>>>>>>>>>>>> DtrFinanza (DTR.417)
>>>>>>>>>>>>>>>>> DtrGestionale (DTR.412)
>>>>>>>>>>>>>>>>> DtrGoogle (DTR.408)
>>>>>>>>>>>>>>>>> DtrLogin (DTR.426)
>>>>>>>>>>>>>>>>> DtrMA (DTR.410)
>>>>>>>>>>>>>>>>> DtrMRP (DTR.408)
>>>>>>>>>>>>>>>>> DtrMagazzino (DTR.413)
>>>>>>>>>>>>>>>>> DtrMagritteAuto (DTR.407)
>>>>>>>>>>>>>>>>> DtrMenuOnLine (DTR.417)
>>>>>>>>>>>>>>>>> DtrMicroObj (DTR.414)
>>>>>>>>>>>>>>>>> DtrMock (DTR.403)
>>>>>>>>>>>>>>>>> DtrPrinterTicket (DTR.5)
>>>>>>>>>>>>>>>>> DtrRedu (DTR.405)
>>>>>>>>>>>>>>>>> DtrReduPorting (DTR.408)
>>>>>>>>>>>>>>>>> EmergencyEvaluator (MarcusDenker.25)
>>>>>>>>>>>>>>>>> EventModel (StephaneDucasse.1)
>>>>>>>>>>>>>>>>> FFI-Kernel (tbn.25)
>>>>>>>>>>>>>>>>> FFI-MacOS (spd.5)
>>>>>>>>>>>>>>>>> FFI-Pools (eem.3)
>>>>>>>>>>>>>>>>> FFI-Tests (tbn.6)
>>>>>>>>>>>>>>>>> FFI-Unix (mtf.4)
>>>>>>>>>>>>>>>>> FFI-Win32 (tbn.11)
>>>>>>>>>>>>>>>>> FileSystem-AnsiStreams (MarcusDenker.4)
>>>>>>>>>>>>>>>>> FileSystem-Core (EstebanLorenzano.8)
>>>>>>>>>>>>>>>>> FileSystem-Disk (EstebanLorenzano.8)
>>>>>>>>>>>>>>>>> FileSystem-Memory (EstebanLorenzano.6)
>>>>>>>>>>>>>>>>> FileSystem-Tests-AnsiStreams (MarcusDenker.4)
>>>>>>>>>>>>>>>>> FileSystem-Tests-Core (EstebanLorenzano.8)
>>>>>>>>>>>>>>>>> FileSystem-Tests-Disk (EstebanLorenzano.6)
>>>>>>>>>>>>>>>>> FileSystem-Tests-Memory (MarcusDenker.4)
>>>>>>>>>>>>>>>>> FileSystem-Zip (EstebanLorenzano.6)
>>>>>>>>>>>>>>>>> Files (MarcusDenker.ducasse.231)
>>>>>>>>>>>>>>>>> FixUnderscores (MarcusDenker.23)
>>>>>>>>>>>>>>>>> FreeType (MarcusDenker.574)
>>>>>>>>>>>>>>>>> FreeTypeTests (StephaneDucasse.3)
>>>>>>>>>>>>>>>>> GS ()
>>>>>>>>>>>>>>>>> GS-packageA ()
>>>>>>>>>>>>>>>>> GemTools-ClientGCI (dkh.35)
>>>>>>>>>>>>>>>>> GemTools-ClientPlatform (dkh.7)
>>>>>>>>>>>>>>>>> GemTools-ClientSession (dkh.50)
>>>>>>>>>>>>>>>>> Gofer-Core (StephaneDucasse.147)
>>>>>>>>>>>>>>>>> Gofer-Tests (MarcusDenker.131)
>>>>>>>>>>>>>>>>> * GoogleMaps (jgf.23)
>>>>>>>>>>>>>>>>> Graphics-Display Objects (MarcusDenker.70)
>>>>>>>>>>>>>>>>> Graphics-External (MarcusDenker.10)
>>>>>>>>>>>>>>>>> Graphics-Files (MarcusDenker.25)
>>>>>>>>>>>>>>>>> Graphics-Fonts (EstebanLorenzano.52)
>>>>>>>>>>>>>>>>> * Graphics-Primitives (MarcusDenker.73)
>>>>>>>>>>>>>>>>> Graphics-Resources (MarcusDenker.13)
>>>>>>>>>>>>>>>>> Graphics-Support (MarcusDenker.13)
>>>>>>>>>>>>>>>>> Graphics-Tests (MarcusDenker.22)
>>>>>>>>>>>>>>>>> Graphics-Text (...etc...
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> At the end of the day, we still need to find the 
>>>>>>>>>>>>>>>>>> source of the "invalid character" so If you could 
>>>>>>>>>>>>>>>>>> identify the code that is invoked by the AJAX call 
>>>>>>>>>>>>>>>>>> that generates the "invalid character error" we will 
>>>>>>>>>>>>>>>>>> have an idea which of the many package differences is 
>>>>>>>>>>>>>>>>>> at fault ...
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I notice that the XML packages are different in the 
>>>>>>>>>>>>>>>>>> two environments, but I have no evidence that XML 
>>>>>>>>>>>>>>>>>> could be involved in producing the "invalid 
>>>>>>>>>>>>>>>>>> character"... we need the application context to do 
>>>>>>>>>>>>>>>>>> that ...
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Dale
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The  "GLASS 3.1.0.6 environment ( not tODE environment 
>>>>>>>>>>>>>>>>> ) report:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 'Announcements (Announcements.v3-dkh.18)
>>>>>>>>>>>>>>>>> Base-Bootstrap (Base-Bootstrap.v3-dkh.29)
>>>>>>>>>>>>>>>>> BaselineOfDtrLogin (BaselineOfDtrLogin-DTR.8)
>>>>>>>>>>>>>>>>> BaselineOfDtrMOL (BaselineOfDtrMOL-DTR.2)
>>>>>>>>>>>>>>>>> BaselineOfDtrSupport (BaselineOfDtrSupport-DTR.3)
>>>>>>>>>>>>>>>>> BaselineOfFileTree (BaselineOfFileTree-dkh.4)
>>>>>>>>>>>>>>>>> BaselineOfGrease (BaselineOfGrease-JohanBrichau.7)
>>>>>>>>>>>>>>>>> BaselineOfMetacello (BaselineOfMetacello-dkh.85)
>>>>>>>>>>>>>>>>> BaselineOfSIXX (BaselineOfSIXX-dkh.1)
>>>>>>>>>>>>>>>>> * Bootstrap (Bootstrap.v3-DaleHenrichs.230)
>>>>>>>>>>>>>>>>> Change-Notification (Change-Notification.v3-dkh.20)
>>>>>>>>>>>>>>>>> Collections-BitmapCharacterSet 
>>>>>>>>>>>>>>>>> (Collections-BitmapCharacterSet-JAA.5)
>>>>>>>>>>>>>>>>> Collections-OrderPreservingDictionary 
>>>>>>>>>>>>>>>>> (Collections-OrderPreservingDictionary.g-dkh.11)
>>>>>>>>>>>>>>>>> Collections-Support (Collections-Support.g-dkh.46)
>>>>>>>>>>>>>>>>> ConfigurationOfDtrBase (ConfigurationOfDtrBase-DTR.10)
>>>>>>>>>>>>>>>>> ConfigurationOfDtrSupport 
>>>>>>>>>>>>>>>>> (ConfigurationOfDtrSupport-DTR.1)
>>>>>>>>>>>>>>>>> ConfigurationOfFileTree (ConfigurationOfFileTree-dkh.66)
>>>>>>>>>>>>>>>>> ConfigurationOfGLASS (ConfigurationOfGLASS-dkh.250)
>>>>>>>>>>>>>>>>> ConfigurationOfGofer (ConfigurationOfGofer-dkh.44)
>>>>>>>>>>>>>>>>> ConfigurationOfGoferProjectLoader 
>>>>>>>>>>>>>>>>> (ConfigurationOfGoferProjectLoader-DaleHenrichs.21)
>>>>>>>>>>>>>>>>> ConfigurationOfGrease (ConfigurationOfGrease-dkh.270)
>>>>>>>>>>>>>>>>> ConfigurationOfGsCore (ConfigurationOfGsCore-dkh.297)
>>>>>>>>>>>>>>>>> ConfigurationOfGsFastCGI (ConfigurationOfGsFastCGI-dkh.18)
>>>>>>>>>>>>>>>>> ConfigurationOfGsMisc (ConfigurationOfGsMisc-dkh.116)
>>>>>>>>>>>>>>>>> ConfigurationOfGsMonticello 
>>>>>>>>>>>>>>>>> (ConfigurationOfGsMonticello-dkh.173)
>>>>>>>>>>>>>>>>> ConfigurationOfGsOB (ConfigurationOfGsOB-dkh.89)
>>>>>>>>>>>>>>>>> ConfigurationOfGsSIXX (ConfigurationOfGsSIXX-dkh.11)
>>>>>>>>>>>>>>>>> ConfigurationOfGsSqueakCommon 
>>>>>>>>>>>>>>>>> (ConfigurationOfGsSqueakCommon-dkh.25)
>>>>>>>>>>>>>>>>> ConfigurationOfJQueryWidgetBox 
>>>>>>>>>>>>>>>>> (ConfigurationOfJQueryWidgetBox-PaulDeBruicker.69)
>>>>>>>>>>>>>>>>> ConfigurationOfMagritte3 
>>>>>>>>>>>>>>>>> (ConfigurationOfMagritte3-EstebanLorenzano.64)
>>>>>>>>>>>>>>>>> ConfigurationOfMagritte3AddOns 
>>>>>>>>>>>>>>>>> (ConfigurationOfMagritte3AddOns-NickAger.23)
>>>>>>>>>>>>>>>>> ConfigurationOfMetacello 
>>>>>>>>>>>>>>>>> (ConfigurationOfMetacello-dkh.800)
>>>>>>>>>>>>>>>>> ConfigurationOfMetacelloPreview 
>>>>>>>>>>>>>>>>> (ConfigurationOfMetacelloPreview-dkh.54)
>>>>>>>>>>>>>>>>> ConfigurationOfNAFileUpload 
>>>>>>>>>>>>>>>>> (ConfigurationOfNAFileUpload-StephanEggermont.6)
>>>>>>>>>>>>>>>>> ConfigurationOfPier3 (ConfigurationOfPier3-TudorGirba.19)
>>>>>>>>>>>>>>>>> * ConfigurationOfPier3AddOns 
>>>>>>>>>>>>>>>>> (ConfigurationOfPier3AddOns-BrucePrior.62)
>>>>>>>>>>>>>>>>> ConfigurationOfSeaside3 
>>>>>>>>>>>>>>>>> (ConfigurationOfSeaside3-JohanBrichau.218)
>>>>>>>>>>>>>>>>> ConfigurationOfSeaside30 
>>>>>>>>>>>>>>>>> (ConfigurationOfSeaside30-PaulDeBruicker.397)
>>>>>>>>>>>>>>>>> ConfigurationOfSwazoo2 
>>>>>>>>>>>>>>>>> (ConfigurationOfSwazoo2-JohanBrichau.58)
>>>>>>>>>>>>>>>>> ConfigurationOfTopFeeder 
>>>>>>>>>>>>>>>>> (ConfigurationOfTopFeeder-NickAger.15)
>>>>>>>>>>>>>>>>> ConfigurationOfTwitterBootstrap 
>>>>>>>>>>>>>>>>> (ConfigurationOfTwitterBootstrap-DiegoLont.16)
>>>>>>>>>>>>>>>>> ConfigurationOfXMLSupport 
>>>>>>>>>>>>>>>>> (ConfigurationOfXMLSupport-dkh.69)
>>>>>>>>>>>>>>>>> ConfigurationOfXMLWriter (ConfigurationOfXMLWriter-dkh.23)
>>>>>>>>>>>>>>>>> ConfigurationOfZincHTTPComponents 
>>>>>>>>>>>>>>>>> (ConfigurationOfZincHTTPComponents-SvenVanCaekenberghe.50)
>>>>>>>>>>>>>>>>> * Core (Core.v3-DaleHenrichs.76)
>>>>>>>>>>>>>>>>> * Crossfade (Crossfade-pmm.8)
>>>>>>>>>>>>>>>>> CSSBarGraph (CSSBarGraph-pmm.11)
>>>>>>>>>>>>>>>>> DTRAlbums (DTRAlbums-DTR.451)
>>>>>>>>>>>>>>>>> DtrAssociazioni (DtrAssociazioni-DTR.5)
>>>>>>>>>>>>>>>>> DtrBase (DtrBase-DTR.420)
>>>>>>>>>>>>>>>>> DTRCassa (DTRCassa-DTR.22)
>>>>>>>>>>>>>>>>> DtrConfig (DtrConfig-DTR.412)
>>>>>>>>>>>>>>>>> DTRConfigGruppi (DTRConfigGruppi-DTR.1)
>>>>>>>>>>>>>>>>> DtrConfigMenuOnLine (DtrConfigMenuOnLine-DTR.4)
>>>>>>>>>>>>>>>>> DTRCore (DTRCore-DTR.417)
>>>>>>>>>>>>>>>>> DtrCrossfade (DtrCrossfade-DTR.408)
>>>>>>>>>>>>>>>>> DtrCRP (DtrCRP-DTR.411)
>>>>>>>>>>>>>>>>> DtrFinanza (DtrFinanza-DTR.417)
>>>>>>>>>>>>>>>>> DtrGestionale (DtrGestionale-DTR.412)
>>>>>>>>>>>>>>>>> DtrGoogle (DtrGoogle-DTR.408)
>>>>>>>>>>>>>>>>> DtrLogin (DtrLogin-DTR.426)
>>>>>>>>>>>>>>>>> DtrMA (DtrMA-DTR.410)
>>>>>>>>>>>>>>>>> DtrMagazzino (DtrMagazzino-DTR.413)
>>>>>>>>>>>>>>>>> DtrMagritteAuto (DtrMagritteAuto-DTR.407)
>>>>>>>>>>>>>>>>> DtrMenuOnLine (DtrMenuOnLine-DTR.417)
>>>>>>>>>>>>>>>>> DTRMetaDb (DTRMetaDb-DTR.5)
>>>>>>>>>>>>>>>>> * DtrMicroObj (DtrMicroObj-DTR.414)
>>>>>>>>>>>>>>>>> DtrMRP (DtrMRP-DTR.408)
>>>>>>>>>>>>>>>>> DTROnlyForOODB (DTROnlyForOODB-DTR.187)
>>>>>>>>>>>>>>>>> DTRPier (DTRPier-DTR.445)
>>>>>>>>>>>>>>>>> DtrPrinterTicket (DtrPrinterTicket-DTR.5)
>>>>>>>>>>>>>>>>> DtrRedu (DtrRedu-DTR.405)
>>>>>>>>>>>>>>>>> DtrReduPorting (DtrReduPorting-DTR.407)
>>>>>>>>>>>>>>>>> FastCGI (FastCGI-dkh.33)
>>>>>>>>>>>>>>>>> FastCGIPool (FastCGIPool-dkh.2)
>>>>>>>>>>>>>>>>> GemStone-ANSI-Streams (GemStone-ANSI-Streams-dkh.9)
>>>>>>>>>>>>>>>>> GemStone-Deployment (GemStone-Deployment.v310-dkh.26)
>>>>>>>>>>>>>>>>> GemStone-Indexing-Extensions 
>>>>>>>>>>>>>>>>> (GemStone-Indexing-Extensions-dkh.3)
>>>>>>>>>>>>>>>>> GemStone-Release-Support (GemStone-Release-Support-dkh.67)
>>>>>>>>>>>>>>>>> Gofer-Core (Gofer-Core.gemstone-dkh.137)
>>>>>>>>>>>>>>>>> GoferProjectLoader (GoferProjectLoader-DaleHenrichs.25)
>>>>>>>>>>>>>>>>> * GoogleMaps (GoogleMaps-jgf.23)
>>>>>>>>>>>>>>>>> Grease-Core (Grease-Core-JohanBrichau.94)
>>>>>>>>>>>>>>>>> Grease-GemStone-Core 
>>>>>>>>>>>>>>>>> (Grease-GemStone-Core-JohanBrichau.55)
>>>>>>>>>>>>>>>>> Grease-GemStone300-Core 
>>>>>>>>>>>>>>>>> (Grease-GemStone300-Core-JohanBrichau.5)
>>>>>>>>>>>>>>>>> Grease-Tests-Core (Grease-Tests-Core-pmm.99)
>>>>>>>>>>>>>>>>> Grease-Tests-GemStone-Core 
>>>>>>>>>>>>>>>>> (Grease-Tests-GemStone-Core-dkh.14)
>>>>>>>>>>>>>>>>> GsSqueakCommon-Core (GsSqueakCommon-Core-dkh.10)
>>>>>>>>>>>>>>>>> GsSqueakCommon-Core.3x (GsSqueakCommon-Core.3x-dkh.4)
>>>>>>>>>>>>>>>>> GsSqueakCommon-Tests (GsSqueakCommon-Tests-dkh.2)
>>>>>>>>>>>>>>>>> GsUpgrader-Core (GsUpgrader-Core-dkh.38)
>>>>>>>>>>>>>>>>> JadeServer (JadeServer-dkh.13)
>>>>>>>>>>>>>>>>> Javascript-Core (Javascript-Core-pmm.94)
>>>>>>>>>>>>>>>>> Javascript-GemStone-Core 
>>>>>>>>>>>>>>>>> (Javascript-GemStone-Core-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Javascript-Jasmine (Javascript-Jasmine-NickAger.2)
>>>>>>>>>>>>>>>>> Javascript-Tests-Core (Javascript-Tests-Core-pmm.68)
>>>>>>>>>>>>>>>>> JQuery-Core (JQuery-Core-lr.123)
>>>>>>>>>>>>>>>>> JQuery-Extensions (JQuery-Extensions-DTR.7)
>>>>>>>>>>>>>>>>> JQuery-Tests-Core (JQuery-Tests-Core-NickAger.132)
>>>>>>>>>>>>>>>>> JQuery-Tests-UI (JQuery-Tests-UI-pmm.82)
>>>>>>>>>>>>>>>>> JQuery-UI (JQuery-UI.gemstone-dkh.81)
>>>>>>>>>>>>>>>>> JQWidgetBox-Core (JQWidgetBox-Core-tbn.2)
>>>>>>>>>>>>>>>>> JQWidgetBox-FormExample-Core 
>>>>>>>>>>>>>>>>> (JQWidgetBox-FormExample-Core-tbn.2)
>>>>>>>>>>>>>>>>> JQWidgetBox-JSTree-Core 
>>>>>>>>>>>>>>>>> (JQWidgetBox-JSTree-Core-NickAger.17)
>>>>>>>>>>>>>>>>> JQWidgetBox-UILayout-Core 
>>>>>>>>>>>>>>>>> (JQWidgetBox-UILayout-Core-obi.2)
>>>>>>>>>>>>>>>>> Magritte-GemStone-Model 
>>>>>>>>>>>>>>>>> (Magritte-GemStone-Model-NickAger.3)
>>>>>>>>>>>>>>>>> Magritte-GemStone-Seaside 
>>>>>>>>>>>>>>>>> (Magritte-GemStone-Seaside-DaleHenrichs.2)
>>>>>>>>>>>>>>>>> Magritte-Json (Magritte-Json-NickAger.18)
>>>>>>>>>>>>>>>>> Magritte-Model (Magritte-Model-NickAger.431)
>>>>>>>>>>>>>>>>> * Magritte-Seaside (Magritte-Seaside-NickAger.355)
>>>>>>>>>>>>>>>>> Magritte-XMLBinding (Magritte-XMLBinding-NickAger.85)
>>>>>>>>>>>>>>>>> Metacello-Base (Metacello-Base-dkh.123)
>>>>>>>>>>>>>>>>> Metacello-Bitbucket (Metacello-Bitbucket-dkh.5)
>>>>>>>>>>>>>>>>> Metacello-Core (Metacello-Core-dkh.806)
>>>>>>>>>>>>>>>>> Metacello-FileTree (Metacello-FileTree-dkh.36)
>>>>>>>>>>>>>>>>> Metacello-GitBasedRepository 
>>>>>>>>>>>>>>>>> (Metacello-GitBasedRepository-dkh.13)
>>>>>>>>>>>>>>>>> Metacello-GitHub (Metacello-GitHub-dkh.44)
>>>>>>>>>>>>>>>>> Metacello-GS3x-Platform (Metacello-GS3x-Platform-dkh.1)
>>>>>>>>>>>>>>>>> Metacello-MC (Metacello-MC-dkh.722)
>>>>>>>>>>>>>>>>> Metacello-Platform (Metacello-Platform.gemstone-dkh.56)
>>>>>>>>>>>>>>>>> Metacello-ToolBox (Metacello-ToolBox-dkh.139)
>>>>>>>>>>>>>>>>> Monticello (Monticello.v3-dkh.456)
>>>>>>>>>>>>>>>>> * MonticelloFileTree-Core 
>>>>>>>>>>>>>>>>> (MonticelloFileTree-Core-dkh.166)
>>>>>>>>>>>>>>>>> MonticelloFileTree-FileDirectory-Utilities 
>>>>>>>>>>>>>>>>> (MonticelloFileTree-FileDirectory-Utilities-dkh.15)
>>>>>>>>>>>>>>>>> NAFileUpload-Base (NAFileUpload-Base-PaulDeBruicker.13)
>>>>>>>>>>>>>>>>> NAFileUpload-Component 
>>>>>>>>>>>>>>>>> (NAFileUpload-Component-NickAger.49)
>>>>>>>>>>>>>>>>> OB-GemStone-Platform (OB-GemStone-Platform-dkh.69)
>>>>>>>>>>>>>>>>> OB-Metacello (OB-Metacello-dkh.83)
>>>>>>>>>>>>>>>>> OB-Monticello (OB-Monticello-DaleHenrichs.103)
>>>>>>>>>>>>>>>>> OB-Standard (OB-Standard.v3-dkh.448)
>>>>>>>>>>>>>>>>> OB-SUnitGUI (OB-SUnitGUI.g-dkh.61)
>>>>>>>>>>>>>>>>> OB-SUnitIntegration (OB-SUnitIntegration-dkh.10)
>>>>>>>>>>>>>>>>> OB-SymbolListBrowser (OB-SymbolListBrowser-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> OB-Tools (OB-Tools.v3-dkh.136)
>>>>>>>>>>>>>>>>> OmniBrowser (OmniBrowser-DaleHenrichs.447)
>>>>>>>>>>>>>>>>> PackageInfo-Base (PackageInfo-Base.g-dkh.36)
>>>>>>>>>>>>>>>>> Pier-Admin (Pier-Admin-NickAger.87)
>>>>>>>>>>>>>>>>> Pier-Blog (Pier-Blog-NickAger.158)
>>>>>>>>>>>>>>>>> Pier-Book (Pier-Book.gemstone-NickAger.159)
>>>>>>>>>>>>>>>>> Pier-Design (Pier-Design-NickAger.12)
>>>>>>>>>>>>>>>>> Pier-Documents (Pier-Documents-NickAger.29)
>>>>>>>>>>>>>>>>> Pier-EditorEnh (Pier-EditorEnh-NickAger.62)
>>>>>>>>>>>>>>>>> Pier-Exporter-Code (Pier-Exporter-Code-TudorGirba.53)
>>>>>>>>>>>>>>>>> Pier-FileUpload-Common-Wysiwyg 
>>>>>>>>>>>>>>>>> (Pier-FileUpload-Common-Wysiwyg-NickAger.8)
>>>>>>>>>>>>>>>>> Pier-FileUpload-Wysiwyg 
>>>>>>>>>>>>>>>>> (Pier-FileUpload-Wysiwyg-NickAger.6)
>>>>>>>>>>>>>>>>> Pier-GemStone-Model (Pier-GemStone-Model-NickAger.4)
>>>>>>>>>>>>>>>>> Pier-GemStone-Seaside 
>>>>>>>>>>>>>>>>> (Pier-GemStone-Seaside-DaleHenrichs.1)
>>>>>>>>>>>>>>>>> Pier-Google (Pier-Google-NickAger.20)
>>>>>>>>>>>>>>>>> Pier-JQuery (Pier-JQuery-NickAger.13)
>>>>>>>>>>>>>>>>> Pier-Kernel-Distributions 
>>>>>>>>>>>>>>>>> (Pier-Kernel-Distributions-NickAger.52)
>>>>>>>>>>>>>>>>> Pier-LinkChecker (Pier-LinkChecker-lr.7)
>>>>>>>>>>>>>>>>> Pier-Model (Pier-Model-NickAger.424)
>>>>>>>>>>>>>>>>> * Pier-Seaside (Pier-Seaside-NickAger.536)
>>>>>>>>>>>>>>>>> * Pier-Security (Pier-Security-NickAger.184)
>>>>>>>>>>>>>>>>> Pier-Shout (Pier-Shout-NickAger.5)
>>>>>>>>>>>>>>>>> Pier-TagCloud (Pier-TagCloud-NickAger.26)
>>>>>>>>>>>>>>>>> Pier-Tests-Wysiwyg (Pier-Tests-Wysiwyg-NickAger.17)
>>>>>>>>>>>>>>>>> Pier-Wysiwyg (Pier-Wysiwyg-NickAger.83)
>>>>>>>>>>>>>>>>> Prototype-Core (Prototype-Core-lr.25)
>>>>>>>>>>>>>>>>> Prototype-Tests-Core (Prototype-Tests-Core-lr.13)
>>>>>>>>>>>>>>>>> Regex-Core (Regex-Core-DaleHenrichs.3)
>>>>>>>>>>>>>>>>> Regex-Tests-Core (Regex-Tests-Core-DaleHenrichs.5)
>>>>>>>>>>>>>>>>> RSS-Core (RSS-Core-lr.67)
>>>>>>>>>>>>>>>>> RSS-Examples (RSS-Examples-lr.26)
>>>>>>>>>>>>>>>>> RSS-Tests-Core (RSS-Tests-Core-lr.30)
>>>>>>>>>>>>>>>>> * Scriptaculous-Components 
>>>>>>>>>>>>>>>>> (Scriptaculous-Components-lr.111)
>>>>>>>>>>>>>>>>> Scriptaculous-Core (Scriptaculous-Core-pmm.102)
>>>>>>>>>>>>>>>>> Scriptaculous-Tests-Components 
>>>>>>>>>>>>>>>>> (Scriptaculous-Tests-Components-lr.39)
>>>>>>>>>>>>>>>>> Scriptaculous-Tests-Core (Scriptaculous-Tests-Core-pmm.61)
>>>>>>>>>>>>>>>>> Seaside-Adaptors-FastCGI (Seaside-Adaptors-FastCGI-dkh.26)
>>>>>>>>>>>>>>>>> Seaside-Adaptors-Swazoo (Seaside-Adaptors-Swazoo-pmm.42)
>>>>>>>>>>>>>>>>> Seaside-Canvas (Seaside-Canvas.gemstone-dkh.119)
>>>>>>>>>>>>>>>>> Seaside-Component (Seaside-Component-jok.92)
>>>>>>>>>>>>>>>>> * Seaside-Core (Seaside-Core.gemstone-dkh.774)
>>>>>>>>>>>>>>>>> * Seaside-Development (Seaside-Development-pmm.156)
>>>>>>>>>>>>>>>>> Seaside-Email (Seaside-Email-PaulDeBruicker.24)
>>>>>>>>>>>>>>>>> Seaside-Environment (Seaside-Environment-NickAger.77)
>>>>>>>>>>>>>>>>> Seaside-Examples (Seaside-Examples-lr.23)
>>>>>>>>>>>>>>>>> Seaside-FileSystem (Seaside-FileSystem-pmm.26)
>>>>>>>>>>>>>>>>> Seaside-Flow (Seaside-Flow-pmm.23)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Adaptors-Swazoo 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Adaptors-Swazoo-dkh.5)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Basic-Development 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Basic-Development-NickAger.25)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Continuation 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Continuation-DaleHenrichs.20)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Core (Seaside-GemStone-Core-dkh.63)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Development 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Development-dkh.27)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Email (Seaside-GemStone-Email-topa.13)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Environment 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Environment-dkh.12)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Flow (Seaside-GemStone-Flow.310-dkh.12)
>>>>>>>>>>>>>>>>> Seaside-GemStone-ServiceTask 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-ServiceTask-NickAger.20)
>>>>>>>>>>>>>>>>> * Seaside-GemStone-Session 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Session-DaleHenrichs.3)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Tools-OmniBrowser 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Tools-Production 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Tools-Production-dkh.13)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Tools-Web 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Tools-Web-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Welcome 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Welcome-DaleHenrichs.1)
>>>>>>>>>>>>>>>>> Seaside-GemStone300-Core 
>>>>>>>>>>>>>>>>> (Seaside-GemStone300-Core-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-HTML5 (Seaside-HTML5-pmm.28)
>>>>>>>>>>>>>>>>> Seaside-InternetExplorer (Seaside-InternetExplorer-pmm.7)
>>>>>>>>>>>>>>>>> Seaside-RenderLoop (Seaside-RenderLoop.gemstone-dkh.74)
>>>>>>>>>>>>>>>>> Seaside-Session (Seaside-Session.gemstone-dkh.158)
>>>>>>>>>>>>>>>>> Seaside-Swazoo (Seaside-Swazoo-pmm.20)
>>>>>>>>>>>>>>>>> Seaside-Tests-Canvas (Seaside-Tests-Canvas-pmm.59)
>>>>>>>>>>>>>>>>> Seaside-Tests-Component (Seaside-Tests-Component-jok.33)
>>>>>>>>>>>>>>>>> Seaside-Tests-Core (Seaside-Tests-Core-pmm.259)
>>>>>>>>>>>>>>>>> Seaside-Tests-Development 
>>>>>>>>>>>>>>>>> (Seaside-Tests-Development-pmm.43)
>>>>>>>>>>>>>>>>> Seaside-Tests-Email (Seaside-Tests-Email-dkh.19)
>>>>>>>>>>>>>>>>> Seaside-Tests-Environment 
>>>>>>>>>>>>>>>>> (Seaside-Tests-Environment-lr.27)
>>>>>>>>>>>>>>>>> Seaside-Tests-Examples (Seaside-Tests-Examples-lr.9)
>>>>>>>>>>>>>>>>> Seaside-Tests-FileSystem (Seaside-Tests-FileSystem-lr.13)
>>>>>>>>>>>>>>>>> Seaside-Tests-Flow (Seaside-Tests-Flow-dkh.34)
>>>>>>>>>>>>>>>>> Seaside-Tests-Functional 
>>>>>>>>>>>>>>>>> (Seaside-Tests-Functional-pmm.142)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Continuation 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Continuation-DaleHenrichs.12)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Core 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Core-dkh.15)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Development 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Development-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Flow 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Flow-dkh.4)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Functional 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Functional-dkh.12)
>>>>>>>>>>>>>>>>> Seaside-Tests-HTML5 (Seaside-Tests-HTML5-pmm.28)
>>>>>>>>>>>>>>>>> Seaside-Tests-InternetExplorer 
>>>>>>>>>>>>>>>>> (Seaside-Tests-InternetExplorer-lr.9)
>>>>>>>>>>>>>>>>> Seaside-Tests-RenderLoop 
>>>>>>>>>>>>>>>>> (Seaside-Tests-RenderLoop.gemstone-dkh.13)
>>>>>>>>>>>>>>>>> Seaside-Tests-Session (Seaside-Tests-Session-lr.49)
>>>>>>>>>>>>>>>>> Seaside-Tests-Tools-Web (Seaside-Tests-Tools-Web-lr.18)
>>>>>>>>>>>>>>>>> Seaside-Tests-UTF8 (Seaside-Tests-UTF8-lr.10)
>>>>>>>>>>>>>>>>> Seaside-Tests-Welcome (Seaside-Tests-Welcome-lr.6)
>>>>>>>>>>>>>>>>> Seaside-Tools-Core (Seaside-Tools-Core-lr.19)
>>>>>>>>>>>>>>>>> Seaside-Tools-OmniBrowser 
>>>>>>>>>>>>>>>>> (Seaside-Tools-OmniBrowser-lr.25)
>>>>>>>>>>>>>>>>> Seaside-Tools-Web (Seaside-Tools-Web-NickAger.113)
>>>>>>>>>>>>>>>>> * Seaside-Welcome (Seaside-Welcome-NickAger.40)
>>>>>>>>>>>>>>>>> Seaside-Widgets (Seaside-Widgets-lr.26)
>>>>>>>>>>>>>>>>> Shout-Parsing (Shout-Parsing-NickAger.3)
>>>>>>>>>>>>>>>>> SIXX (SIXX.310-PaulDeBruicker.182)
>>>>>>>>>>>>>>>>> SMTPMail (SMTPMail-dkh.11)
>>>>>>>>>>>>>>>>> SocketStream (SocketStream-PaulDeBruicker.12)
>>>>>>>>>>>>>>>>> Sport (Sport3.010.v3-dkh.29)
>>>>>>>>>>>>>>>>> * Squeak (Squeak.v3-DaleHenrichs.298)
>>>>>>>>>>>>>>>>> Swazoo (Swazoo-2.2.gemstone-DataCurator.34)
>>>>>>>>>>>>>>>>> System-Digital-Signatures 
>>>>>>>>>>>>>>>>> (System-Digital-Signatures-dkh.5)
>>>>>>>>>>>>>>>>> TopFeeder-Magritte (TopFeeder-Magritte-NickAger.2)
>>>>>>>>>>>>>>>>> TopFeeder-Model (TopFeeder-Model-NickAger.5)
>>>>>>>>>>>>>>>>> TopFeeder-Pier-Widgets (TopFeeder-Pier-Widgets-NickAger.2)
>>>>>>>>>>>>>>>>> Twitter-Bootstrap-Libraries 
>>>>>>>>>>>>>>>>> (Twitter-Bootstrap-Libraries-topa.4)
>>>>>>>>>>>>>>>>> Twitter-Bootstrap-Magritte 
>>>>>>>>>>>>>>>>> (Twitter-Bootstrap-Magritte-topa.11)
>>>>>>>>>>>>>>>>> Twitter-Bootstrap-Seaside 
>>>>>>>>>>>>>>>>> (Twitter-Bootstrap-Seaside-topa.10)
>>>>>>>>>>>>>>>>> Utf8Encoding (Utf8Encoding.310-dkh.30)
>>>>>>>>>>>>>>>>> XML-Observable (XML-Observable-JohanBrichau.1)
>>>>>>>>>>>>>>>>> XML-Parser (XML-Parser.g-dkh.122)
>>>>>>>>>>>>>>>>> XML-Writer (XML-Writer-JAAyer.5)
>>>>>>>>>>>>>>>>> Zinc-Gemstone (Zinc-Gemstone-PaulDeBruicker.14)
>>>>>>>>>>>>>>>>> Zinc-GemstonePreliminary 
>>>>>>>>>>>>>>>>> (Zinc-GemstonePreliminary-PaulDeBruicker.2)
>>>>>>>>>>>>>>>>> * Zinc-HTTP (Zinc-HTTP-SvenVanCaekenberghe.162)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The " incriminated tODE environment report:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 'Announcements (Announcements.v3-dkh.18)
>>>>>>>>>>>>>>>>> AST-Core (AST-Core-dkh.102)
>>>>>>>>>>>>>>>>> Base-Bootstrap (Base-Bootstrap.v3-dkh.30)
>>>>>>>>>>>>>>>>> BaselineOfFileTree (BaselineOfFileTree-dkh.4)
>>>>>>>>>>>>>>>>> BaselineOfGLASS1 (BaselineOfGLASS1-dkh.43)
>>>>>>>>>>>>>>>>> BaselineOfGrease (BaselineOfGrease-JohanBrichau.7)
>>>>>>>>>>>>>>>>> BaselineOfMetacello (BaselineOfMetacello-dkh.85)
>>>>>>>>>>>>>>>>> BaselineOfRB (BaselineOfRB-dkh.5)
>>>>>>>>>>>>>>>>> BaselineOfSIXX (BaselineOfSIXX-dkh.1)
>>>>>>>>>>>>>>>>> BaselineOfSton (BaselineOfSton-dkh.1)
>>>>>>>>>>>>>>>>> BaselineOfTode (BaselineOfTode-dkh.41)
>>>>>>>>>>>>>>>>> * Bootstrap (Bootstrap.v3-dkh.241)
>>>>>>>>>>>>>>>>> Change-Notification (Change-Notification.v310-dkh.21)
>>>>>>>>>>>>>>>>> Collections-BitmapCharacterSet 
>>>>>>>>>>>>>>>>> (Collections-BitmapCharacterSet-JAA.5)
>>>>>>>>>>>>>>>>> Collections-OrderPreservingDictionary 
>>>>>>>>>>>>>>>>> (Collections-OrderPreservingDictionary.g-JohanBrichau.9)
>>>>>>>>>>>>>>>>> Collections-Support (Collections-Support.g-OttoBehrens.45)
>>>>>>>>>>>>>>>>> ConfigurationOfDtrBase (ConfigurationOfDtrBase-DTR.11)
>>>>>>>>>>>>>>>>> ConfigurationOfFileTree (ConfigurationOfFileTree-dkh.36)
>>>>>>>>>>>>>>>>> ConfigurationOfGLASS (ConfigurationOfGLASS-dkh.250)
>>>>>>>>>>>>>>>>> ConfigurationOfGofer (ConfigurationOfGofer-dkh.45)
>>>>>>>>>>>>>>>>> ConfigurationOfGoferProjectLoader 
>>>>>>>>>>>>>>>>> (ConfigurationOfGoferProjectLoader-dkh.22)
>>>>>>>>>>>>>>>>> ConfigurationOfGrease (ConfigurationOfGrease-dkh.189)
>>>>>>>>>>>>>>>>> ConfigurationOfGsCore (ConfigurationOfGsCore-dkh.297)
>>>>>>>>>>>>>>>>> ConfigurationOfGsFastCGI (ConfigurationOfGsFastCGI-dkh.18)
>>>>>>>>>>>>>>>>> ConfigurationOfGsMisc (ConfigurationOfGsMisc-dkh.116)
>>>>>>>>>>>>>>>>> ConfigurationOfGsMonticello 
>>>>>>>>>>>>>>>>> (ConfigurationOfGsMonticello-dkh.173)
>>>>>>>>>>>>>>>>> ConfigurationOfGsOB (ConfigurationOfGsOB-dkh.91)
>>>>>>>>>>>>>>>>> ConfigurationOfGsSqueakCommon 
>>>>>>>>>>>>>>>>> (ConfigurationOfGsSqueakCommon-dkh.25)
>>>>>>>>>>>>>>>>> ConfigurationOfJQueryWidgetBox 
>>>>>>>>>>>>>>>>> (ConfigurationOfJQueryWidgetBox-PaulDeBruicker.69)
>>>>>>>>>>>>>>>>> ConfigurationOfMagritte3 
>>>>>>>>>>>>>>>>> (ConfigurationOfMagritte3-EstebanLorenzano.64)
>>>>>>>>>>>>>>>>> ConfigurationOfMagritte3AddOns 
>>>>>>>>>>>>>>>>> (ConfigurationOfMagritte3AddOns-NickAger.23)
>>>>>>>>>>>>>>>>> ConfigurationOfMetacello 
>>>>>>>>>>>>>>>>> (ConfigurationOfMetacello-dkh.800)
>>>>>>>>>>>>>>>>> ConfigurationOfMetacelloPreview 
>>>>>>>>>>>>>>>>> (ConfigurationOfMetacelloPreview-dkh.54)
>>>>>>>>>>>>>>>>> ConfigurationOfNAFileUpload 
>>>>>>>>>>>>>>>>> (ConfigurationOfNAFileUpload-StephanEggermont.6)
>>>>>>>>>>>>>>>>> ConfigurationOfPier3 (ConfigurationOfPier3-TudorGirba.19)
>>>>>>>>>>>>>>>>> ConfigurationOfPier3AddOns 
>>>>>>>>>>>>>>>>> (ConfigurationOfPier3AddOns-BrucePrior.62)
>>>>>>>>>>>>>>>>> ConfigurationOfSeaside3 (ConfigurationOfSeaside3-dkh.222)
>>>>>>>>>>>>>>>>> ConfigurationOfSeaside30 
>>>>>>>>>>>>>>>>> (ConfigurationOfSeaside30-PaulDeBruicker.397)
>>>>>>>>>>>>>>>>> ConfigurationOfSwazoo2 
>>>>>>>>>>>>>>>>> (ConfigurationOfSwazoo2-JohanBrichau.58)
>>>>>>>>>>>>>>>>> ConfigurationOfTopFeeder 
>>>>>>>>>>>>>>>>> (ConfigurationOfTopFeeder-NickAger.15)
>>>>>>>>>>>>>>>>> ConfigurationOfTwitterBootstrap 
>>>>>>>>>>>>>>>>> (ConfigurationOfTwitterBootstrap-DiegoLont.16)
>>>>>>>>>>>>>>>>> ConfigurationOfXMLSupport 
>>>>>>>>>>>>>>>>> (ConfigurationOfXMLSupport-NorbertHartl.64)
>>>>>>>>>>>>>>>>> ConfigurationOfXMLWriter (ConfigurationOfXMLWriter-dkh.23)
>>>>>>>>>>>>>>>>> ConfigurationOfZincHTTPComponents 
>>>>>>>>>>>>>>>>> (ConfigurationOfZincHTTPComponents-SvenVanCaekenberghe.50)
>>>>>>>>>>>>>>>>> * Core (Core.v3-dkh.90)
>>>>>>>>>>>>>>>>> Core31x (Core31x-dkh.5)
>>>>>>>>>>>>>>>>> * Crossfade (Crossfade-pmm.8)
>>>>>>>>>>>>>>>>> CSSBarGraph (CSSBarGraph-pmm.11)
>>>>>>>>>>>>>>>>> * DtrBase (DtrBase-DTR.420)
>>>>>>>>>>>>>>>>> DTRCassa (DTRCassa-DTR.22)
>>>>>>>>>>>>>>>>> * DtrConfig (DtrConfig-DTR.412)
>>>>>>>>>>>>>>>>> DtrConfigMenuOnLine (DtrConfigMenuOnLine-DTR.4)
>>>>>>>>>>>>>>>>> DTRCore (DTRCore-DTR.417)
>>>>>>>>>>>>>>>>> DtrCrossfade (DtrCrossfade-DTR.408)
>>>>>>>>>>>>>>>>> * DtrCRP (DtrCRP-DTR.411)
>>>>>>>>>>>>>>>>> DtrFinanza (DtrFinanza-DTR.417)
>>>>>>>>>>>>>>>>> DtrGestionale (DtrGestionale-DTR.412)
>>>>>>>>>>>>>>>>> DtrGoogle (DtrGoogle-DTR.408)
>>>>>>>>>>>>>>>>> DtrLogin (DtrLogin-DTR.426)
>>>>>>>>>>>>>>>>> DtrMA (DtrMA-DTR.410)
>>>>>>>>>>>>>>>>> DtrMagazzino (DtrMagazzino-DTR.413)
>>>>>>>>>>>>>>>>> DtrMagritteAuto (DtrMagritteAuto-DTR.407)
>>>>>>>>>>>>>>>>> DtrMenuOnLine (DtrMenuOnLine-DTR.417)
>>>>>>>>>>>>>>>>> DTRMetaDb (DTRMetaDb-DTR.5)
>>>>>>>>>>>>>>>>> DtrMicroObj (DtrMicroObj-DTR.414)
>>>>>>>>>>>>>>>>> DtrMRP (DtrMRP-DTR.408)
>>>>>>>>>>>>>>>>> DTROnlyForOODB (DTROnlyForOODB-DTR.187)
>>>>>>>>>>>>>>>>> DtrPrinterTicket (DtrPrinterTicket-DTR.5)
>>>>>>>>>>>>>>>>> DtrRedu (DtrRedu-DTR.405)
>>>>>>>>>>>>>>>>> DtrReduPorting (DtrReduPorting-DTR.408)
>>>>>>>>>>>>>>>>> FastCGI (FastCGI-dkh.33)
>>>>>>>>>>>>>>>>> FastCGIPool (FastCGIPool-dkh.2)
>>>>>>>>>>>>>>>>> GemStone-ANSI-Streams (GemStone-ANSI-Streams-dkh.12)
>>>>>>>>>>>>>>>>> GemStone-Compression (GemStone-Compression-dkh.7)
>>>>>>>>>>>>>>>>> GemStone-Deployment (GemStone-Deployment.v310-dkh.26)
>>>>>>>>>>>>>>>>> GemStone-Indexing-Extensions 
>>>>>>>>>>>>>>>>> (GemStone-Indexing-Extensions-dkh.4)
>>>>>>>>>>>>>>>>> GemStone-Interactions (GemStone-Interactions-dkh.12)
>>>>>>>>>>>>>>>>> GemStone-Release-Support (GemStone-Release-Support-dkh.67)
>>>>>>>>>>>>>>>>> * Generated ()
>>>>>>>>>>>>>>>>> Gofer-Core (Gofer-Core.gemstone-dkh.138)
>>>>>>>>>>>>>>>>> GoferProjectLoader (GoferProjectLoader-DaleHenrichs.25)
>>>>>>>>>>>>>>>>> * GoogleMaps (GoogleMaps-jgf.23)
>>>>>>>>>>>>>>>>> Grease-Core (Grease-Core-JohanBrichau.94)
>>>>>>>>>>>>>>>>> Grease-GemStone-Core 
>>>>>>>>>>>>>>>>> (Grease-GemStone-Core-JohanBrichau.55)
>>>>>>>>>>>>>>>>> Grease-GemStone300-Core 
>>>>>>>>>>>>>>>>> (Grease-GemStone300-Core-JohanBrichau.5)
>>>>>>>>>>>>>>>>> Grease-Tests-Core (Grease-Tests-Core-pmm.99)
>>>>>>>>>>>>>>>>> Grease-Tests-GemStone-Core 
>>>>>>>>>>>>>>>>> (Grease-Tests-GemStone-Core-dkh.14)
>>>>>>>>>>>>>>>>> * GsSqueakCommon-Core (GsSqueakCommon-Core-dkh.20)
>>>>>>>>>>>>>>>>> GsSqueakCommon-Core.3x (GsSqueakCommon-Core.3x-dkh.4)
>>>>>>>>>>>>>>>>> GsSqueakCommon-CoreV30 (GsSqueakCommon-CoreV30-dkh.1)
>>>>>>>>>>>>>>>>> GsSqueakCommon-Tests (GsSqueakCommon-Tests-dkh.2)
>>>>>>>>>>>>>>>>> GsUpgrader-Core (GsUpgrader-Core-dkh.38)
>>>>>>>>>>>>>>>>> JadeServer (JadeServer-dkh.13)
>>>>>>>>>>>>>>>>> Javascript-Core (Javascript-Core-pmm.94)
>>>>>>>>>>>>>>>>> Javascript-GemStone-Core 
>>>>>>>>>>>>>>>>> (Javascript-GemStone-Core-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Javascript-Jasmine (Javascript-Jasmine-NickAger.2)
>>>>>>>>>>>>>>>>> Javascript-Tests-Core (Javascript-Tests-Core-pmm.68)
>>>>>>>>>>>>>>>>> JQuery-Core (JQuery-Core-lr.123)
>>>>>>>>>>>>>>>>> JQuery-Extensions (JQuery-Extensions-DTR.7)
>>>>>>>>>>>>>>>>> JQuery-Tests-Core (JQuery-Tests-Core-NickAger.132)
>>>>>>>>>>>>>>>>> JQuery-Tests-UI (JQuery-Tests-UI-pmm.82)
>>>>>>>>>>>>>>>>> JQuery-UI (JQuery-UI.gemstone-dkh.81)
>>>>>>>>>>>>>>>>> JQWidgetBox-Core (JQWidgetBox-Core-tbn.2)
>>>>>>>>>>>>>>>>> JQWidgetBox-FormExample-Core 
>>>>>>>>>>>>>>>>> (JQWidgetBox-FormExample-Core-tbn.2)
>>>>>>>>>>>>>>>>> JQWidgetBox-JSTree-Core 
>>>>>>>>>>>>>>>>> (JQWidgetBox-JSTree-Core-NickAger.17)
>>>>>>>>>>>>>>>>> JQWidgetBox-UILayout-Core 
>>>>>>>>>>>>>>>>> (JQWidgetBox-UILayout-Core-obi.2)
>>>>>>>>>>>>>>>>> Magritte-GemStone-Model 
>>>>>>>>>>>>>>>>> (Magritte-GemStone-Model-NickAger.3)
>>>>>>>>>>>>>>>>> Magritte-GemStone-Seaside 
>>>>>>>>>>>>>>>>> (Magritte-GemStone-Seaside-DaleHenrichs.2)
>>>>>>>>>>>>>>>>> Magritte-Json (Magritte-Json-NickAger.18)
>>>>>>>>>>>>>>>>> Magritte-Model (Magritte-Model-NickAger.431)
>>>>>>>>>>>>>>>>> * Magritte-Seaside (Magritte-Seaside-NickAger.355)
>>>>>>>>>>>>>>>>> Magritte-XMLBinding (Magritte-XMLBinding-NickAger.85)
>>>>>>>>>>>>>>>>> Metacello-Base (Metacello-Base-topa.124)
>>>>>>>>>>>>>>>>> Metacello-Bitbucket (Metacello-Bitbucket-dkh.5)
>>>>>>>>>>>>>>>>> Metacello-Core (Metacello-Core-dkh.809)
>>>>>>>>>>>>>>>>> Metacello-FileTree (Metacello-FileTree-dkh.36)
>>>>>>>>>>>>>>>>> Metacello-GitBasedRepository 
>>>>>>>>>>>>>>>>> (Metacello-GitBasedRepository-dkh.13)
>>>>>>>>>>>>>>>>> Metacello-GitHub (Metacello-GitHub-dkh.44)
>>>>>>>>>>>>>>>>> Metacello-GS3x-Platform (Metacello-GS3x-Platform-dkh.1)
>>>>>>>>>>>>>>>>> Metacello-MC (Metacello-MC-dkh.726)
>>>>>>>>>>>>>>>>> Metacello-Platform (Metacello-Platform.gemstone-dkh.56)
>>>>>>>>>>>>>>>>> Metacello-ToolBox (Metacello-ToolBox-dkh.139)
>>>>>>>>>>>>>>>>> Monticello (Monticello.v3-dkh.476)
>>>>>>>>>>>>>>>>> MonticelloFileTree-Core (MonticelloFileTree-Core-dkh.183)
>>>>>>>>>>>>>>>>> MonticelloFileTree-FileDirectory-Utilities 
>>>>>>>>>>>>>>>>> (MonticelloFileTree-FileDirectory-Utilities-dkh.15)
>>>>>>>>>>>>>>>>> MonticelloGs (MonticelloGs-dkh.2)
>>>>>>>>>>>>>>>>> NAFileUpload-Base (NAFileUpload-Base-PaulDeBruicker.13)
>>>>>>>>>>>>>>>>> NAFileUpload-Component 
>>>>>>>>>>>>>>>>> (NAFileUpload-Component-NickAger.49)
>>>>>>>>>>>>>>>>> OB-GemStone-Platform (OB-GemStone-Platform-dkh.76)
>>>>>>>>>>>>>>>>> OB-Metacello (OB-Metacello-dkh.83)
>>>>>>>>>>>>>>>>> OB-Monticello (OB-Monticello-dkh.105)
>>>>>>>>>>>>>>>>> OB-Standard (OB-Standard.v3-dkh.449)
>>>>>>>>>>>>>>>>> OB-SUnitGUI (OB-SUnitGUI.g-dkh.61)
>>>>>>>>>>>>>>>>> OB-SUnitIntegration (OB-SUnitIntegration-dkh.10)
>>>>>>>>>>>>>>>>> OB-SymbolListBrowser (OB-SymbolListBrowser-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> OB-Tools (OB-Tools.v3-dkh.140)
>>>>>>>>>>>>>>>>> OmniBrowser (OmniBrowser-DaleHenrichs.447)
>>>>>>>>>>>>>>>>> PackageInfo-Base (PackageInfo-Base.g-dkh.36)
>>>>>>>>>>>>>>>>> Pier-Admin (Pier-Admin-NickAger.87)
>>>>>>>>>>>>>>>>> Pier-Blog (Pier-Blog-NickAger.158)
>>>>>>>>>>>>>>>>> Pier-Book (Pier-Book.gemstone-NickAger.159)
>>>>>>>>>>>>>>>>> Pier-Design (Pier-Design-NickAger.12)
>>>>>>>>>>>>>>>>> Pier-Documents (Pier-Documents-NickAger.29)
>>>>>>>>>>>>>>>>> Pier-EditorEnh (Pier-EditorEnh-NickAger.62)
>>>>>>>>>>>>>>>>> Pier-Exporter-Code (Pier-Exporter-Code-TudorGirba.53)
>>>>>>>>>>>>>>>>> Pier-FileUpload-Common-Wysiwyg 
>>>>>>>>>>>>>>>>> (Pier-FileUpload-Common-Wysiwyg-NickAger.8)
>>>>>>>>>>>>>>>>> Pier-FileUpload-Wysiwyg 
>>>>>>>>>>>>>>>>> (Pier-FileUpload-Wysiwyg-NickAger.6)
>>>>>>>>>>>>>>>>> Pier-GemStone-Model (Pier-GemStone-Model-NickAger.4)
>>>>>>>>>>>>>>>>> Pier-GemStone-Seaside 
>>>>>>>>>>>>>>>>> (Pier-GemStone-Seaside-DaleHenrichs.1)
>>>>>>>>>>>>>>>>> Pier-Google (Pier-Google-NickAger.20)
>>>>>>>>>>>>>>>>> Pier-JQuery (Pier-JQuery-NickAger.13)
>>>>>>>>>>>>>>>>> Pier-Kernel-Distributions 
>>>>>>>>>>>>>>>>> (Pier-Kernel-Distributions-NickAger.52)
>>>>>>>>>>>>>>>>> Pier-LinkChecker (Pier-LinkChecker-lr.7)
>>>>>>>>>>>>>>>>> Pier-Model (Pier-Model-NickAger.424)
>>>>>>>>>>>>>>>>> Pier-Seaside (Pier-Seaside-NickAger.536)
>>>>>>>>>>>>>>>>> Pier-Security (Pier-Security-NickAger.184)
>>>>>>>>>>>>>>>>> Pier-Shout (Pier-Shout-NickAger.5)
>>>>>>>>>>>>>>>>> Pier-TagCloud (Pier-TagCloud-NickAger.26)
>>>>>>>>>>>>>>>>> Pier-Tests-Wysiwyg (Pier-Tests-Wysiwyg-NickAger.17)
>>>>>>>>>>>>>>>>> Pier-Wysiwyg (Pier-Wysiwyg-NickAger.83)
>>>>>>>>>>>>>>>>> Prototype-Core (Prototype-Core-lr.25)
>>>>>>>>>>>>>>>>> Prototype-Tests-Core (Prototype-Tests-Core-lr.13)
>>>>>>>>>>>>>>>>> Regex-Core (Regex-Core-DaleHenrichs.3)
>>>>>>>>>>>>>>>>> Regex-Tests-Core (Regex-Tests-Core-DaleHenrichs.5)
>>>>>>>>>>>>>>>>> RSS-Core (RSS-Core-lr.67)
>>>>>>>>>>>>>>>>> RSS-Examples (RSS-Examples-lr.26)
>>>>>>>>>>>>>>>>> RSS-Tests-Core (RSS-Tests-Core-lr.30)
>>>>>>>>>>>>>>>>> * Scriptaculous-Components 
>>>>>>>>>>>>>>>>> (Scriptaculous-Components-lr.111)
>>>>>>>>>>>>>>>>> Scriptaculous-Core (Scriptaculous-Core-pmm.102)
>>>>>>>>>>>>>>>>> Scriptaculous-Tests-Components 
>>>>>>>>>>>>>>>>> (Scriptaculous-Tests-Components-lr.39)
>>>>>>>>>>>>>>>>> Scriptaculous-Tests-Core (Scriptaculous-Tests-Core-pmm.61)
>>>>>>>>>>>>>>>>> Seaside-Adaptors-FastCGI (Seaside-Adaptors-FastCGI-dkh.26)
>>>>>>>>>>>>>>>>> Seaside-Adaptors-Swazoo (Seaside-Adaptors-Swazoo-pmm.42)
>>>>>>>>>>>>>>>>> Seaside-Canvas (Seaside-Canvas.gemstone-dkh.119)
>>>>>>>>>>>>>>>>> Seaside-Component (Seaside-Component-jok.92)
>>>>>>>>>>>>>>>>> * Seaside-Core (Seaside-Core.gemstone-dkh.774)
>>>>>>>>>>>>>>>>> * Seaside-Development (Seaside-Development-pmm.156)
>>>>>>>>>>>>>>>>> Seaside-Email (Seaside-Email-PaulDeBruicker.24)
>>>>>>>>>>>>>>>>> Seaside-Environment (Seaside-Environment-NickAger.77)
>>>>>>>>>>>>>>>>> Seaside-Examples (Seaside-Examples-lr.23)
>>>>>>>>>>>>>>>>> Seaside-FileSystem (Seaside-FileSystem-pmm.26)
>>>>>>>>>>>>>>>>> Seaside-Flow (Seaside-Flow-pmm.23)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Adaptors-Swazoo 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Adaptors-Swazoo-dkh.5)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Basic-Development 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Basic-Development-NickAger.25)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Continuation 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Continuation-DaleHenrichs.20)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Core (Seaside-GemStone-Core-dkh.63)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Development 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Development-dkh.27)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Email (Seaside-GemStone-Email-topa.13)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Environment 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Environment-dkh.12)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Flow (Seaside-GemStone-Flow.310-dkh.12)
>>>>>>>>>>>>>>>>> Seaside-GemStone-ServiceTask 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-ServiceTask-NickAger.20)
>>>>>>>>>>>>>>>>> * Seaside-GemStone-Session 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Session-DaleHenrichs.3)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Tools-OmniBrowser 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Tools-OmniBrowser-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Tools-Production 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Tools-Production-dkh.13)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Tools-Web 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Tools-Web-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-GemStone-Welcome 
>>>>>>>>>>>>>>>>> (Seaside-GemStone-Welcome-DaleHenrichs.1)
>>>>>>>>>>>>>>>>> Seaside-GemStone300-Core 
>>>>>>>>>>>>>>>>> (Seaside-GemStone300-Core-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-HTML5 (Seaside-HTML5-pmm.28)
>>>>>>>>>>>>>>>>> Seaside-InternetExplorer (Seaside-InternetExplorer-pmm.7)
>>>>>>>>>>>>>>>>> Seaside-RenderLoop (Seaside-RenderLoop.gemstone-dkh.74)
>>>>>>>>>>>>>>>>> Seaside-Session (Seaside-Session.gemstone-dkh.158)
>>>>>>>>>>>>>>>>> Seaside-Swazoo (Seaside-Swazoo-pmm.20)
>>>>>>>>>>>>>>>>> Seaside-Tests-Canvas (Seaside-Tests-Canvas-pmm.59)
>>>>>>>>>>>>>>>>> Seaside-Tests-Component (Seaside-Tests-Component-jok.33)
>>>>>>>>>>>>>>>>> Seaside-Tests-Core (Seaside-Tests-Core-pmm.259)
>>>>>>>>>>>>>>>>> Seaside-Tests-Development 
>>>>>>>>>>>>>>>>> (Seaside-Tests-Development-pmm.43)
>>>>>>>>>>>>>>>>> Seaside-Tests-Email (Seaside-Tests-Email-dkh.19)
>>>>>>>>>>>>>>>>> Seaside-Tests-Environment 
>>>>>>>>>>>>>>>>> (Seaside-Tests-Environment-lr.27)
>>>>>>>>>>>>>>>>> Seaside-Tests-Examples (Seaside-Tests-Examples-lr.9)
>>>>>>>>>>>>>>>>> Seaside-Tests-FileSystem (Seaside-Tests-FileSystem-lr.13)
>>>>>>>>>>>>>>>>> Seaside-Tests-Flow (Seaside-Tests-Flow-dkh.34)
>>>>>>>>>>>>>>>>> Seaside-Tests-Functional 
>>>>>>>>>>>>>>>>> (Seaside-Tests-Functional-pmm.142)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Continuation 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Continuation-DaleHenrichs.12)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Core 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Core-dkh.15)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Development 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Development-DaleHenrichs.4)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Flow 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Flow-dkh.4)
>>>>>>>>>>>>>>>>> Seaside-Tests-GemStone-Functional 
>>>>>>>>>>>>>>>>> (Seaside-Tests-GemStone-Functional-dkh.12)
>>>>>>>>>>>>>>>>> Seaside-Tests-HTML5 (Seaside-Tests-HTML5-pmm.28)
>>>>>>>>>>>>>>>>> Seaside-Tests-InternetExplorer 
>>>>>>>>>>>>>>>>> (Seaside-Tests-InternetExplorer-lr.9)
>>>>>>>>>>>>>>>>> Seaside-Tests-RenderLoop 
>>>>>>>>>>>>>>>>> (Seaside-Tests-RenderLoop.gemstone-dkh.13)
>>>>>>>>>>>>>>>>> Seaside-Tests-Session (Seaside-Tests-Session-lr.49)
>>>>>>>>>>>>>>>>> Seaside-Tests-Tools-Web (Seaside-Tests-Tools-Web-lr.18)
>>>>>>>>>>>>>>>>> Seaside-Tests-UTF8 (Seaside-Tests-UTF8-lr.10)
>>>>>>>>>>>>>>>>> Seaside-Tests-Welcome (Seaside-Tests-Welcome-lr.6)
>>>>>>>>>>>>>>>>> Seaside-Tools-Core (Seaside-Tools-Core-lr.19)
>>>>>>>>>>>>>>>>> Seaside-Tools-OmniBrowser 
>>>>>>>>>>>>>>>>> (Seaside-Tools-OmniBrowser-lr.25)
>>>>>>>>>>>>>>>>> Seaside-Tools-Web (Seaside-Tools-Web-NickAger.113)
>>>>>>>>>>>>>>>>> * Seaside-Welcome (Seaside-Welcome-NickAger.40)
>>>>>>>>>>>>>>>>> Seaside-Widgets (Seaside-Widgets-lr.26)
>>>>>>>>>>>>>>>>> Shout-Parsing (Shout-Parsing-NickAger.3)
>>>>>>>>>>>>>>>>> SIXX (SIXX.310-dkh.183)
>>>>>>>>>>>>>>>>> SMTPMail (SMTPMail-dkh.11)
>>>>>>>>>>>>>>>>> SocketStream (SocketStream-PaulDeBruicker.12)
>>>>>>>>>>>>>>>>> * Sport (Sport3.010.v3-dkh.32)
>>>>>>>>>>>>>>>>> * Squeak (Squeak.v3-dkh.309)
>>>>>>>>>>>>>>>>> * STON-Core (STON-Core-dkh.46)
>>>>>>>>>>>>>>>>> Swazoo (Swazoo-2.2.gemstone-DataCurator.34)
>>>>>>>>>>>>>>>>> System-Digital-Signatures 
>>>>>>>>>>>>>>>>> (System-Digital-Signatures-dkh.5)
>>>>>>>>>>>>>>>>> Tode-AST-Extensions (Tode-AST-Extensions-dkh.2)
>>>>>>>>>>>>>>>>> Tode-BatchEdit-Tool (Tode-BatchEdit-Tool-dkh.3)
>>>>>>>>>>>>>>>>> Tode-GemStone-Server-Core 
>>>>>>>>>>>>>>>>> (Tode-GemStone-Server-Core-dkh.118)
>>>>>>>>>>>>>>>>> Tode-GemStone-Server-Tests 
>>>>>>>>>>>>>>>>> (Tode-GemStone-Server-Tests-dkh.5)
>>>>>>>>>>>>>>>>> Tode-Server-31x-GsProcess-Patch 
>>>>>>>>>>>>>>>>> (Tode-Server-31x-GsProcess-Patch-dkh.1)
>>>>>>>>>>>>>>>>> Tode-Server-TestTestTools 
>>>>>>>>>>>>>>>>> (Tode-Server-TestTestTools-dkh.2)
>>>>>>>>>>>>>>>>> Topez-Common-Core (Topez-Common-Core-dkh.414)
>>>>>>>>>>>>>>>>> Topez-Common-Tests (Topez-Common-Tests-dkh.22)
>>>>>>>>>>>>>>>>> Topez-Server-31x-Core (Topez-Server-31x-Core-dkh.5)
>>>>>>>>>>>>>>>>> Topez-Server-31x-DebugTools 
>>>>>>>>>>>>>>>>> (Topez-Server-31x-DebugTools-dkh.19)
>>>>>>>>>>>>>>>>> Topez-Server-31x-Tests (Topez-Server-31x-Tests-dkh.3)
>>>>>>>>>>>>>>>>> Topez-Server-3x-Core (Topez-Server-3x-Core-dkh.2)
>>>>>>>>>>>>>>>>> Topez-Server-3x-DebugTools 
>>>>>>>>>>>>>>>>> (Topez-Server-3x-DebugTools-dkh.2)
>>>>>>>>>>>>>>>>> Topez-Server-Core (Topez-Server-Core-dkh.89)
>>>>>>>>>>>>>>>>> Topez-Server-DebugTools (Topez-Server-DebugTools-dkh.151)
>>>>>>>>>>>>>>>>> Topez-Server-ProcessTools 
>>>>>>>>>>>>>>>>> (Topez-Server-ProcessTools-dkh.25)
>>>>>>>>>>>>>>>>> Topez-Server-TestDebugTools 
>>>>>>>>>>>>>>>>> (Topez-Server-TestDebugTools-dkh.19)
>>>>>>>>>>>>>>>>> Topez-Server-Tests (Topez-Server-Tests-dkh.151)
>>>>>>>>>>>>>>>>> Topez-Server-TestTools (Topez-Server-TestTools-dkh.54)
>>>>>>>>>>>>>>>>> TopFeeder-Magritte (TopFeeder-Magritte-NickAger.2)
>>>>>>>>>>>>>>>>> TopFeeder-Model (TopFeeder-Model-NickAger.5)
>>>>>>>>>>>>>>>>> TopFeeder-Pier-Widgets (TopFeeder-Pier-Widgets-NickAger.2)
>>>>>>>>>>>>>>>>> Twitter-Bootstrap-Libraries 
>>>>>>>>>>>>>>>>> (Twitter-Bootstrap-Libraries-topa.4)
>>>>>>>>>>>>>>>>> Twitter-Bootstrap-Magritte 
>>>>>>>>>>>>>>>>> (Twitter-Bootstrap-Magritte-topa.11)
>>>>>>>>>>>>>>>>> Twitter-Bootstrap-Seaside 
>>>>>>>>>>>>>>>>> (Twitter-Bootstrap-Seaside-topa.10)
>>>>>>>>>>>>>>>>> Utf8Encoding (Utf8Encoding.310-dkh.32)
>>>>>>>>>>>>>>>>> XML-Observable (XML-Observable-JohanBrichau.1)
>>>>>>>>>>>>>>>>> XML-Parser (XML-Parser.g-NorbertHartl.119)
>>>>>>>>>>>>>>>>> XML-Writer (XML-Writer-JAAyer.5)
>>>>>>>>>>>>>>>>> Zinc-Gemstone (Zinc-Gemstone-PaulDeBruicker.14)
>>>>>>>>>>>>>>>>> Zinc-GemstonePreliminary 
>>>>>>>>>>>>>>>>> (Zinc-GemstonePreliminary-PaulDeBruicker.2)
>>>>>>>>>>>>>>>>> * Zinc-HTTP (Zinc-HTTP-SvenVanCaekenberghe.162)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Dario
>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>> Glass mailing list
>>>>>>>>>>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>>>>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>>>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Glass mailing list
>>>>>>>>>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>>>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Glass mailing list
>>>>>>>>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Glass mailing list
>>>>>>>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>>>>>>
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Glass mailing list
>>>>>>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Glass mailing list
>>>>>>>>>>>> Glass at lists.gemtalksystems.com
>>>>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Glass mailing list
>>>>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Glass mailing list
>>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Glass mailing list
>>>>>>>> Glass at lists.gemtalksystems.com 
>>>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Glass mailing list
>>>>>> Glass at lists.gemtalksystems.com 
>>>>>> <mailto:Glass at lists.gemtalksystems.com>
>>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Glass mailing list
>>>>> Glass at lists.gemtalksystems.com
>>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>>
>>>> _______________________________________________
>>>> Glass mailing list
>>>> Glass at lists.gemtalksystems.com <mailto:Glass at lists.gemtalksystems.com>
>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>>
>>
>> _______________________________________________
>> Glass mailing list
>> Glass at lists.gemtalksystems.com <mailto:Glass at lists.gemtalksystems.com>
>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
>
>
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20150313/55b96270/attachment-0001.html>


More information about the Glass mailing list