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.

Messages

  Messages Help
Advanced
Messages 962 - 1005 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
962
Greetings: I'd like to find the number of seconds that make up a DT_DATE_TIME_DURATION. Looking at the interface, I don't see any obvious approach, aside from...
gmc444
Offline Send Email
Sep 2, 2003
8:34 pm
963
... This is indeed missing in Gobo for several reasons. Although there is `second_count', it only takes into account the time part, not the date part. Having...
Eric Bezault
gobosoft
Offline Send Email
Sep 2, 2003
9:16 pm
964
... Hash: SHA1 ... Hmm, can't you convert start and stop date to Unix epoch and just subtract those? - -- Live long and prosper, Berend de Boer (PGP public...
Berend de Boer
berenddeboer
Online Now Send Email
Sep 3, 2003
7:36 am
966
... Staying within the Gobo framework, I don't see features that allow me to convert a DT_DATE_TIME or DT_DATE_TIME_DURATION to an epoch. Did I miss something?...
gmc444
Offline Send Email
Sep 3, 2003
3:23 pm
967
... Hash: SHA1 ... Probably not. I saw a `make_from_epoch', but not much more. So I don't suppose it's there. - -- Live long and prosper, Berend de Boer (PGP...
Berend de Boer
berenddeboer
Online Now Send Email
Sep 4, 2003
7:39 am
968
With gobo3.2, I am trying to use gelex and geyacc. I get errors saying I have deferred features. How do I effect them? Which classes did I leave out of the...
Jimmy Johnson
boxer41a
Offline Send Email
Sep 5, 2003
1:03 pm
969
Hello Jimmy, ... As indicated in the file $GOBO/History.txt of Gobo 3.2, in order to use YY_NEW_PARSER_SKELETON you need to call 'geyacc' with the command-line...
Eric Bezault
gobosoft
Offline Send Email
Sep 5, 2003
1:51 pm
970
Yea, I saw that and I think I tried only to get the "usage" message. Is it actually "dash dash new_typing"? I was also using options -o and -t so maybe I had...
Jimmy Johnson
boxer41a
Offline Send Email
Sep 5, 2003
7:39 pm
971
... Yes. ... geyacc --new_typing <and the rest as before> -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Sep 5, 2003
9:28 pm
975
Hi, I'm writing a RelaxNG code generator for Eiffel. I don't know anything about XML outside the Eiffel world, I need some help. The RelaxNG test suites...
chengchangwu
Offline Send Email
Sep 24, 2003
11:03 am
976
... To get a XSLT processor issue: apt-get -u install xsltproc then do: xsltproc <name-of-stylesheet-that-splits-big-file> <name-of-big-file-to-split> hope...
Andreas Leitner
aleitner@...
Send Email
Sep 24, 2003
12:01 pm
977
... <h:html xmlns:h='http://www.w3.org/blah/blah'/> gives: on_start_tag ("http://www.w3.org/blah/blah", "h", "html") (If you have the namespace resolution...
Franck Arnaud
nenieorg
Offline Send Email
Sep 25, 2003
3:44 pm
979
If I have a build.eant file containing a compile target. I would like to create a run target to run the compiled program, compiling it if necessary. What's the...
Colin Paul Adams
colin@...
Send Email
Sep 27, 2003
3:29 pm
981
Preamble The relative paths in geant are interpreted as being relative to the current working directory - ${cwd}. However, sometimes we need to get the path of...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Oct 2, 2003
1:29 pm
982
... I think that Alexander's proposal is a good idea. It actually adds flexibility in that paths starting with "." or ".." would be relative to the build...
Sven Ehrke
svenehrkeweb
Offline Send Email
Oct 5, 2003
8:44 am
983
... As far as I can see, there are only two possibilities: interpret the relative path as being 1) relative to the build file where this path is written or 2)...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Oct 6, 2003
9:04 am
986
Hi, I am using the Gobo version that comes with ISE Eiffel 5.3. Which character set does the parser use by default? UTF8? Can I switch the character set and if...
Patrick Schoenbach
pschoenbach
Offline Send Email
Oct 13, 2003
7:19 pm
987 Bertrand.Meyer@...
Send Email
Oct 13, 2003
7:21 pm
988
... The version of Gobo that comes with ISE Eiffel 5.3 is 3.1. Franck, do you remember what kind of encoding was supported in this version and tell Patrick the...
Eric Bezault
gobosoft
Offline Send Email
Oct 13, 2003
9:19 pm
989
... Only the mandatory encodings, utf-8 and utf-16, were supported then. Now, latin 1 is also included. The default is utf-8, as per the XML spec, unless the ...
Franck Arnaud
nenieorg
Offline Send Email
Oct 14, 2003
3:52 pm
992
Is it possible to tell geant that it's OK if the Eiffel compiler reports errors? (like "accept_errors" in "exec") Thanks, Alexander Kogtenkov...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Oct 29, 2003
6:23 am
993
Is it possible to tell geant to preserve the modification time of the file when executing the task "copy"? Thanks, Alexander Kogtenkov...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Oct 29, 2003
7:42 am
994
... geant's copy does not preserve modification time nor permission status because the setting of these information is not supported by the Gobo file classes...
Eric Bezault
gobosoft
Offline Send Email
Oct 29, 2003
9:31 am
996
... No, this is not possible at the moment. Is there a good reason why this should be supported? - Sven ...
Sven Ehrke
svenehrkeweb
Offline Send Email
Oct 30, 2003
6:30 am
997
... Yes. Here are some of the scenarios: - the project misses some object modules, but it will be linked by the third-party developers anyway - the source code...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Oct 30, 2003
8:44 am
998
... OK. ... This is a good idea. We even could make attribute 'accept_errors' obsolete then since attribute 'exit_code' would take over it's role as well. The...
Sven Ehrke
svenehrkeweb
Offline Send Email
Nov 2, 2003
8:41 am
999
... If I am not mistaken the way libxslt solved this was with EXSLT, where functions/extensions can be defined in Javascript. Example: ...
Marcio Marchini
sglebs
Offline Send Email
Nov 2, 2003
2:51 pm
1000
Hello, Gobo 3.3 is now available for download from the usual places in SourceForge and gobosoft.com. The CVS repository in SourceForge has been tagged GE_3_3. ...
Eric Bezault
gobosoft
Offline Send Email
Nov 3, 2003
2:50 pm
1003
Hello, Are there people out there that are still using Gobo with ISE 5.1 or SmallEiffel -0.74? The latest Gobo releases have not been tested with these two...
Eric Bezault
gobosoft
Offline Send Email
Nov 11, 2003
9:51 am
1005
Hi Franck, for a project at ETH Zurich, we use the Gobo XML parser. Since students are involved, we use Gobo 3.1 that is delivered with ISE Eiffel 5.3 to make...
Patrick Schoenbach
pschoenbach
Offline Send Email
Nov 16, 2003
12:10 am
Messages 962 - 1005 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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