[Pharo-project] [update 1.4] #14137/#14138

2011-09-13 Thread Marcus Denker
14137 - Issue 4596:WeakOrderedColllection array is replaced by an Array instead of a WeakArray (UNDO the UNDO... part1) 14138 - Issue 4596:WeakOrderedColllection array is replaced by an Array instead of a WeakArray (UNDO the UNDO... part2). Remove Ord

Re: [Pharo-project] Zinc HTTPS

2011-09-13 Thread Göran Krampe
Hi! On 09/12/2011 12:35 PM, Sven Van Caekenberghe wrote: The problem is that the new SocketStream implementation worked fine for me during development (on Mac), but later I found out that there are subtle but critical problems on the other platforms. Just a few words about the SocketStream i

[Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Stéphane Ducasse
on jenkins Stef

[Pharo-project] where is the latest stackVM?

2011-09-13 Thread Stéphane Ducasse
on jenkins. Stef

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Mariano Martinez Peck
When you load something with Metacello, what do you want? bleedingEdge or stable? ;) On Tue, Sep 13, 2011 at 9:48 AM, Stéphane Ducasse wrote: > on jenkins > > Stef > > -- Mariano http://marianopeck.wordpress.com

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Luc Fabresse
Perhaps we should have two tabs on jenkins: - VM blessed (stable) - VM bleeding (unstable) #Luc 2011/9/13 Mariano Martinez Peck > When you load something with Metacello, what do you want? bleedingEdge or > stable? ;) > > On Tue, Sep 13, 2011 at 9:48 AM, Stéphane Ducasse < > stephane.duca...@

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Marcus Denker
On Sep 13, 2011, at 9:53 AM, Luc Fabresse wrote: > > Perhaps we should have two tabs on jenkins: > - VM blessed (stable) > - VM bleeding (unstable) > and than remove the blessed and bleeding terms (they just confuse and are very strange if you translate them to your native language...). > #L

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Luc Fabresse
2011/9/13 Marcus Denker > > On Sep 13, 2011, at 9:53 AM, Luc Fabresse wrote: > > > > > Perhaps we should have two tabs on jenkins: > > - VM blessed (stable) > > - VM bleeding (unstable) > > > and than remove the blessed and bleeding terms (they just confuse and are > very strange if you translat

Re: [Pharo-project] Zinc HTTPS

2011-09-13 Thread Sven Van Caekenberghe
Göran, On 13 Sep 2011, at 09:38, Göran Krampe wrote: > Hi! > > On 09/12/2011 12:35 PM, Sven Van Caekenberghe wrote: >> The problem is that the new SocketStream implementation worked fine for me >> during development (on Mac), but later I found out that there are subtle but >> critical problems

Re: [Pharo-project] Shortcut from code pane to methods?

2011-09-13 Thread Mariano Martinez Peck
On Mon, Sep 12, 2011 at 3:42 PM, Camillo Bruni wrote: > It is partly working now (with a little overhead) > > what do you mean with "now" ? where ? which browser? how can I make it work in my images ? > shift + tab moves to the top panel and focuses on the method list > arrow keys work as us

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Stéphane Ducasse
I know the difference between blessed and bleeding edge this is not the problem My problems are what are the implications: changes within a month? what are the points that got fixed? So that I can evaluate which one I should use and control my stress. Stef > When you load something with Metace

[Pharo-project] HashProof

2011-09-13 Thread HwaJong Oh
At page 202 in the book Pharo by Exmaple, it says: "A difficult error to spot is when you redefine = but not hash. The symptoms are that you will lose elements that you put in sets or other strange behaviour. ..." I have come up of an idea that can blow this away. HashProof is a trait that gua

Re: [Pharo-project] Shortcut from code pane to methods?

2011-09-13 Thread Mariano Martinez Peck
On Mon, Sep 12, 2011 at 11:21 AM, Lukas Renggli wrote: > Sure that can be done in OB. You just need to define 2 command classes > that are bound to the appropriate keys. > > OK, thanks. > Lukas > > On 12 September 2011 11:05, Mariano Martinez Peck > wrote: > > Hi guys. I find myself lots of ti

Re: [Pharo-project] shift of -1@0 when clicking a morph

2011-09-13 Thread Gary Chambers
Have you checked to morph's bounds in case the origin/corner has non Integer values? I've seen odd behaviour when they are Floats or Fractions. (just a stab-in-the-dark, worth checking though) Regards, Gary - Original Message - From: "Tudor Girba" To: Sent: Saturday, September 10,

Re: [Pharo-project] Windows with nested top menu

2011-09-13 Thread Gary Chambers
Hi See UITheme class>>exampleWindowWithToolbars. There is support in (Toggle)MenuItems for "keyText" (showing a description of a keyboard shortcut) though the actual keyboard handling must be implemented yourself where it is required. Regards, Gary - Original Message - From: "Alain

Re: [Pharo-project] shift of -1@0 when clicking a morph

2011-09-13 Thread Mariano Martinez Peck
On Tue, Sep 13, 2011 at 11:27 AM, Gary Chambers wrote: > Have you checked to morph's bounds in case the origin/corner has non > Integer values? > I've seen odd behaviour when they are Floats or Fractions. > > yes, like putting them into a PointArray. Floats for example will lose the decimal part.

Re: [Pharo-project] Zinc HTTPS

2011-09-13 Thread Göran Krampe
On 09/13/2011 10:20 AM, Sven Van Caekenberghe wrote: I respect the current SocketStream: it is used by all of us everyday and it works reliably. The problem is that its code base has grown in all kinds of directions and in complexity. I will have to take a look in Pharo, because I haven't rea

[Pharo-project] [update 1.4] #14139

2011-09-13 Thread Marcus Denker
14139 - Issue 4548: Explorer wont browse the explored class http://code.google.com/p/pharo/issues/detail?id=4548 Issue 4786: Tests for System-Support and added Behavior>>referencedClasses http://code.google.com/p/pharo/issues/detail?id=4786 Issue 4789:

Re: [Pharo-project] [update 1.4] #14139

2011-09-13 Thread Alexandre Bergel
Thanks Marcus! Alexandre On 13 Sep 2011, at 08:37, Marcus Denker wrote: > 14139 > - > > Issue 4548: Explorer wont browse the explored class > http://code.google.com/p/pharo/issues/detail?id=4548 > > Issue 4786: Tests for System-Support and added Behavior>>referencedClasses

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Alexandre Bergel
The last version with all the green tests. Alexandre On 13 Sep 2011, at 04:50, Mariano Martinez Peck wrote: > When you load something with Metacello, what do you want? bleedingEdge or > stable? ;) > > On Tue, Sep 13, 2011 at 9:48 AM, Stéphane Ducasse > wrote: > on jenkins > > Stef > >

