Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-30 Thread Stéphane Ducasse
Hi donald you have to define a configurationOfLog4J by hand (soon there will be a tool) Have a look at the metacello chapter http://rmod.lille.inria.fr/pbe2/ You can look for example at the Soup project in PharoExtras on SmalltalkHub to get an example. Now for your problem apparently yo

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Mariano Martinez Peck
On Sat, Jun 29, 2013 at 8:13 PM, Camillo Bruni wrote: > > On 2013-06-30, at 00:56, Camillo Bruni wrote: > > > > > On 2013-06-30, at 00:47, Donald wrote: > > > >> On 6/29/2013 4:42 PM, Camillo Bruni wrote: > >>> look at String >> #format: > >> ok, got that fixed. > >> > >> how do I remove the log

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Camillo Bruni
On 2013-06-30, at 00:56, Camillo Bruni wrote: > > On 2013-06-30, at 00:47, Donald wrote: > >> On 6/29/2013 4:42 PM, Camillo Bruni wrote: >>> look at String >> #format: >> ok, got that fixed. >> >> how do I remove the log4s dependency on >> >> Bindings-Core-tbn.1? >> >> I don't seen anythin

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Paul DeBruicker
And you're probably looking for ConfigurationOfLog4s rather than Log4j. On 06/29/2013 04:04 PM, Donald wrote: > On 6/29/2013 7:00 PM, Mariano Martinez Peck wrote: >> Hi Donald, >> >> I guess there should be a ConfigurationOfLog4j (or similar name) that >> defines the versions, the baselines,

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Paul DeBruicker
In Pharo2 you can hit shift+enter to open the 'spotlight' which will search for classes and method implementors. Start typing the class name into the box at the top right of the window. It will then start to autocomplete. You can press the down arrow key to select the class or method name and hi

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Donald
On 6/29/2013 7:00 PM, Mariano Martinez Peck wrote: Hi Donald, I guess there should be a ConfigurationOfLog4j (or similar name) that defines the versions, the baselines, dependencies, etc. Imagine this (similarly) as a ConfigurationMap. So I guess what you have to do is to take ConfigurationOf

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Mariano Martinez Peck
Hi Donald, I guess there should be a ConfigurationOfLog4j (or similar name) that defines the versions, the baselines, dependencies, etc. Imagine this (similarly) as a ConfigurationMap. So I guess what you have to do is to take ConfigurationOfLog4j, edit the necessary #baselineXXX method and remove

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Donald
On 6/29/2013 6:56 PM, Camillo Bruni wrote: On 2013-06-30, at 00:47, Donald wrote: On 6/29/2013 4:42 PM, Camillo Bruni wrote: look at String >> #format: ok, got that fixed. how do I remove the log4s dependency on Bindings-Core-tbn.1? I don't seen anything in the Monticello browser that let

Re: [Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Camillo Bruni
On 2013-06-30, at 00:47, Donald wrote: > On 6/29/2013 4:42 PM, Camillo Bruni wrote: >> look at String >> #format: > ok, got that fixed. > > how do I remove the log4s dependency on > > Bindings-Core-tbn.1? > > I don't seen anything in the Monticello browser that lets me > unload/unlink/remove

[Pharo-users] Remove a dependency (was Re: How to do this in Pharo 2?)

2013-06-29 Thread Donald
On 6/29/2013 4:42 PM, Camillo Bruni wrote: look at String >> #format: ok, got that fixed. how do I remove the log4s dependency on Bindings-Core-tbn.1? I don't seen anything in the Monticello browser that lets me unload/unlink/remove etc. Thanks On 2013-06-29, at 22:26, Donald wrote: L