Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1184 - 1213 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1184
Hi: I wonder why the class XM_CALLBACKS_FILTER inherits from XM_CALLBACKS_SOURCE, XM_CALLBACKS and XM_FORWARD_CALLBACKS. Since XM_FORWARD_CALLBACKS already...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Jul 29, 2004
5:58 pm
1185
... The comment gives a hint: XM_FORWARD_CALLBACKS -- implementation of default behaviour: -- forwarding to 'next' processor in chain this is to indicate that...
Franck Arnaud
nenieorg
Offline Send Email
Jul 30, 2004
1:06 am
1186
Hi Franck: Thanks for the clarification. Stephanie...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Jul 30, 2004
10:44 am
1187
Hi, I'm hoping to use EPOM, which sounds easy according to its installation instructions: "1. Unzip the archive. 2. Define the EPOM environment variable. 3....
Peter Gummer
peter_gummer
Offline Send Email
Aug 9, 2004
8:43 am
1188
... Peter> My current impression is that I should be able to type Peter> something like 'geant install', with appropriate Peter> environment variables set, and...
Colin Paul Adams
colin@...
Send Email
Aug 9, 2004
9:46 am
1189
... Hi Colin, thanks for replying. The short answer to your question is no, i have not managed to run the EPOM example yet. The long answer is ... After...
Peter Gummer
peter_gummer
Offline Send Email
Aug 9, 2004
7:36 pm
1190
Regarding getting the EPOM example running, it turns out that some features of ECLI_STATUS are hidden by descendants, whose descendants in turn have clients in...
Peter Gummer
peter_gummer
Offline Send Email
Aug 10, 2004
9:46 am
1191
... And I now have the EPOM example running. The "unresolved externals" were fixed by adding external references via EiffelStudio's Project Settings. I also...
Peter Gummer
peter_gummer
Offline Send Email
Aug 10, 2004
10:44 am
1192
... Peter> make directly, not by running geant which as far as I can Peter> tell just made it more complicated, not simpler as it Peter> supposedly should. ...
Colin Paul Adams
colin@...
Send Email
Aug 10, 2004
11:07 am
1193
... I had the feeling that's what people were going to tell me :-) So geant runs gexace to create what? An ace file? And then geant runs the compiler, based on...
Peter Gummer
peter_gummer
Offline Send Email
Aug 10, 2004
12:34 pm
1194
... Peter> And then geant runs the compiler, based on the ace file. Is Peter> that the basic approach? That's a typical approach. Peter> This is the 21st...
Colin Paul Adams
colin@...
Send Email
Aug 10, 2004
1:26 pm
1195
Hi In my application I'd like to create an xml file. I defined the following classes: <> XMLIZER inherit XM_FORWARD_CALLBACKS: generates the xml events <>...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Aug 11, 2004
8:13 am
1196
... Stephanie> As you can see, the xml definition is missing and the Stephanie> note tag shows some attributes. What did I do wrong? It doesn't look like...
Colin Paul Adams
colin@...
Send Email
Aug 11, 2004
8:38 am
1197
... Hash: SHA1 ... Yeah, NO one uses Emacs anymore, that's old and vi, living hell from the 60s. Command line and shells? Horrible, this is the 21st century! ...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 11, 2004
9:27 am
1198
... Well my experience of this geant stuff is: 1. It took me days to work out roughly what it was and how to use it. 2. Even then, I didn't finish up using it....
Peter Gummer
peter_gummer
Offline Send Email
Aug 11, 2004
12:21 pm
1199
... Gobo's documentation is not all it could be (although when it's there it is quite good I think) and it's a known problem. This is not a fault with the...
Franck Arnaud
nenieorg
Offline Send Email
Aug 11, 2004
9:51 pm
1200
... I think so too, but what about the attribute in <note xmlns="" xmlns:ns1=""> ? Stephanie...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Aug 12, 2004
7:08 am
1201
... Stephanie> I think so too, it will be easy to derive your own class from XM_FORMATTER, adding support for this. Stephanie> but what about the attribute in ...
Colin Paul Adams
colin@...
Send Email
Aug 12, 2004
7:21 am
1202
... I use a XM_TREE_CALLBACKS_PIPE, which is made up of XM_NAMESPACE_RESOLVER, XM_STOP_ON_ERROR_FILTER and XM_CALLBACKS_TO_TREE_FILTER. But I do not call ...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Aug 12, 2004
8:23 am
1203
... Hash: SHA1 ... That could be. I think it took me sometime as well. But I use it everyday now and it saves a huge amount of time. The tool is targeted ...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 12, 2004
8:57 am
1204
... Yes, I agree with all that. I'm just trying to communicate the experiences of a newbie (me) in the hope that I'll encourage you experts to write a bit of...
Peter Gummer
peter_gummer
Offline Send Email
Aug 12, 2004
9:30 am
1205
... Stephanie> I use a XM_TREE_CALLBACKS_PIPE, which is made up of Stephanie> XM_NAMESPACE_RESOLVER, XM_STOP_ON_ERROR_FILTER and Stephanie>...
Colin Paul Adams
colin@...
Send Email
Aug 12, 2004
9:52 am
1206
... Nope, I'm not confusing the two at all. I'm completely aware of that. What I'm saying is that, at the very least, there needs to be a decent introduction...
Peter Gummer
peter_gummer
Offline Send Email
Aug 12, 2004
11:22 am
1207
... Gobo users are likely to be somewhat experienced programmers, and with documentation I don't think it would be difficult for them. It's the lack of a...
Franck Arnaud
nenieorg
Offline Send Email
Aug 12, 2004
11:35 am
1208
... The main points are is that it's tailored to the need of an Eiffel project, and is portable, so we don't have a dependency on a platform specific shell...
Franck Arnaud
nenieorg
Offline Send Email
Aug 12, 2004
11:41 am
1209
... Agreed, Franck. That's exactly what I'm hoping to encourage :-) ... Yes. One thing that annoys me is when I'm working with a nice, intuitive GUI, but then...
Peter Gummer
peter_gummer
Offline Send Email
Aug 12, 2004
1:32 pm
1210
... Hmm, that's what I suspected. But all Unixes (including Mac OS X) have various flavours of sh and csh. Variants of them are freely available for Windows....
Peter Gummer
peter_gummer
Offline Send Email
Aug 12, 2004
1:38 pm
1211
... Note that geant and gexace are used by the Gobo development team to build the delivery package. However the users of this package don't need to use geant...
Eric Bezault
gobosoft
Offline Send Email
Aug 12, 2004
2:08 pm
1212
... Now that's interesting! I was under the false impression that we Gobo users should be using geant and gexace. Your comment validates the approach that I ...
Peter Gummer
peter_gummer
Offline Send Email
Aug 12, 2004
11:32 pm
1213
... Yes, it is a tree. XM_FORMATTER generates XML documents given an XML tree. ... That's not the case in 3.3. There is no XM_XMLNS_GENERATOR. ... Stephanie...
Stephanie Balzer
stephanie_g_...
Offline Send Email
Aug 13, 2004
8:09 am
Messages 1184 - 1213 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help