[Pharo-project] [update 1.3] #13307

2011-09-13 Thread Marcus Denker
13307 - Issue 4548: Explorer wont browse the explored class http://code.google.com/p/pharo/issues/detail?id=4548 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Zinc HTTPS

2011-09-13 Thread Sven Van Caekenberghe
On 13 Sep 2011, at 13:10, Göran Krampe wrote: > I could and will try to squeeze it in, but I am mainly hacking Jtalk these > days :) OK >> The cool thing is: all of Zn's +170 unit tests, most doing actual HTTP >> client and server interactions (some over the internet) succeed using the >> ne

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Igor Stasenko
Use blessed one. The other build(s) are for development. Esteban using these to test new builds, before releasing a stable version. On 13 September 2011 13:41, Alexandre Bergel wrote: > The last version with all the green tests. > > Alexandre > > > On 13 Sep 2011, at 04:50, Mariano Martinez Pec

Re: [Pharo-project] Zinc HTTPS

2011-09-13 Thread Sven Van Caekenberghe
On 12 Sep 2011, at 14:45, Sven Van Caekenberghe wrote: > Now, I still have to try the actual SSL tests by moving the plugin inside the > One Click VM's on Linux and Windows. > I'll report on how that goes later on when I have some more time. I took a current Pharo One Click 1.3 (actually #13299

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Esteban Lorenzano
that's exactly what Cog-Mac-Cocoa and Cog-Mac-Cocoa-blessed are... but yes, the names are some kind confusing :) Esteban El 13/09/2011, a las 4:53a.m., Luc Fabresse escribió: > > Perhaps we should have two tabs on jenkins: > - VM blessed (stable) > - VM bleeding (unstable) > > #Luc > > > >

[Pharo-project] Pharo and SSL

2011-09-13 Thread Torsten Bergmann
>Hello.I'm developing an application, and I need SSL support from >PharoMy dream I can access the Pharo app from a https url.Can I do >this with just the pure Pharo image?(Yes I know some plugin >needed.)But I dont want to use the Apache or other web server >Thx.ByteLászló Zsolt At least you need

Re: [Pharo-project] should I use cocoa-blessed or cocoa?

2011-09-13 Thread Sean P. DeNigris
Marcus Denker-4 wrote: > >> Perhaps we should have two tabs on jenkins: >> - VM blessed (stable) >> - VM bleeding (unstable) > +1 for: - VM-stable - VM-unstable -- View this message in context: http://forum.world.st/should-I-use-cocoa-blessed-or-cocoa-tp3809385p3810046.html Sent from the Pha

Re: [Pharo-project] vm test volunteers

2011-09-13 Thread Dave Mason
Hi Esteban, On Sep 12, 2011, at 23:44, Esteban Lorenzano wrote: > El 12/09/2011, a las 4:28p.m., Dave Mason escribió: > >> Seems to work on Leopard (loads my image - I think Pharo-1.2). But if I go >> into Settings and set full-screen mode, Cmd-Tab and keyboard space change >> keys no longer

Re: [Pharo-project] vm test volunteers

2011-09-13 Thread Esteban Lorenzano
Hi, El 13/09/2011, a las 10:27a.m., Dave Mason escribió: > Hi Esteban, > > On Sep 12, 2011, at 23:44, Esteban Lorenzano wrote: > >> El 12/09/2011, a las 4:28p.m., Dave Mason escribió: >> >>> Seems to work on Leopard (loads my image - I think Pharo-1.2). But if I go >>> into Settings and set

[Pharo-project] Developing on virtualized Android

2011-09-13 Thread Torsten Bergmann
Hi Dimitry, did you try Pharo/Squeak for android on Android x86 and virtualbox (without a device) http://androidspin.com/2011/01/24/howto-install-android-x86-2-2-in-virtualbox Is there a short howto? Would be nice for people to play with it even without an android device... Thanks Torsten --

[Pharo-project] Fix for Explorer->Browse full

2011-09-13 Thread Sean P. DeNigris
You may have noticed the very annoying bug in 1.3 and 1.4, where when you try to browse the class, the browser always takes you to ByteString, no matter what's selected. This has been fixed in both 1.3 and 1.4 (http://code.google.com/p/pharo/issues/detail?id=4548). If you have a version of 1.3 dev

[Pharo-project] Where to get the latest 1.3 dev

2011-09-13 Thread Torsten Bergmann
Looks like the old Hudson is down https://pharo-ic.lille.inria.fr/hudson/ and the Jenkins provides only the new 1.4 https://ci.lille.inria.fr/pharo/ The site http://www.pharo-project.org/pharo-download/unstable also points to 1.4 while http://www.pharo-project.org/pharo-download/unstable-cor

[Pharo-project] FS writestream

2011-09-13 Thread Stéphane Ducasse
| working stream | working := FSFilesystem disk workingDirectory. stream := (working / 'foo.txt') writeStream. stream nextPutAll: 'Hello World'. stream close. stream := (working / 'foo.txt') readStream. stream contents. returns #[72 101 108 108 111 32 87 111 114 108

Re: [Pharo-project] Developing on virtualized Android

2011-09-13 Thread Dimitry Golubovsky
Torsten, No, I started on a real ARM device. ARM emulator was way too slow on my 2 GHz Athlon64x2. I considered it cheaper to buy an actual device (cost me $160, and I needed one anyway) than to buy a faster PC ;). That was in January 2011; now I think these devices got even cheaper. I never real

