[etoys-notify] [JIRA] Commented: (SQ-585) Posted Project to Etoys with Unique UID and can't see it

tracker at squeakland.org tracker at squeakland.org
Sat Nov 14 10:07:38 EST 2009


     [ http://tracker.immuexa.com/browse/SQ-585?page=comments#action_38852 ]
     
Bert Freudenberg commented on SQ-585:
-------------------------------------

The proper way to list projects with their URIs would be

    for f in *.pr ; do echo "$f"; unzip -c "$f" manifest | tr '\r' '\n' | grep ^URI: ; done

> Posted Project to Etoys with Unique UID and can't see it
> --------------------------------------------------------
>
>          Key: SQ-585
>          URL: http://tracker.immuexa.com/browse/SQ-585
>      Project: squeakland
>         Type: Bug
>   Components: etoys, showcase
>     Reporter: Stephen Thomas
>     Priority: Critical
>  Attachments: screen-capture.png
>
>
> Evidence:
>  1) From Etoys program I can see "Fraction Tools I.005.pt"
>  2) When I log in to the Showcase, I can NOT see the project on my Account page
>  3) The project seems to have a Unique UID for my account (based upon my looking at the UIDs of all .pr files in my Etoys directory and assuming the method I am using to determine the UID is correct).
> Here is the method I used to determine uniqueness: (loop through each .pr file and print one line with filename and URI info, then grep for the URI)
> Macintosh:Etoys Papi$ FILES="*.pr"
> Macintosh:Etoys Papi$ for i in $FILES; do printf "$i"  " | "; strings "$i" |  grep URI |  grep 3435522482; echo "" ; done  | grep 3435522482
> Fraction Tools I.001.prURI: http://squeakland.org/etoys/mrsteve-3435522482
> Fraction Tools I.002.prURI: http://squeakland.org/etoys/mrsteve-3435522482
> Fraction Tools I.003.prURI: http://squeakland.org/etoys/mrsteve-3435522482
> Fraction Tools I1.006.prURI: http://squeakland.org/etoys/mrsteve-3435522482
> Macintosh:Etoys Papi$ pwd
> /Users/Papi/Documents/Etoys
> Macintosh:Etoys Papi$ 
> Below is sample output of the manifest info I was able to extract (again assuming the method I am using is correct, not sure):
> Macintosh:Etoys Papi$ strings "Fraction Tools I1.006.pr" | egrep "URI|manifest|roject|queak|user"
> <title>Squeak Project</title>
> type="application/x-squeak-source"
> pluginspage="http://www.squeakland.org/download/">
> manifestSqueak-Version: etoys4.0
> Squeak-LatestUpdate: 2336
> Project-Language: en
> URI: http://squeakland.org/etoys/mrsteve-3435522482
> user: mrsteve
> Project-Format: ImageSegment
> projectkeywords: Mathematics Fractions
> projectname: Fraction Tools I1
> projectdescription: 
> projectauthor: Mr Steve
> manifestPK
> Macintosh:Etoys Papi$ 
> Macintosh:Etoys Papi$ strings "Fraction Tools I.003.pr" | egrep "URI|manifest|roject|queak|user"
> <title>Squeak Project</title>
> type="application/x-squeak-source"
> pluginspage="http://www.squeakland.org/download/">
> manifestSqueak-Version: etoys4.0
> Squeak-LatestUpdate: 2336
> Project-Language: en
> URI: http://squeakland.org/etoys/mrsteve-3435522482
> user: mrsteve
> Project-Format: ImageSegment
> projectkeywords: Mathematics Fractions
> projectname: Fraction Tools I
> projectdescription: 
> projectauthor: Mr Steve
> manifestPK
> Macintosh:Etoys Papi$ 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://tracker.immuexa.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the etoys-notify mailing list