Re: [Pharo-dev] MetacelloRepository

2013-06-04 Thread Tudor Girba
Which is a good thing :)

Thanks,
Doru


On Tue, Jun 4, 2013 at 9:28 AM, Stéphane Ducasse
stephane.duca...@inria.frwrote:


 On Jun 4, 2013, at 7:18 AM, Hilaire Fernandes hilaire.fernan...@gmail.com
 wrote:

  Stephane,
 
  The lack for me was the configurationOfXML with the XML-Parser version I
  use (#20, a bit old).
  As this is problably limited to my sistuation I recreate a
  configurationOfXML in my own repo.
 
  Btw, I use XML-Parser for both read and write of XML file.
  Was XML-support splited in two packages recently?

 yes
 Normally when loading the parser you would get the writer but damien cut
 it apart.

 Stef

 
  Thanks
 
  Hilaire
 
  Le 03/06/2013 22:08, Stéphane Ducasse a écrit :
  Hilaire
 
  Normally this is XMLParser. I extracted just the XML parser and not all
 the tools.
  Now if you want to write you have XMLWriter.
 
  Let us know if it works.
 
  Stef
 
  On Jun 3, 2013, at 10:17 AM, Hilaire Fernandes 
 hilaire.fernan...@gmail.com wrote:
 
  Hello,
 
  To build DrGeo I use the squeaksource MetacelloRepository (example
 bellow).
  I can not find it in SmalltalkHub?
  I can see in PahroExtra/XMLParser ConfigurationOfXMLParser, is it the
  same as ConfigurationOfXMLSupport. Can I find equivalent of
  ConfigurationOfXMLSupport matching the exact same XML source version?
  Unhelpful, I did not find how to browse the source form Smalltalkhub to
  explore online the ConfigurationOf... code.
 
  Thanks
 
  Hilaire
 
 
  baseline1012: spec
version: '10.12-baseline'
spec for: #pharo do: [
spec blessing: #baseline.
spec project: 'XML Parser' with: [
spec className: 'ConfigurationOfXMLSupport';
version: '1.0.1';
loads: #('default');
file: 'ConfigurationOfXMLSupport';
repository: '
 http://www.squeaksource.com/MetacelloRepository'].
spec package: 'DrGeoII-Core' with: [
spec requires: 'XML Parser']]
 
  --
  Dr. Geo - http://drgeo.eu
 
 
 
 
 
  --
  Dr. Geo - http://drgeo.eu
 
 





-- 
www.tudorgirba.com

Every thing has its own flow


Re: [Pharo-dev] MetacelloRepository

2013-06-03 Thread Stéphane Ducasse
Hilaire

Normally this is XMLParser. I extracted just the XML parser and not all the 
tools.
Now if you want to write you have XMLWriter.

Let us know if it works.

Stef

On Jun 3, 2013, at 10:17 AM, Hilaire Fernandes hilaire.fernan...@gmail.com 
wrote:

 Hello,
 
 To build DrGeo I use the squeaksource MetacelloRepository (example bellow).
 I can not find it in SmalltalkHub?
 I can see in PahroExtra/XMLParser ConfigurationOfXMLParser, is it the
 same as ConfigurationOfXMLSupport. Can I find equivalent of
 ConfigurationOfXMLSupport matching the exact same XML source version?
 Unhelpful, I did not find how to browse the source form Smalltalkhub to
 explore online the ConfigurationOf... code.
 
 Thanks
 
 Hilaire
 
 
 baseline1012: spec
version: '10.12-baseline'
spec for: #pharo do: [
spec blessing: #baseline.
spec project: 'XML Parser' with: [
spec className: 'ConfigurationOfXMLSupport';
version: '1.0.1';
loads: #('default');
file: 'ConfigurationOfXMLSupport';
repository: 'http://www.squeaksource.com/MetacelloRepository'].
spec package: 'DrGeoII-Core' with: [
spec requires: 'XML Parser']]
 
 -- 
 Dr. Geo - http://drgeo.eu
 
 




Re: [Pharo-dev] MetacelloRepository

2013-06-03 Thread Hilaire Fernandes
Stephane,

The lack for me was the configurationOfXML with the XML-Parser version I
use (#20, a bit old).
As this is problably limited to my sistuation I recreate a
configurationOfXML in my own repo.

Btw, I use XML-Parser for both read and write of XML file.
Was XML-support splited in two packages recently?

Thanks

Hilaire

Le 03/06/2013 22:08, Stéphane Ducasse a écrit :
 Hilaire

 Normally this is XMLParser. I extracted just the XML parser and not all the 
 tools.
 Now if you want to write you have XMLWriter.

 Let us know if it works.

 Stef

 On Jun 3, 2013, at 10:17 AM, Hilaire Fernandes hilaire.fernan...@gmail.com 
 wrote:

 Hello,

 To build DrGeo I use the squeaksource MetacelloRepository (example bellow).
 I can not find it in SmalltalkHub?
 I can see in PahroExtra/XMLParser ConfigurationOfXMLParser, is it the
 same as ConfigurationOfXMLSupport. Can I find equivalent of
 ConfigurationOfXMLSupport matching the exact same XML source version?
 Unhelpful, I did not find how to browse the source form Smalltalkhub to
 explore online the ConfigurationOf... code.

 Thanks

 Hilaire


 baseline1012: spec
version: '10.12-baseline'
spec for: #pharo do: [
spec blessing: #baseline.
spec project: 'XML Parser' with: [
spec className: 'ConfigurationOfXMLSupport';
version: '1.0.1';
loads: #('default');
file: 'ConfigurationOfXMLSupport';
repository: 'http://www.squeaksource.com/MetacelloRepository'].
spec package: 'DrGeoII-Core' with: [
spec requires: 'XML Parser']]

 -- 
 Dr. Geo - http://drgeo.eu





-- 
Dr. Geo - http://drgeo.eu