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 1598 - 1627 of 1713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1598
Dear all: I am trying to get geant to delete all .svn directories in a project. ... <delete> <directoryset directory="." include="@(**/.svn)"/> </delete> ... ...
Andreas Leitner
weisznet
Offline Send Email
Aug 8, 2007
1:03 pm
1599
Hi Andreas, If I remember correctly I created <directoryset> when this functionality was needed for <delete> but I did not properly document it since it is not...
Sven Ehrke
svenehrkeweb
Offline Send Email
Aug 8, 2007
2:22 pm
1600
... Hi Sven, thanks for the quick reply. It seems the problem is already happening with the root .svn. Here is the output of 'geant -v -d delivery' (which ...
Andreas Leitner
weisznet
Offline Send Email
Aug 8, 2007
2:52 pm
1601
... I had the same problem when I built the last delivery of Gobo. I think that the problem is that the .svn directories are read-only. The CVS directories...
Eric Bezault
gobosoft
Offline Send Email
Aug 8, 2007
3:23 pm
1602
... Riiight, now I do remember. Didn't know then what it was for, well that explains it. Thanks for the explanation. ... I don't have any problems with it. It...
Andreas Leitner
weisznet
Offline Send Email
Aug 8, 2007
3:55 pm
1603
... Ha ha! No, because: (a) I don't think ETH will host an alternative mailing list for you. (b) I seem to receive all gobo emails, unlike the eiffelsoftware...
Peter Gummer
peter_gummer
Offline Send Email
Aug 9, 2007
1:41 am
1604
... The alternative for me is not ETH but SourceForge. I think that it is currently much better to be at SourceForge than at Origo to spread the word about...
Eric Bezault
gobosoft
Offline Send Email
Aug 9, 2007
7:59 am
1605
This is a question for Eric Bezault regarding a post that you made to es-devel regarding the difficulty of porting Gobo to SmartEiffel. I was asked to post...
Chris Saunders
saunders7777
Offline Send Email
Aug 14, 2007
5:03 pm
1606
... It has always been a big effort to try to maintain and develop the Gobo library classes with the various Eiffel compilers when these compilers agreed that...
Eric Bezault
gobosoft
Offline Send Email
Aug 14, 2007
5:42 pm
1607
... I guess you have to make sure that the environment variable ISE_EIFFEL is set in your DOS console. Likewise for your back-end C compiler. ... -- Eric...
Eric Bezault
gobosoft
Offline Send Email
Aug 14, 2007
8:39 pm
1608
I wish to thank you Eric for your reply, I know it was a little bothersome and I appreciate your effort to satisfy my curiosity. Regards Chris Saunders ...
Chris Saunders
saunders7777
Offline Send Email
Aug 14, 2007
11:37 pm
1609
... The clusters of your project, the clusters with your test cases, the TESTGEN cluster and the clusters of the test library. ... Yes, put 'ec' with its...
Eric Bezault
gobosoft
Offline Send Email
Aug 15, 2007
9:36 pm
1610
... Hash: SHA1 Hi All, I'm trying to compile an se project with gec, but get a couple of catcall warnings. Some are easy to follow, but others leave me quite ...
Berend de Boer
berenddeboer
Offline Send Email
Sep 7, 2007
1:09 am
1611
... Most of the time CAT-call errors are the result of the usage of `is_equal' whose signature is CAT-call error prone. If this equality tester is the key...
Eric Bezault
gobosoft
Offline Send Email
Sep 7, 2007
6:02 am
1612
... Hash: SHA1 ... Eric> In fact it does. If you use the --cat option, it will give Eric> you for each CAT-call error all the paths in the code that Eric> lead...
Berend de Boer
berenddeboer
Offline Send Email
Sep 7, 2007
7:01 am
1613
Hello, A new release of Gobo is available from the usual location: https://sourceforge.net/projects/gobo-eiffel/ This version should work with the forthcoming...
Eric Bezault
gobosoft
Offline Send Email
Nov 9, 2007
7:15 pm
1614
... Thank you. It's now available from the Gobo project download page on SourceForge. If other people want to share their binary files generated on other ...
Eric Bezault
gobosoft
Offline Send Email
Nov 9, 2007
9:33 pm
1615
Hi All, Just trying to gec working with eposix, and stumbled upon a situation that baffled me completely for a while. I have this Eiffel function: ...
Berend de Boer
berenddeboer
Offline Send Email
Nov 11, 2007
11:34 pm
1616
... You can write: posix_difftime (time_end, time_start: INTEGER): DOUBLE is external "C signature (EIF_INTEGER, EIF_INTEGER): EIF_DOUBLE" end But I don't...
Eric Bezault
gobosoft
Offline Send Email
Nov 12, 2007
5:35 am
1617
... Eric> When you wrote 'posix_difftime', you should have written a Eric> prototype for it in some header file as well. So what you have Eric> to do is: Eric>...
Berend de Boer
berenddeboer
Offline Send Email
Nov 12, 2007
8:16 am
1618
... It is probably not hard to add. It's just that I'm not sure this is the right thing to do. If you don't want to write a header file, then I think that it...
Eric Bezault
gobosoft
Offline Send Email
Nov 12, 2007
5:17 pm
1619
... Eric> It is probably not hard to add. It's just that I'm not sure Eric> this is the right thing to do. If you don't want to write a Eric> header file, then...
Berend de Boer
berenddeboer
Offline Send Email
Nov 12, 2007
10:51 pm
1620
... The luck is that it's not specified anywhere in the standard and you might have no prototype if you specify a header file that does not contain such...
Eric Bezault
gobosoft
Offline Send Email
Nov 13, 2007
8:14 am
1621
... Eric> The luck is that it's not specified anywhere in the standard Eric> and you might have no prototype if you specify a header file Eric> that does not...
Berend de Boer
berenddeboer
Offline Send Email
Nov 13, 2007
8:59 pm
1622
... Yes. One thing to note is that gec only supports finalized/boost mode for the moment. Therefore there is not code generated yet for assertions or debug...
Eric Bezault
gobosoft
Offline Send Email
Nov 13, 2007
9:09 pm
1623
... In fact you can specify several header files. This means that not all of them will introduce a prototype for the routine. Some may specify a C type for...
Eric Bezault
gobosoft
Offline Send Email
Nov 13, 2007
9:11 pm
1624
... Eric> One thing to note is that gec only supports finalized/boost Eric> mode for the moment. Therefore there is not code generated yet Eric> for assertions...
Berend de Boer
berenddeboer
Offline Send Email
Nov 13, 2007
9:19 pm
1625
... It's now implemented in the version of gec in SVN. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Nov 14, 2007
12:45 pm
1626
... Eric> It's now implemented in the version of gec in SVN. # PASSED: 31 tests # Failed: 0 test # Aborted: 0 test # Total: 31 tests (69...
Berend de Boer
berenddeboer
Offline Send Email
Nov 15, 2007
10:11 pm
1627
Hi, Here is a potential patch to add local variable support to geant. Any comment ? Jocelyn On 1/31/2008 18:33 PM, Jocelyn wrote: > Hi Gobo team > > Would...
Jocelyn
djoce_net
Offline Send Email
Feb 1, 2008
7:56 pm
Messages 1598 - 1627 of 1713   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