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...
... 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...
... 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...
... 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?...
... 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...
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...
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...
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...
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...
... 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@...
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...
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@...
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...
... 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...
... 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)...
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...
... 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...
... 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 ...
... 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...
... 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...
... 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...
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. ...
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...
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...