logo       

Enumerate Package Versions: msg#00190

lang.smalltalk.squeak.beginners

Subject: Enumerate Package Versions

How can I enumerate the Packages I have loaded to increase my bug reporting abilities without having to type all the package versions I have?

I tried 

     PackageInfo allPackages do: [:each | Transcript show: each packageName; cr]., 

but that only gets me the base package name, not the one with versions which shows up in Monticello.

An instance of PackageInfo doesn't seem to have a version that I can find.

Thanks...I have tried figuring out how Monticello is doing it, but just can't seem to find it...

Rob
_______________________________________________
Beginners mailing list
Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/mailman/listinfo/beginners
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise