I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer]. Since I didn't have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem? Thanks again :)
there are two packages XMLParser and XMLWriter in PharoExtras Stef
I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer].
Since I didnât have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem?
Thanks again J
Yes I have them both and both packages donât have an XMLWriter class :) Check the screen shots⦠[cid:image001.png@01CE91DD.1F0DC880] [cid:image002.png@01CE91DD.1F0DC880] From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Stéphane Ducasse Sent: Monday, August 05, 2013 12:54 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class there are two packages XMLParser and XMLWriter in PharoExtras Stef I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer]. Since I didnât have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem? Thanks again :)
I use both of them these days and I do not have problem. I have installed them from world menu -> Tools -> Configuration Browser (XMLParser-DamienCassou.143, XMLWriter-CamilloBruni.2). It looks like you have something different in your image (or corrupted). See attachment. Image of Pharo 2 downloaded from project page. Cheers, Jura El 05-08-2013, a las 8:10, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu> escribió:
Yes I have them both and both packages donât have an XMLWriter class J Check the screen shots⦠<image001.png> <image002.png>
From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Stéphane Ducasse Sent: Monday, August 05, 2013 12:54 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class
there are two packages
XMLParser and XMLWriter
in PharoExtras
Stef
I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer].
Since I didnât have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem?
Thanks again J
I was about to say the same thing :). How did you install them? I'd recommend not to install the packages manually unless you are the package developer, since their dependencies are not explicit. Usually, since both packages have their own version and evolve independently for our CVS (monticello), we use metacello to manage the projects configurations. So, I'd follow Juraj advice and have a look at the configuration browser. Guille On Mon, Aug 5, 2013 at 2:19 PM, Juraj Kubelka <juraj.kubelka@gmail.com>wrote:
I use both of them these days and I do not have problem. I have installed them from world menu -> Tools -> Configuration Browser (XMLParser-DamienCassou.143, XMLWriter-CamilloBruni.2). It looks like you have something different in your image (or corrupted). See attachment. Image of Pharo 2 downloaded from project page.
Cheers, Jura
El 05-08-2013, a las 8:10, "Mohammad Al Houssami (Alumni)" < mha53@mail.aub.edu> escribió:
Yes I have them both and both packages donât have an XMLWriter class J Check the screen shotsâ¦**** <image001.png>**** <image002.png>****
*From:* Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] *On Behalf Of *Stéphane Ducasse *Sent:* Monday, August 05, 2013 12:54 PM *To:* Any question about pharo is welcome *Subject:* Re: [Pharo-users] XMLWriter Class**** ** ** there are two packages**** ** ** XMLParser**** and **** XMLWriter **** ** ** in PharoExtras**** ** ** Stef****
**** I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn *printOn: aStream***** * (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer].
*Since I didnât have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem?
Thanks again J****
I just downloaded all the require mcz files and dropped them into pharo. I cant find the same versions you told me about Jura. [cid:image001.png@01CE91E0.934ECD40] I tried to install XMLWriter but since I had one already I had some errors so I removed the whole package... I installed it and I got no errors... but I cant find it in my system browser anymore... What did I do wrong ? From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Guillermo Polito Sent: Monday, August 05, 2013 1:27 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class I was about to say the same thing :). How did you install them? I'd recommend not to install the packages manually unless you are the package developer, since their dependencies are not explicit. Usually, since both packages have their own version and evolve independently for our CVS (monticello), we use metacello to manage the projects configurations. So, I'd follow Juraj advice and have a look at the configuration browser. Guille On Mon, Aug 5, 2013 at 2:19 PM, Juraj Kubelka <juraj.kubelka@gmail.com<mailto:juraj.kubelka@gmail.com>> wrote: I use both of them these days and I do not have problem. I have installed them from world menu -> Tools -> Configuration Browser (XMLParser-DamienCassou.143, XMLWriter-CamilloBruni.2). It looks like you have something different in your image (or corrupted). See attachment. Image of Pharo 2 downloaded from project page. Cheers, Jura [cid:image002.jpg@01CE91E0.934ECD40] El 05-08-2013, a las 8:10, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu<mailto:mha53@mail.aub.edu>> escribió: Yes I have them both and both packages don't have an XMLWriter class :) Check the screen shots... <image001.png> <image002.png> From: Pharo-users [mailto:pharo-<mailto:pharo->users-bounces@lists.pharo.org<mailto:users-bounces@lists.pharo.org>] On Behalf Of Stéphane Ducasse Sent: Monday, August 05, 2013 12:54 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class there are two packages XMLParser and XMLWriter in PharoExtras Stef I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer]. Since I didn't have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem? Thanks again :)
Oh I think I should run a command for things to work.I have used this before (Smalltalk at: #ConfigurationOfXMLWriter) perform: #loadDefault so I think I should do something similar now ? From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Mohammad Al Houssami (Alumni) Sent: Monday, August 05, 2013 1:35 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class I just downloaded all the require mcz files and dropped them into pharo. I cant find the same versions you told me about Jura. [cid:image001.png@01CE91E1.4D867690] I tried to install XMLWriter but since I had one already I had some errors so I removed the whole package... I installed it and I got no errors... but I cant find it in my system browser anymore... What did I do wrong ? From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Guillermo Polito Sent: Monday, August 05, 2013 1:27 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class I was about to say the same thing :). How did you install them? I'd recommend not to install the packages manually unless you are the package developer, since their dependencies are not explicit. Usually, since both packages have their own version and evolve independently for our CVS (monticello), we use metacello to manage the projects configurations. So, I'd follow Juraj advice and have a look at the configuration browser. Guille On Mon, Aug 5, 2013 at 2:19 PM, Juraj Kubelka <juraj.kubelka@gmail.com<mailto:juraj.kubelka@gmail.com>> wrote: I use both of them these days and I do not have problem. I have installed them from world menu -> Tools -> Configuration Browser (XMLParser-DamienCassou.143, XMLWriter-CamilloBruni.2). It looks like you have something different in your image (or corrupted). See attachment. Image of Pharo 2 downloaded from project page. Cheers, Jura [cid:image002.jpg@01CE91E1.4D867690] El 05-08-2013, a las 8:10, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu<mailto:mha53@mail.aub.edu>> escribió: Yes I have them both and both packages don't have an XMLWriter class :) Check the screen shots... <image001.png> <image002.png> From: Pharo-users [mailto:pharo-<mailto:pharo->users-bounces@lists.pharo.org<mailto:users-bounces@lists.pharo.org>] On Behalf Of Stéphane Ducasse Sent: Monday, August 05, 2013 12:54 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class there are two packages XMLParser and XMLWriter in PharoExtras Stef I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer]. Since I didn't have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem? Thanks again :)
It look like you have a different pharo image. I use the actual stable 2. If you install what is offered, it does not work? If it is not, I think the best way is to migrate your project into new image. Just try a new image in order to be sure it works for you. Then you can investigate the bug in your image. Cheers, Jura El 05-08-2013, a las 8:35, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu> escribió:
I just downloaded all the require mcz files and dropped them into pharo. I cant find the same versions you told me about Jura. <image001.png> I tried to install XMLWriter but since I had one already I had some errors so I removed the whole package⦠I installed it and I got no errors⦠but I cant find it in my system browser anymore⦠What did I do wrong ?
From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Guillermo Polito Sent: Monday, August 05, 2013 1:27 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class
I was about to say the same thing :).
How did you install them? I'd recommend not to install the packages manually unless you are the package developer, since their dependencies are not explicit.
Usually, since both packages have their own version and evolve independently for our CVS (monticello), we use metacello to manage the projects configurations. So, I'd follow Juraj advice and have a look at the configuration browser.
Guille
On Mon, Aug 5, 2013 at 2:19 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote: I use both of them these days and I do not have problem. I have installed them from world menu -> Tools -> Configuration Browser (XMLParser-DamienCassou.143, XMLWriter-CamilloBruni.2). It looks like you have something different in your image (or corrupted). See attachment. Image of Pharo 2 downloaded from project page.
Cheers, Jura
<image002.jpg>
El 05-08-2013, a las 8:10, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu> escribió:
Yes I have them both and both packages donât have an XMLWriter class J Check the screen shots⦠<image001.png> <image002.png>
From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Stéphane Ducasse Sent: Monday, August 05, 2013 12:54 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class
there are two packages
XMLParser and XMLWriter
in PharoExtras
Stef
I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer].
Since I didnât have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem?
Thanks again J
That works perfectly.... I have no idea what went wrong but its working now. Thank you Juraj, Guille and Stef From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Juraj Kubelka Sent: Monday, August 05, 2013 1:49 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class It look like you have a different pharo image. I use the actual stable 2. If you install what is offered, it does not work? If it is not, I think the best way is to migrate your project into new image. Just try a new image in order to be sure it works for you. Then you can investigate the bug in your image. Cheers, Jura El 05-08-2013, a las 8:35, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu<mailto:mha53@mail.aub.edu>> escribió: I just downloaded all the require mcz files and dropped them into pharo. I cant find the same versions you told me about Jura. <image001.png> I tried to install XMLWriter but since I had one already I had some errors so I removed the whole package... I installed it and I got no errors... but I cant find it in my system browser anymore... What did I do wrong ? From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org<mailto:users-bounces@lists.pharo.org>] On Behalf Of Guillermo Polito Sent: Monday, August 05, 2013 1:27 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class I was about to say the same thing :). How did you install them? I'd recommend not to install the packages manually unless you are the package developer, since their dependencies are not explicit. Usually, since both packages have their own version and evolve independently for our CVS (monticello), we use metacello to manage the projects configurations. So, I'd follow Juraj advice and have a look at the configuration browser. Guille On Mon, Aug 5, 2013 at 2:19 PM, Juraj Kubelka <juraj.kubelka@gmail.com<mailto:juraj.kubelka@gmail.com>> wrote: I use both of them these days and I do not have problem. I have installed them from world menu -> Tools -> Configuration Browser (XMLParser-DamienCassou.143, XMLWriter-CamilloBruni.2). It looks like you have something different in your image (or corrupted). See attachment. Image of Pharo 2 downloaded from project page. Cheers, Jura <image002.jpg> El 05-08-2013, a las 8:10, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu<mailto:mha53@mail.aub.edu>> escribió: Yes I have them both and both packages don't have an XMLWriter class :) Check the screen shots... <image001.png> <image002.png> From: Pharo-users [mailto:pharo-<mailto:pharo->users-bounces@lists.pharo.org<mailto:users-bounces@lists.pharo.org>] On Behalf Of Stéphane Ducasse Sent: Monday, August 05, 2013 12:54 PM To: Any question about pharo is welcome Subject: Re: [Pharo-users] XMLWriter Class there are two packages XMLParser and XMLWriter in PharoExtras Stef I have asked about this earlier. I am using the XML library and in XML-Parser-Nodes there is a method printOn printOn: aStream (XMLWriter on: aStream) writeWith: [:writer | self writeXMLOn: writer]. Since I didn't have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem? Thanks again :)
participants (4)
-
Guillermo Polito -
Juraj Kubelka -
Mohammad Al Houssami (Alumni) -
Stéphane Ducasse