Re: [Pharo-project] FS writestream

2011-09-13 Thread Alexandre Bergel
Looks like there is a confusion between binary and text stream Alexandre On 13 Sep 2011, at 11:09, Stéphane Ducasse wrote: > | working stream | > working := FSFilesystem disk workingDirectory. > stream := (working / 'foo.txt') writeStream. > stream nextPutAll: 'Hello World'. > stream close. > st

[Pharo-project] missing basicRename:

2011-09-13 Thread Stéphane Ducasse
rename: sourcePath ifAbsent: aBlock as: destPath ifPresent: pBlock "Rename the file referenced as sourcePath to the destination referred as destPath. Perform associate actions in case of problems." | source destination | source := self resolve: sourcePa

Re: [Pharo-project] FS writestream

2011-09-13 Thread Stéphane Ducasse
or strings and widestrings. Stef On Sep 13, 2011, at 4:11 PM, Alexandre Bergel wrote: > Looks like there is a confusion between binary and text stream > > Alexandre > > On 13 Sep 2011, at 11:09, Stéphane Ducasse wrote: > >> | working stream | >> working := FSFilesystem disk workingDirectory. >

Re: [Pharo-project] FS writestream

2011-09-13 Thread Lukas Renggli
Then you also need to specify an encoding. Otherwise it does not make sense for a FSReadStream to return a String. Strictly speaking the FSWriteStream shouldn't accept a String as input either. Lukas On 13 September 2011 16:36, Stéphane Ducasse wrote: > or strings and widestrings. > > Stef > On

Re: [Pharo-project] FS writestream

2011-09-13 Thread Camillo Bruni
Concerning the encoding problem I would say so too… But there's another "problem" with FS file streams, they are correctly programmed and have a 1 based index. Whereas existing FileStreams are 0 based (no clue why that..) As an example I remember that we could not dump MCZ files directly to FS

Re: [Pharo-project] Where to get the latest 1.3 dev

2011-09-13 Thread Marcus Denker
On Sep 13, 2011, at 4:02 PM, Torsten Bergmann wrote: > Looks like the old Hudson is down up again: https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.3/ Yes, we need to move everything to Jenkins... > https://pharo-ic.lille.inria.fr/hudson/ > and the Jenkins provides only the new

Re: [Pharo-project] missing basicRename:

2011-09-13 Thread Camillo Bruni
Yep looks like this hasn't been implemented so far… (also no tests) On 2011-09-13, at 16:29, Stéphane Ducasse wrote: > rename: sourcePath ifAbsent: aBlock as: destPath ifPresent: pBlock > "Rename the file referenced as sourcePath to the destination referred > as destPath. > Perform

Re: [Pharo-project] FS writestream

2011-09-13 Thread Igor Stasenko
On 13 September 2011 16:41, Lukas Renggli wrote: > Then you also need to specify an encoding. Otherwise it does not make > sense for a FSReadStream to return a String. > > Strictly speaking the FSWriteStream shouldn't accept a String as input either. > +1000 there should be a clear separation be

Re: [Pharo-project] MethodContext #tempScopedNames vs #tempAt

2011-09-13 Thread Philippe Marschall
On 12.09.2011 23:11, Eliot Miranda wrote: > Hi Phillipe, > > On Mon, Sep 12, 2011 at 11:06 AM, Philippe Marschall > mailto:kus...@gmx.net>> wrote: > > Hi > > While trying to debug the debugger in Seaside (hi Mike) I stumbled on > something funny. Seaside the following code to work: >

[Pharo-project] What is an abstract method?

2011-09-13 Thread Alexandre Bergel
Hi! Apparently, the following method is abstract: ArrayedCollection>>add: newObject self shouldNotImplement If I evaluate: (ArrayedCollection>>#add:) isAbstract => true This is not quite right. A method that is cancelled is not abstract. I propose to change CompiledMethod>>abstractMar

Re: [Pharo-project] FS writestream

2011-09-13 Thread Stéphane Ducasse
Ok now who will do that? Stef On Sep 13, 2011, at 6:12 PM, Igor Stasenko wrote: > On 13 September 2011 16:41, Lukas Renggli wrote: >> Then you also need to specify an encoding. Otherwise it does not make >> sense for a FSReadStream to return a String. >> >> Strictly speaking the FSWriteStream

Re: [Pharo-project] What is an abstract method?

2011-09-13 Thread Eliot Miranda
On Tue, Sep 13, 2011 at 10:52 AM, Alexandre Bergel wrote: > Hi! > > Apparently, the following method is abstract: > > ArrayedCollection>>add: newObject >self shouldNotImplement > > If I evaluate: > (ArrayedCollection>>#add:) isAbstract => true > > This is not quite right. A method that is

Re: [Pharo-project] Zinc HTTPS

2011-09-13 Thread Guillermo Polito
In Linux/Pharo1.4 I've 2 failing tests: testGForceInria testSlashdotGzipChunked Thank you very much! :) On Tue, Sep 13, 2011 at 9:42 AM, Sven Van Caekenberghe wrote: > > On 12 Sep 2011, at 14:45, Sven Van Caekenberghe wrote: > > > Now, I still have to try the actual SSL tests by moving the plug

Re: [Pharo-project] What is an abstract method?

2011-09-13 Thread Lukas Renggli
The definition of what is considered an abstract class/method highly depends on the point of view. Therefor I have repeatedly argued that it is a very bad idea to have ClassDescription>>#isAbstractClass, Class>>#isAbstractClass, MetaClass>>isAbstractClass, and CompiledMethod>>#isAbstract. I don't s

[Pharo-project] Pharo One Click 1.3 LNK file

2011-09-13 Thread Sven Van Caekenberghe
There is a problem with the current Pharo One Click 1.3 LNK (.lnk) file on Windows. It refers to non existing paths and thus does not work. More specifically the 'Target' and 'Starts In' fields are wrong. I know close to nothing about Windows, can somebody else help here ? Ideally these should

Re: [Pharo-project] Pharo One Click 1.3 LNK file

2011-09-13 Thread Lukas Renggli
On 13 September 2011 21:00, Sven Van Caekenberghe wrote: > There is a problem with the current Pharo One Click 1.3 LNK (.lnk) file on > Windows. > > It refers to non existing paths and thus does not work. > > More specifically the 'Target' and 'Starts In' fields are wrong. > > I know close to not

[Pharo-project] Zodiac Alpha - September 13, 2011

2011-09-13 Thread Sven Van Caekenberghe
I uploaded a modified PharoOneClick 1.3 app for Mac OS X, Linux and Windows to make it easier for others to test Zodiac, an as yet unfinished attempt at a better (secure) socket stream, in order to support HTTPS. This is a 40Mb download. The included VM contains the necessary native SSL plugins

Re: [Pharo-project] shift of -1@0 when clicking a morph

2011-09-13 Thread Tudor Girba
Hi, Apparently, this issue is related to VMs at least on Mac. Try the followings: 1. download sample image: http://dl.dropbox.com/u/18323746/Tmp/moose-drag-issue.zip 2. execute it with the latest Jenkins blessed VM: https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa-blessed/lastSuccessfu

Re: [Pharo-project] Zodiac Alpha - September 13, 2011

2011-09-13 Thread Stéphane Ducasse
thanks sven BTW we will start to write a chapter on zinc with olivier auverlot :) On Sep 13, 2011, at 9:10 PM, Sven Van Caekenberghe wrote: > I uploaded a modified PharoOneClick 1.3 app for Mac OS X, Linux and Windows > to make it easier for others to test Zodiac, an as yet unfinished attempt a

Re: [Pharo-project] shift of -1@0 when clicking a morph

2011-09-13 Thread Alexandre Bergel
No problem at all with http://www.mirandabanda.org/files/Cog/VM/VM.r2489/Cog.app.tgz With CogVM the problem is quite apparent. Alexandre On 13 Sep 2011, at 17:21, Tudor Girba wrote: > Hi, > > Apparently, this issue is related to VMs at least on Mac. > > Try the followings: > 1. download sam

[Pharo-project] anyone have a more up-to-date MethodWrappers for Squeak than MethodWrappers3.9-pmm.10?

2011-09-13 Thread Eliot Miranda
Hi All, the most up-to-date MethodWrappers I can find is for Squeak 3.9, pre-closures. Anyone have anything compatible with Squeak 4.1/4.2/Pharo 1.1/1.2/1.3? -- best, Eliot

Re: [Pharo-project] [squeak-dev] anyone have a more up-to-date MethodWrappers for Squeak than MethodWrappers3.9-pmm.10?

2011-09-13 Thread Mariano Martinez Peck
Eliot, you can take a look to http://www.squeaksource.com/ObjectMetaTools Package MethodWrapper. Do you mean the implementation that uses the #run:with:in ? Cheers On Tue, Sep 13, 2011 at 11:42 PM, Eliot Miranda wrote: > Hi All, > > the most up-to-date MethodWrappers I can find is for Sq

Re: [Pharo-project] shift of -1@0 when clicking a morph

2011-09-13 Thread Alexandre Bergel
This problem is bizarre. > No problem at all with > http://www.mirandabanda.org/files/Cog/VM/VM.r2489/Cog.app.tgz I just tried now, and the problem is apparent. Alexandre > > With CogVM the problem is quite apparent. > > Alexandre > > > On 13 Sep 2011, at 17:21, Tudor Girba wrote: > >>

Re: [Pharo-project] [squeak-dev] anyone have a more up-to-date MethodWrappers for Squeak than MethodWrappers3.9-pmm.10?

2011-09-13 Thread Eliot Miranda
On Tue, Sep 13, 2011 at 2:58 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Eliot, you can take a look to > > http://www.squeaksource.com/ObjectMetaTools > > > Package MethodWrapper. Do you mean the implementation that uses the > #run:with:in ? > I'll take a look at this. I'd start

[Pharo-project] Downloading configuration on Pharo1.3 and Pharo1.4 freezes my image

2011-09-13 Thread Guillermo Polito
Hi! Some students had their Pharo1.3 and Pharo1.4 images freezed when executing the following script: Gofer it squeaksource: 'ObjectBrowser'; package: 'ConfigurationOfObjectBrowser'; load. (ConfigurationOfObjectBrowser project version: #bleedingEdge) load I've reproduced it with the

Re: [Pharo-project] MethodContext #tempScopedNames vs #tempAt

2011-09-13 Thread Philippe Marschall
On 13.09.2011 18:54, Philippe Marschall wrote: > On 12.09.2011 23:11, Eliot Miranda wrote: >> Hi Phillipe, >> >> On Mon, Sep 12, 2011 at 11:06 AM, Philippe Marschall >> mailto:kus...@gmx.net>> wrote: >> >> Hi >> >> While trying to debug the debugger in Seaside (hi Mike) I stumbled on >>

Re: [Pharo-project] Pharo One Click 1.3 LNK file

2011-09-13 Thread Sven Van Caekenberghe
On 13 Sep 2011, at 21:07, Lukas Renggli wrote: > On 13 September 2011 21:00, Sven Van Caekenberghe wrote: >> There is a problem with the current Pharo One Click 1.3 LNK (.lnk) file on >> Windows. >> >> It refers to non existing paths and thus does not work. >> >> More specifically the 'Target

Re: [Pharo-project] Pharo One Click 1.3 LNK file

2011-09-13 Thread Marcus Denker
On Sep 13, 2011, at 9:00 PM, Sven Van Caekenberghe wrote: > There is a problem with the current Pharo One Click 1.3 LNK (.lnk) file on > Windows. > > It refers to non existing paths and thus does not work. > > More specifically the 'Target' and 'Starts In' fields are wrong. > > I know close t

Re: [Pharo-project] Downloading configuration on Pharo1.3 and Pharo1.4 freezes my image

2011-09-13 Thread Marcus Denker
On Sep 14, 2011, at 4:29 AM, Guillermo Polito wrote: > Hi! > > Some students had their Pharo1.3 and Pharo1.4 images freezed when executing > the following script: > > Gofer it > squeaksource: 'ObjectBrowser'; > package: 'ConfigurationOfObjectBrowser'; > load. > > (Configuratio

Re: [Pharo-project] Pharo One Click 1.3 LNK file

2011-09-13 Thread Sven Van Caekenberghe
On 14 Sep 2011, at 08:19, Marcus Denker wrote: > The One-Click here: > > https://gforge.inria.fr/frs/download.php/28922/Pharo-1.3-OneClick.zip > > Does not use a LNK File, it just has the exe in the main directory. And > current VMs. > > (Yes, and the one click on the Build server is ou

Re: [Pharo-project] Pharo One Click 1.3 LNK file

2011-09-13 Thread Marcus Denker
On Sep 14, 2011, at 8:28 AM, Sven Van Caekenberghe wrote: > > On 14 Sep 2011, at 08:19, Marcus Denker wrote: > >> The One-Click here: >> >> https://gforge.inria.fr/frs/download.php/28922/Pharo-1.3-OneClick.zip >> >> Does not use a LNK File, it just has the exe in the main directory. And

Re: [Pharo-project] Pharo One Click 1.3 LNK file

2011-09-13 Thread Peter Hugosson-Miller
+100!! -- Cheers, Peter. On 14 sep 2011, at 08:31, Marcus Denker wrote: > > On Sep 14, 2011, at 8:28 AM, Sven Van Caekenberghe wrote: > >> >> On 14 Sep 2011, at 08:19, Marcus Denker wrote: >> >>> The One-Click here: >>> >>>https://gforge.inria.fr/frs/download.php/28922/Pharo-1.3-OneCli

[Pharo-project] [CI-Server] Hudson discontinued Oct 1st

2011-09-13 Thread Marcus Denker
Hello, We have right now two integration setups: Hudson. Old https://pharo-ic.lille.inria.fr/hudson/ Jenkins. New https://ci.lille.inria.fr/pharo/ Running two setups is very confusing for everyone. Therefore, the old one will be turned *OFF* Oct 10th. All important projects w